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

Fx Sniper's Ergodic CCI Trigger is an ergodic CCI with triple smoothing, with a signal line.

It has seven adjustable parameters:

  • Period Q - Q smoothing period
  • Period R - R smoothing period
  • Period S - S smoothing period
  • Trigger - signal line period
  • Method - calculation method
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

ECCI = (500.0 * Var2c) / Var3

Trigger = AvgECCI

where:

Var3 = MA(Var2b, Period S, Method)

Var2c = MA(Var2, Period S, Method)

Var2b = MA(Var2a, Period R, Method)

Var2a = MA(AbsMom, Period Q, Method)

Var2 = MA(Var1, Period R, Method)

Var1 = MA(Mom, Period Q, Method)

Mom = Close - PrevClose

AbsMom = Abs(Mom)

AvgECCI = MA(ECCI, Trigger, Method)

MetaTrader Experts, Indicators, Scripts and Libraries

22994