Salve, chiedo aiuto per convertire un codice in formato Metastock per fare uno screener con la prorealtime.
L’uncino di Ross è una tecniche di trading di tipo trend following, che permette di assumere posizioni a favore di un trend principale, individuandone una possibile ripresa dopo una piccola discesa.
Grazie
Col A: Peak(1,H,10)<=1.1*Peak(2,H,10)
AND Peak(1,H,10)>=0.9*Peak(2,H,10) AND Trough(1,L,10)>=1.1*Trough(2,H,10) AND Trough(1,L,10)<=0.9*Trough(2,H,10)
AND LLV(L,25)
Col B: Peak(1,H,5)<=1.1*Peak(2,H,5)
AND Peak(1,H,5)>=0.9*Peak(2,H,5)AND Trough(1,L,5)>=1.1*Trough(2,H,5)AND Trough(1,L,5)<=0.9*Trough(2,H,5)
AND LLV(L,25)
Col C: Peak(1,H,1)<=1.1*Peak(2,H,1)
AND Peak(1,H,1)>=0.9*Peak(2,H,1) AND Trough(1,L,1)>=1.1*Trough(2,H,1)AND Trough(1,L,1)<=0.9*Trough(2,H,1)
AND LLV(L,25)
Filter ColA=1 OR ColB=1 OR ColC=1