Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 3 reads | 0 comments |

ColorMomentum_AMA - indicator for MetaTrader 5

The histogram is created by smoothing the momentum indicator values ​​based on Perry Kaufman’s algorithm :

indicator[bar]=AMA(momentum(price[bar]))

A breakout of the indicator's zero level is the main trading signal for this indicator.

The indicator uses the SmoothAlgorithms.mqh library class (must be copied to the 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.

ColorMomentum_AMA - indicator for MetaTrader 5


Attachment download

📎 colormomentum_ama.mq5 (7.68 KB)

📎 momentum_ama.mq5 (6.87 KB)

📎 smoothalgorithms.mqh (133.8 KB)

Source: MQL5 #468

Verification code Refresh