Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
7545
Note:
(16)
Publié:
2011.10.12 10:41
Mise à jour:
2023.03.29 13:43
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

JFatlAcceleration measures the current trend acceleration. The indicator is calculated the following way:

JFatlAcceleration=Momentum(JMA(Momentum(JMA(FATL(Price[bar])))))

where:

  • JMA - adaptive smoothing;
  • Momentum - Momentum technical indicator;
  • FATL - digital filter;
  • Price[bar] - the current price of an analyzed financial asset at the bar with the "bar" index.

ColorJFatlAcceleration uses SmoothAlgorithms.mqh library classes. The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

ColorJFatlAcceleration

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

JFatlSpeed JFatlSpeed

The indicator shows trend change rate with a minimum lag.

Heiken Ashi Smoothed Heiken Ashi Smoothed

Standard Heiken Ashi calculated using smoothed price time series.

Trend_CF Trend_CF

Simple and demonstrative indicator of the current trend power and direction.

WATR WATR

Simple but demonstrative trend indicator.