| 
 PureBytes Links 
Trading Reference Links 
 | 
Sorry,
In my previous note I said ADX(var2).  I meant to say ADX(9) as shown below:
var1:= (C - (Sum(Typical(),3)/3)); {set the var with the PLDot}
0; {plot zero line}
If(Mov(var1,9,S)>0, Mov(var1,9,S) + C,
If(Mov(var1,9,S)<0,Mov(var1,9,S) - C,0))
* ADX(9)  {plot the indicator}
Regards,
Glenn Woolum
 |