Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Fx_Snipers_Ergodic_CCI_Trigger - indicateur pour MetaTrader 5

Vues:
8764
Note:
(21)
Publié:
2019.01.02 14:29
Mise à jour:
2019.01.28 07:19
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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)

Traduit du russe par MetaQuotes Ltd.
Code original : 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