Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Fx_Snipers_Ergodic_CCI_Trigger - indicator for MetaTrader 5

Views:
8774
Rating:
(21)
Published:
2019.01.02 14:29
Updated:
2019.01.28 07:19
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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)

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22994

BB_ATR_Oscillator BB_ATR_Oscillator

Indicator BB ATR oscillator

Average_Change Average_Change

The Average change indicator

JSmooth_MA JSmooth_MA

Indicator JSmooth MA

Mean_Reversion Mean_Reversion

Indicator Mean reversion