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

Re: Ruggiero's TradeCycle


  • To: Ritchie <omega-list@xxxxxxxxxx
  • Subject: Re: Ruggiero's TradeCycle
  • From: David Fenstemaker <dfens@xxxxxxxxxxxxx>
  • Date: Mon, 2 Nov 1998 23:22:41 -0400 (EST)
  • In-reply-to: <363A8E08.2E30B4A4@xxxxxxxxxx>

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