codice da VT a Pro

Forums ProRealTime forum Italiano Supporto ProOrder codice da VT a Pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • #81032

    Buon pomeriggio,chiedo cortesemente se qualcuno può tradurmi il seguente codice.Grazie

    Var: miamedia = MOV(C,5,S);

    if  (C<miamedia) then

    enterlong(nextbar,atopen);

    endif;

    if positiondir=1 and (C>miamedia) then

    exitlong(nextbar,atopen);

    endif;

     

    #81042

    Avevi pubblicato il topic nel forum in lingua spagfnola, così l’ho trasferito su quello italiano.

    Spero troverai qualcuno che riesca a farlo (io non so).

    #81149

    Potrebbe essere tradotto in questo modo:

     

    #81635

    Grazie mille Sig. Nicolas per la traduzione del codice precedente,ho provato con questo ma  non sono assolutamente capace.Se cortesemente potete aiutarmi.

    Var: miamedia;

    miamedia= MOV(C,5S);

    if crossover (c,miamedia) then

    enterlong(nextbar,atopen);

    endif

    if crossunder (c,miamedia) then

    exitlong(nextbar,atopen);

    endif;

     

    #81671

    Dovresti imparare come programmare con ProRealTime! 😉

     

    #81702

    Buonasera,

    La ringrazio molto Sig. Nicolas per la sua gentile disponibilità.

    Cordialmente

    Stefano

     

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

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