Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | JSatl

This indicator is a hybrid of the SATL (Slow Adaptive Trend Line) digital filter and the JMA analog adaptive averaging.

This average is calculated the following way:

JSATL[bar] = JMA(SATL(PRICE[bar]))

where:

  • SATL() — value of the SATL digital filter;
  • JMA() — JMA adaptive smoothing algorithm;
  • PRICE[] — price series value.
  • bar — current bar index.

Additional JMA smoothing is used to prevent the indicator actuating at each random market movement.

The indicator uses CJJMA class of the SmoothAlgorithms.mqh library. Working with that class was described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. The JSatl indicator

16144

Best MetaTrader Indicators + Profitable Expert Advisors