Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5471
- Rating:
- Published:
- 2018.07.09 10:38
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Ehlers Filter. The indicator allows tracking the common trend and trade in its direction.
There are three adjustable parameters:
- Period - calculation period
- Momentum - momentum period
- Applied price - calculation price
Calculation:
EF = SMA(PriceCoeff) / SMA(Coeff)
where
PriceCoeff[i] = Coeff[i] * Price[i] Coeff[i] = Abs(Price[i] - Price[i-Momentum]) Price -- Applied price
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20978

Two indicators ColorJFatl from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market

Trend-following trading system Exp_AbsolutelyNoLagLwma_X2 based on the signals of two indicators AbsolutelyNoLagLwma