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 | Recursive Moving Average

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For  instance DEMA and TEMA indicators are recursive exponential moving averages.  The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

Parameters define:

  • regular period
  • number of iterations: the higher the smoother
  • smoothing method: exponential or smoothing only in order to keep it fast
  • optional drawing of an arrow at signal

MetaTrader Experts, Indicators, Scripts and Libraries

It sports two features_

  • the trigger line: it  equals average sum of smoothing iterations, the crossing of both lines signals a trade
  • Optional drawing of arrow at signal.
As a rule of thumb, parameters should result not in overwhelming the chart with signals

MetaTrader Experts, Indicators, Scripts and Libraries

38582