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:
5115
Derecelendirme:
(8)
Yayınlandı:
2018.07.09 11:05
Güncellendi:
2020.09.02 16:16
TCI.mq5 (10.69 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

Indicator "Trend Confirmation Index"

If we use an assumption that theclose price location within a candlestick contains information of whether the trend is strong or weak and whether it gains or loses its power, then we can calculate the current market state - a trend confirmation index (TCI).

Indicator TCI calculates the average value of the close price location within the last N candlesticks.
Close price location within a candlestick is calculated as (C-L) / ((H-L) / 100)

The indicator has five configurable parameters:

  • Period - calculation period
  • Method - calculation method
  • Overbought level - overbought level
  • Oversold level - oversold level
  • Show actual CPP - whether to display the close price location line (Closing price position) for each candlestick or not (Yes/No)

Calculation:

TCI = MA(CPP)

where:

CPP = 100.0 * (Close-Low) / (High-Low) MA is the moving average with the Method calculation type and the Period calculation period


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

Speed_of_trade Speed_of_trade

Indicator Speed of Trade

Reverse_MACD Reverse_MACD

An information-forecast MACD on the price chart

VolatilityMA VolatilityMA

A moving average with a changeable calculation period.

WAMI WAMI

A.W. Warren's Momentum Indicator