Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Vues:
4474
Note:
(5)
Publié:
2018.06.16 10:07
IT.mq5 (8.83 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator shows John Ehlers trendline on the price chart.

Calculations:

Instantaneous Trendline = MVA(Price, Period) + SmoothSlope/2,

where:

SmoothSlope[i] = (Slope[i] + 2*Slope[i-1] + 2*Slope[i-2] + Slope[i-3])/6,
Slope[i] = Price[i] - Price[i-Period+1]

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20569

CC CC

John Ehlers Cyclic Component Indicator.

AwesomeMod AwesomeMod

Modified Awesome Oscillator.

Stochastic_Fast Stochastic_Fast

Fast Stochastic.

Stochastic_Slow Stochastic_Slow

Slow Stochastic.