PDA

View Full Version : MACD((BarsArray[2], 14), Slow, Smooth).Avg[0]) < 0 doesn't work


Jenny
07-26-2007, 05:52 PM
Hi, Ray,

MACD(BarsArray[0],14, 25, 9)< 0
what is wrong with this one? I couldn't compile it.

Thanks

NinjaTrader_Dierk
07-27-2007, 01:31 AM
Likely should read MACD(BarsArray[0],14, 25, 9)[0]< 0