[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DeMark Studies



PureBytes Links

Trading Reference Links

This is his Range Expansion Index:

Sum((Ref(HIGH,-2)>=Ref(LLV(CLOSE,2),-7)OR
HIGH>=Ref(LLV(LOW,2),-5))*
(Ref(LOW,-2)<=Ref(HHV(CLOSE,2),-7)OR
LOW<=Ref(HHV(HIGH,2),-5))*
(ROC(HIGH,2,$)+ROC(LOW,2,$)),8)/
Sum(Abs(ROC(HIGH,2,$))+Abs(ROC(LOW,2,$)),8)

Ken wrote:

> Has anybody out there coded any DeMark studies for MetaStock 7.x?
> Particularly:
>
> Sequential
> TD (Trend) Lines
> Retracements, etc...
>
> Thanks in advance,
> Ken