Which function replaced the iMaOnArray in MT4? - page 3

 
Zaven Vardanyan #:

What about code like this?

#include <MovingAverages.mqh>

 and then use:

SimpleMAOnBuffer(rates_total,prev_calculated,0,InpSignalSMA,ExtMacdBuffer,ExtSignalBuffer);

 Look at Indicators/Examples/MACD.

That was really helpful!! Thank you !!