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östergeler

Vortex_Difference - MetaTrader 5 için gösterge

Görüntülemeler:
3683
Derecelendirme:
(8)
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

Oscillator VORTEX difference displays as a histogram the difference between +VI and -VI of indicator Vortex.

For it to operate correctly, the availability of indicator Vortex is not required - the indicator calculates it independently.

It has one input parameter:

  • Period - Vortex indicator calculation period.

Calculation:

Diff = +VI - (-VI)

where:

+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)

Fig 1. Indicator Vortex difference

Fig 1. Indicator Vortex difference

Fig. 2. Indicators Vortex Difference and Vortex

Fig. 2. Indicators Vortex Difference and Vortex

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

Vortex Vortex

Trend-following indicator Vortex.

TCI TCI

Indicator TCI (Trading Channel Index).

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.

Exp_XPeriodCandle Exp_XPeriodCandle

A trading system based on the signals of indicator XPeriodCandle.