Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Anchored_Momentum

Anchored Momentum indicator by Rudy Stefenel was first proposed in the "Technical analysis of Stocks and Commodities" magazine in 1998.

There are seven configurable parameters:

  • First MA period;
  • First MA method;
  • Second MA period;
  • Second MA method;
  • Applied price - moving average calculation price;
  • Upper limit of the buffered zone;
  • Lower limit of the buffered zone.

Calculation:

AMOM = 100.0 * MA1/MA2 - 1.0

where:

MA1 = MA(Applied price, First MA period, First MA method)  MA2 = MA(Applied price, Second MA period, Second MA method)  
Interpretation: Entering towards the zero or buffer area line crossing. The buffer area serves for cutting off minor price fluctuations. It is also possible to track the divergences of the indicator and price charts.

MetaTrader Experts, Indicators, Scripts and Libraries

21642