Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 8111
- Rating:
- Published:
- 2011.10.12 10:41
- Updated:
- 2023.03.29 13:43
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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".
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/504

The indicator shows trend change rate with a minimum lag.

Standard Heiken Ashi calculated using smoothed price time series.