problema con un codice ordine non si cancella a fine giornata

Forums ProRealTime forum Italiano Supporto ProOrder problema con un codice ordine non si cancella a fine giornata

Viewing 5 posts - 1 through 5 (of 5 total)
  • #215497

    Ho questo problema con questo codice. Una volta che inserisce l ordine  a fine giornata non lo cancella e me lo ritrovo attivo nella lista degli ordini. Grazie.

     

    DEFPARAM CumulateOrders=true
    K=(HIGH-LOW)*1

    X1 =23
    X2 =5

    c4=barindex-tradeindex=1
    //Long entry
    if (High-Low) <= X1 and (High-Low) >= X2 then
    buy 3shares at close + K stop
    endif

    //stop loss massimo in punti dal prezzo ingresso
    if LongOnMarket and c4 then
    SELL AT MARKET

    endif
    //Short entry
    if (High-Low) <= X1 and (High-Low) >= X2 then
    sellshort 3 shares at close- K stop
    endif

    //stop loss massimo in punti dal prezzo ingresso
    If ShortOnMarket AND c4 THEN
    EXITSHORT AT MARKEt
    endif
    set stop ploss 30
    set target pprofit 70

    #215498

    dimenticavo lavora sul daily

    #215511

    Non saprei, sul conto REALE non dovrebbe succedere, sul DEMO a volte possono capitare cose bizzarre.

    Ad ogni modo devi sentire cosa dice il broker, non ci sono modi di sapere perché succede.

     

    #215518

    Conto reale…..quindi non essendo un problema di codice dovrò sentire IG giusto?

    #215521

    Si, solo loro possono dirti la causa.

     

Viewing 5 posts - 1 through 5 (of 5 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login