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:
3507
Derecelendirme:
(8)
Yayınlandı:
2018.07.09 13:48
TCI.mq5 (10.7 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

Oscillator TCI (Trading Channel Index) displays the ratio between the average daily price and the smoothed averaged value of the average daily price.

It has four configurable parameters:

  • Period - calculation period;
  • Average period - period of calculating the average smoothed value;
  • Coefficient - coefficient (indicator price scale values scaling);
  • Applied price - price used for calculations.

Calculation:

TCI = EMA(B2, Average period)

where:

B2 = (Applied price - MA1) / (Coeff * MA2)
MA2 = EMA(B1, Period)
B1 = Abs(Applied price - MA1)
MA1 = EMA(Applied price, Period)

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

TII TII

Indicator Trend Intensity Index.

TAI TAI

Indicator Trend Analysis Index.

Vortex Vortex

Trend-following indicator Vortex.

Vortex_Difference Vortex_Difference

Indicator to show the difference of the Vortex indicator lines.