PureBytes Links
Trading Reference Links
|
I use an oscillator where I want to have a variable
lookback length to calculate the lowest or highest
value of the oscillator.
Example:
Lookback = (Round(JRC_Fractal24(PercentR(Length), Smooth), 0);
Ind = JRC_Velocity2(PercentR(Length),Smooth);
And then use:
Lowest(Ind,Lookback) or Highest(Ind, LookBack) to tell
there has been a peak in the Oscillator value, and it
is likely to reverse.
JRC_Velocity2 is also from Mark Jurik.
Hope this helps.
Jeez, my typing gets bad (looking at my last post).
David
|