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

Re: macd/jurik



PureBytes Links

Trading Reference Links

and the system.... to go along with the indicator


Input: FastMA(12),SlowMA(26),MacdMA(9);

VALUE1=(MACDAMA(Close,FastMA,SlowMA));
VALUE2=(XAverage(MACDAMA(Close,FastMA,SlowMA),MacdMA));

value3=VALUE1-VALUE2;

if value1[1]<0 and value1>0 then buy;
if value1[1]>0 and value1<0 then sell;













> Could someone please send an example of how to insert a Jurik ama function
> into a MACD indicator? I know this is simple, but I just haven't had any
> luck making it work. Thanks   Scott
>