Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
JFatlAcceleration - indicateur pour MetaTrader 5
- Vues:
- 7854
- Note:
- 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".
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/504
JFatlSpeed
The indicator shows trend change rate with a minimum lag.
Heiken Ashi SmoothedStandard Heiken Ashi calculated using smoothed price time series.