traduzione codice automatic trading

Forums ProRealTime forum Italiano Supporto ProOrder traduzione codice automatic trading

Viewing 4 posts - 1 through 4 (of 4 total)
  • #74998

    Buongiorno, qualcuno sa tradurmi questo codice per la prorealtime?

    inputs:period_ma(20), lookback(1),lookback2(1),factor(1.25);

     value1= average(c,period_ma)  average(c,period_ma)[lookback];

    condition1 = average(c,period_ma) < average(c,period_ma)[lookback];

    condition2 = value1<value1[lookback2]*factor;

     If condition1 and c < average(c,period_ma) and condition2

        then sellshort 100000/c shares this bar at close else buytocover this bar on close;

     if not condition1 then buytocover this bar on c;  

    grazie,

    Alfredo

    #75078

    Ciao, non ho provato ma potresti provare il codice tradotto qui sotto:

    Fateci sapere se tutto funziona correttamente.

    #75179

    Ciao, intanto grazie mille, mi da questo errore

    errore di sintassi linea 14, carattere 6

     

    #75748

    Spiacenti, ho fatto un errore alla riga 14, per favore prova questo codice:

     

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

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