PureBytes Links
Trading Reference Links
|
Jo's holy holey grail
Cola: I,R,D inside range day
If(H<=Ref(H,-1) AND L>=Ref(L,-1),+1
Colb: %2 day
ROC(C,2,%)
Colc: %3 day
ROC(C,3,%)
Cold:
Cole: hhv h,8
HHV(H,8)
Colf: Close
Filter :
C>Mov(C,100,S) or
HHV(H,7)>Ref(HHV(h,21),-8))
H<(Ref(H,-1)) AND
(Ref(H,-1))<(Ref(H,-2))
(Ref(O,-1)>(Ref(C,-1) AND
ADX(15)>Mov(ADX(15),50,S))
______________________________________
Pierre Tremblay wrote:
> Jo...
>
> You have to insert the number of periods of the ROC :
>
> Ex. :
>
> ROC(HHV(H,8),periods,%)
>
> I hope this help.
>
> Pierre Tremblay
>
> Rowdy a écrit :
>
> > I need help to write this formula or to get it correct :
> >
> > Cola :
> > ROC(HHV(H,8),%)
> >
> > Thanks in advanced : Jo...
|