XdinMA - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

Moving Average, Calculate the moving average with different periods using the simplest algebraic combination of the other two.
In this case, the formula for the average looks like this:
XdinMA(PeriodMA1, PeriodMA2) = MA(PeriodMA1) - 2*MA(PeriodMA2)
The smoothing algorithm can be chosen from ten possible versions:
It should be noted that the Phase1 and Phase2 parameters have completely different meanings for different smoothing algorithms. For JMA, it is an external phase variable that varies from -100 to +100. For T3, it is the smoothed ratio multiplied by 100 for better visualization; for VIDYA, it is the CMO oscillation period; for AMA, it is the slow EMA period. In other algorithms, these parameters do not affect smoothing. For AMA the fast EMA period is a fixed value, equal to 2 by default. For AMA, the ratio of raised powers is also equal to 2.
The indicator uses the SmoothAlgorithms.mqh library class (must be copied to terminal_data_folder\MQL5\Include). The use of the class "Average price series for intermediate calculations without using additional buffers" is described in detail in the article.
The indicator was first implemented in MQL4 and released in the code base on April 25, 2011.

Attachment download
📎 colorxdinma.mq5 (8.11 KB)
📎 xdinma.mq5 (7.56 KB)
📎 smoothalgorithms.mqh (133.8 KB)
Source: MQL5 #700
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •