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:
4652
Derecelendirme:
(12)
Yayınlandı:
2018.07.09 13:49
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This indicator was developed by Etienne Botes and Douglas Siepman. Indicator Vortex consists of two oscillators that display positive and negative trend movements, similar to lines +DI and -DI of indicator Average Directional Movement Index.

It has one input parameter:

  • Period - indicator calculation period.

Calculation:

+VI = 100 * svip / satr,
-VI = 100 * svim / satr

where:

svip = SMA(iVIP, Period)
svim = SMA(iVIM, Period)
satr = SMA(ATR, Period)
iVIP = Abs(High - PrevLow)
iVIM = Abs(Low - PrevHigh)

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

TCI TCI

Indicator TCI (Trading Channel Index).

TII TII

Indicator Trend Intensity Index.

Vortex_Difference Vortex_Difference

Indicator to show the difference of the Vortex indicator lines.

Exp_CaudateXPeriodCandle_Tm_Plus Exp_CaudateXPeriodCandle_Tm_Plus

A trading system based on the signals of indicator CaudateXPeriodCandle, enabling to maintain your positions within a fixed period of time.