Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
3751
Derecelendirme:
(10)
Yayınlandı:
2018.07.09 10:42
NEF.mq5 (9.96 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20979

EF EF

Indicator Ehlers Filter

ColorJFatl_x2_cloud_HTF ColorJFatl_x2_cloud_HTF

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

FVE FVE

Indicator Finite Volume Elements

HVR HVR

Indicator Historical Volatility Ratio