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

more zig()



PureBytes Links

Trading Reference Links

All,
Trying to understand this zig() thing better so 
I know when I can or can't use it.
What has to happen for p below to become p1 as in peak(close,1,1)
Can it become p1 after it has surpassed its
% move while still moving in the same direction or
does it have to reach its % move and then reverse 
direction before it changes from p to p1?
Does p ever become p1 before it reverses?
p1 = p1 until ____________ happens and then p1 becomes p2

p2......p1
-.......- 
.-.....-.-.....p
..-...-...-...-
...-.-.....-.-
....-.......-
....t2......t1

Thanks for your help :)
wdbaker8