The MACD Candles Indicator For MT5 has 3 parameters to configure.
input int AvgFPeriod = 12; // Fast average meriod
input int AvgSPeriod = 26; // Slow average meriod
input enMaTypes AvgType = avgEma; // Averages method
No comments:
Post a Comment