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

Stochastic_ROC - MetaTrader 5 için gösterge

Görüntülemeler:
4921
Derecelendirme:
(10)
Yayınlandı:
2018.06.16 10:09
Güncellendi:
2018.06.16 10:09
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Price Rate-of-Change (ROC) indicator based on stochastic.

It has eight input parameters:

  • Stochastic K period - the period of calculating the stochastic %K line;
  • Stochastic D period - the period of calculating the stochastic %D line;
  • Stochastic Slowing - the period of calculating the stochastic Slowing line;
  • Stochastic MA Method - stochastic calculation method;
  • Stochastic Price field - stochastic calculation prices;
  • Stochastic line - stochastic line used for calculating the indicator:
    • Main - main line;
    • Signal - signal line.
  • ROC period - the period of calculating the ROC;
  • Calculation type - type of calculations:
    • Absolute - absolute values;
    • Relative - relative values.

The ROC indicator is not required for calculations, since it is calculated by the indicator itself.

Calculations:

If Type = Absolute Stochastic, then ROC = ((Stochastic(Now) - Stochastic(Prev)),
If Type = Relative Stochastic, then ROC = ((Stochastic(Now) - Stochastic(Prev)) / Stochastic(Prev))*100

ROC:

ROC = ((CLOSE (i) - CLOSE (i - n)) / CLOSE (i - n)) * 100
CLOSE (i) - the price of closing the current bar;
CLOSE (i - n) - the close price n bars ago;

Fig.1. Stochastic ROC Absolute

Fig.1. Stochastic ROC Absolute

Fig.2. Stochastic ROC Relative

Fig.2. Stochastic ROC Relative

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

Stochastic_MACD Stochastic_MACD

Stochastic MACD.

Stochastic_Slow Stochastic_Slow

Slow Stochastic.

Impulse Impulse

Impulse Indicator - Count of Points Passed.

GoldWarrior02b GoldWarrior02b

This EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and Impulse. Position trailing is possible.