Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

JFatlAcceleration - indicator for MetaTrader 5

Views:
7526
Rating:
(16)
Published:
2011.10.12 10:41
Updated:
2023.03.29 13:43
\MQL5\Include\
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".

ColorJFatlAcceleration

Translated from Russian by MetaQuotes Ltd.
Original code: 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.