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:
3638
Derecelendirme:
(9)
Yayınlandı:
2018.07.09 13:47
TAI.mq5 (9.36 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

TAI (Trend Analysis Index) is a simple trend indicator described by Adam White in the "Stocks & Commodities" magazine in August, 1992.

The indicator has four configured parameters:

  • MA Period - MA calculation period;
  • MA Method - Moving Average calculation method;
  • TAI Period - trend index calculation period;
  • Applied price - price used for calculations.

Calculation:

TAI = (MA_Max - MA_Min) / Price*Point

where:

  • MA_Max, MA_Min - the highest and the lowest MA value over TAI Period
  • MA = MA(Applied price, MA Method) - moving average with the MA Period and the MA Method calculation method
  • Price = SMA(1, Applied price) - simple moving average with the Applied price

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

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.

RIND RIND

Indicator "Range Indicator."

TII TII

Indicator Trend Intensity Index.

TCI TCI

Indicator TCI (Trading Channel Index).