If you're looking to enhance your trading strategy, the Fx Sniper's Ergodic CCI Trigger might just be the tool you need. This indicator uses an advanced ergodic CCI with triple smoothing, featuring a signal line that helps you make informed decisions.
What’s great about this indicator is its flexibility, offering seven adjustable parameters:
- Period Q - This sets the Q smoothing period.
- Period R - This determines the R smoothing period.
- Period S - This defines the S smoothing period.
- Trigger - This is the period for the signal line.
- Method - This refers to the calculation method used.
- Overbought - This level indicates an overbought condition.
- Oversold - This level signals an oversold condition.
Here’s a quick look at how the calculations work:
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)


Comments 0