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
Vues:
6504
Note:
(10)
Publié:
2018.06.16 10:06
CC.mq5 (7.78 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

John Ehlers Cyclic Component Oscillator.

It has two input parameters:

  • Period - calculation period;
  • Applied price - price used for calculations.

Calculations:

Cyclic Component [i] = (HP[i] + 2*HP[i-1] + 2*HP[i-2] + HP[i-3])/6, 

where:

HP[i] = (Price[i] - Price[i-1])*(1 + Alpha)/2 + 2*Alpha*HP[i-1],
Alpha = (1 - sin(2*Pi/Period))/cos(2*Pi/Period)

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

AwesomeMod AwesomeMod

Modified Awesome Oscillator.

Absorption Absorption

The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.

Stochastic_Fast Stochastic_Fast

Fast Stochastic.