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

Stochastic_Fast - MetaTrader 5 için gösterge

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

The Fast Stochastic oscillator shows in a separate window a stochastic calculated as follows:

FSK[i] = (min / max) * 100.0,
FSD[i] = SMA(FSK,PeriodD)

where:

min = close[i] - low[BL],
max = high[BH] - low[BL],
BH is the highest price index within the range from PeriodK to i,
BL is the lowest price index within the range from PeriodK to i,

if max = 0,

FSK[i] = 50.0

The indicator has four input parameters:

  • Period K - the period of calculating line K;
  • Period D - the period of calculating line D;
  • Overbought - overbought level;
  • Oversold - oversold level.

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

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.

CC CC

John Ehlers Cyclic Component Indicator.

Stochastic_Slow Stochastic_Slow

Slow Stochastic.

Stochastic_MACD Stochastic_MACD

Stochastic MACD.