PureBytes Links
Trading Reference Links
|
To List Members I need a hand at making a volume formula that does
not include mov(). in this example by the way does not work asks for
the volume to be greater than the highest high over 21 data points.
V>(HHV(V,21)) Or
V>Ref(V,-1)+Ref(V,-2)+Ref(V,-3)+Ref(V,-4)+Ref(V-5)
Is there a simple way to do this Thanks : Joe ..JR.
|