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

Oscillator ERVI (Ehlers' Relative Vigor Index) based on the relative vigor index by John F. Ehlers.

It has one input parameter:

  • Period - calculation period.

Calculations:

RVI[i] = Num/Denom  Signal[i] = (RVI[i] + 2*RVI[i-1] + 2*RVI[i-2] + RVI[i-3])/6  

where:

Num = SMA(Value1, Period) Denom = SMA(Value2, Period) Value1[i] = ((Close[i] - Open[i]) + 2*(Close[i-1] - Open[i-1]) + 2*(Close[i-2] - Open[i-2]) + (Close[i-3] - Open[i-3]))/6 Value2[i] = ((High[i] - Low[i]) + 2*(High[i-1] - Low[i-1]) + 2*(High[i-2] - Low[i-2]) + (High[i-3] - Low[i-3]))/6

MetaTrader Experts, Indicators, Scripts and Libraries

20798

Best MetaTrader Indicators + Profitable Expert Advisors