Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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:
3456
Derecelendirme:
(9)
Yayınlandı:
2018.07.09 13:47
TII.mq5 (13.14 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 TII (Trend Intensity Index) was described in the article by M.H. Pee, published in the "Stocks and Commodities" magazine in June, 2002.

It has six input parameters:

  • Period - calculation period;
  • MA Period - MA calculation period;
  • MA Method - Moving Average calculation method;
  • Applied price - the calculation price;
  • Overbought - overbought level;
  • Oversold - oversold level.

Calculation:

TII = 100 * (POS) / (POS +NEG)

where:

POS = SMA(UP, Period)
NEG = SMA(DN, Period)
UP = Price - MA
DN = MA - Price
MA = MA(MA Period, MA Method, Applied price)

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

TAI TAI

Indicator Trend Analysis Index.

Stoch_RSI Stoch_RSI

Stochastic relative strength index increases the sensitivity of RSI (Relative Strength Index), the disadvantage of which is fluctuation between boundary lines and no signals to open a position.

TCI TCI

Indicator TCI (Trading Channel Index).

Vortex Vortex

Trend-following indicator Vortex.