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:
7914
Derecelendirme:
(11)
Yayınlandı:
2018.09.27 16:05
T3.mq5 (12.85 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

The T3 Moving Average indicator was presented by Tim Tillson in "S&C Magazine" in January, 1998.
It is a triple smoothed combination of DEMA (Double Exponential Moving Average)

Advantages of T3:
Lower lagging, the line is much smoother, provides early entry signals, generates less false signals.

The indicator has three input parameters:

  • Volume factor (in percent) - DEMA influence coefficient (*)
  • Period - calculation period
  • Applied price

Calculation:

T3 = (1+Volume factor) * EMA4 - Volume factor * EMA5

where:

EMA5 - EMA(EMA4, Period) EMA4 - EMA(GD2, Period) GD2  = (1+Volume factor) * EMA2 - Volume factor * EMA3 EMA3 - EMA(EMA2, Period) EMA2 - EMA(GD, Period) GD   = (1+Volume factor) * EMA0 - Volume factor * EMA1 EMA1 - EMA(EMA0, Period) EMA0 - EMA(Applied price, Period)

* "Volume factor" (default is 70%) determines the share of DEMA to use.
The factor ranges from 0, which makes it a simple EMA, to 100, which gives a full DEMA.

0% - T3 - is only a triple EMA ( EMA(EMA(EMA)) )
100% - T3 is a triple DEMA ( DEMA(DEMA(DEMA)) )



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

NRMA NRMA

The Nick Rypoсk Moving Average indicator

Modified_Moving_Average Modified_Moving_Average

The Modified Moving Average indicator

TMAGi TMAGi

The TMAGi indicator

Trend_Risk_Indicator Trend_Risk_Indicator

The Trend Risk indicator