Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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:
4261
Derecelendirme:
(16)
Yayınlandı:
2018.03.01 11:52
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Zero Lag is a modified EMA.

Calculation formula:

EMA ZL = α * (EMA + Gain * (Close - ZL [1])) + (1 - α) * ZL [1]

The formula is similar to EMA with an addition of a new value Gain * (Close - ZL [1])

Gain is the value selected from the interval [-GainLimit, GainLimit] to minimize the error for the current data sample (Close - ZL) → min

The indicator has three input parameters:

  • Period - calculation period;
  • Gain limit - the Gain parameter;
  • Applied price - price used for calculations.

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

WI WI

The WI oscillator indicator.

VMA VMA

VMA is a volatility based dynamic MA.

ZeroLagMACD ZeroLagMACD

ZeroLagMACD is an MACD version, which has a much smaller lag compared to the classic MACD.

Diff_TF_MA_EA Diff_TF_MA_EA

An Expert Advisor based on the Diff_TF_MA indicator.