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

ADX_Difference - MetaTrader 5 için gösterge

Görüntülemeler:
4312
Derecelendirme:
(9)
Yayınlandı:
2018.06.18 16:19
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

A simple oscillator showing the difference between the values of standard indicators ADX and ADX as of N periods ago.

It has three input parameters:

  • ADX Period - ADX calculation period;
  • Difference - number of periods ago;
  • Applied price - ADX calculation price.

Calculations:

ADX Difference = ADX[i] - ADX[i-Difference]

where:

ADX - Average Directional Movement Index with the calculation period of Period

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

ADMIR ADMIR

Oscillator ADMIR (Average Directional Movement Index Rating) shows the ratio of the ADX lines of two indicators Average Directional Movement Index with the calculation periods differing by the specified value.

CandleStop_Cloud_HTF CandleStop_Cloud_HTF

Indicator CandleStop_Cloud with the timeframe selection option available in input parameters.

EMA_Trend EMA_Trend

Two channels by the High and Low of MA.

HL_StdDev HL_StdDev

The oscillator shows standard deviation calculated on the difference between the High and the Low.