Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4355
- Note:
- 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
JSmooth MA is a Moving Average by Mark Jurik.
It has two adjustable parameters:
- Period - calculation period
- Applied price - calculation price
Calculations:
JSM = PrevJSM + A4
where:
A4 = (A3 - PrevJSM) * Alpha12 + Alpha2 * PrevA4
A3 = A1 + A2
A2 = (1-Alpha) * (Applied price - A1) + Alpha * PrevA2
A1 = (1-Alpha) * Applied price + Alpha * PrevA1
Alpha = 0.45*(Period-1) / (0.45*(Period-1)+2)
Apha2 = Alpha * Alpha
Alpha12 = (1-Alpha) * (1-Alpha)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22996

Indicator Fx Sniper's Ergodic CCI Trigger

Indicator BB ATR oscillator