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 | REMA

Regularized EMA by Cris Satchwell.

It has two parameters:

  • Period - period;
  • Applied price - price used for calculations.

Calculation:

REMA[i] = (REMA[i-1]*(1 + 2*Lambda) + Alpha*(Price[i] - REMA[i-1]) - Lambda*REMA[i-2])/(1 + Lambda)

where

Alpha=2/(Period + 1),  Lambda=0.5.  

MetaTrader Experts, Indicators, Scripts and Libraries

20433

Best MetaTrader Indicators + Profitable Expert Advisors