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

Coding



PureBytes Links

Trading Reference Links

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.