Unisciti alla nostra fan page
NEF - indicatore per MetaTrader 5
- Visualizzazioni:
- 3977
- Valutazioni:
- Pubblicato:
- 2018.07.09 10:42
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Ehlers Filter with the non-linear distance calculation algorithm. The indicator allows tracking the common trend and trade in its direction. Unlike linear Ehlers Filter, it has a shorter delay and allows detecting the direction for entering and closing your positions more accurately.
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] = (Price[i] - Price[i-Momentum]) * (Price[i] - Price[i-Momentum]) Price -- Applied price
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20979
Indicator Ehlers Filter
ColorJFatl_x2_cloud_HTFTwo 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