Da Metastock a Prorealtime – Tema Heikin ashi

Forums ProRealTime forum Italiano Supporto ProBuilder Da Metastock a Prorealtime – Tema Heikin ashi

Viewing 3 posts - 1 through 3 (of 3 total)
  • #63289

    Salve

    questa è una formula (non mia) scritta per metastock utile soprattutto per grafici Heikin Ashi, io sono riuscito

    a tradurne una parte in linguaggio prorealtime ma alcune cose non riesco a tradurle come    [+PREV)/2;]

    oppure anche   [+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;]

    qualcuno riesce a farlo?

    grazie

    giuliano

     

     

    avg := Input(“Temagemiddelde? “,1,200,55);
    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;
    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;
    TMA1:= Tema(haC,avg);
    TMA2:= Tema(TMA1,avg);
    Diff:= TMA1 – TMA2;
    ZlHa:= TMA1 + Diff;
    ZlHa

    #63291

    Ho fatto la traduzione del codice, per favore trovalo qui sotto:

     

    #63305

    Grazie è perfetto, grazie anche per la celerità.

    giuliano

     

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

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