| 
 PureBytes Links 
Trading Reference Links 
 | 
On Sun, 13 Jul 2003, cgeldred@xxxxxxxxx wrote:
> Can anyone put the finishing touches to this code? It is the Derivative Oscillator and I do not know how to complete it.
> 
> Vars: Price(0), AMA(0), RSI(0);
> 
> IF (AMA{AMA(RSI(14),5),3)) - (_SMA(AMA(AMA(rsi(14),5),3),9)):
> 
> THEN PLOT}1  BAR  AGO  }
> 
> Grateful for your suggestions. 
> Cleveland.
> 
> 
> 
What are you wanting the above code to do?
Mike
 |