Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
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
Ö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
Stochastic_RSI - MetaTrader 5 için gösterge
- Görüntülemeler:
- 11924
- Derecelendirme:
- Yayınlandı:
- 2019.02.07 08:48
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Indicator Stochastic RSI is a stochastic calculated on the data of Relative Strength Index (RSI)
It has six adjustable parameters:
- Stochastic %K period - stochastic %K line calculation period
- Stochastic %D period - stochastic %D line calculation period
- Stochastic slowing - stochastic slowing calculation period
- RSI period - RSI calculation period
- Overbought - overbought level
- Oversold - oversold level
Calculations:
SK = AvgSKI
SD = AvgSK
where:
AvgSKI = SMA(SKI,Stochastic slowing)
AvgSK = SMA(SK, Stochastic %D period)
SKI = (RSI - Min) / (Max-Min) * 100.0
Max, Min - the highest and the lowest values of RSI within the range of Stochastic %K period
RSI - Relative Strength Index(Close, RSI period)
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/23417
MTF_LRMA
Indicator Multi Timeframe Linear Regression MA with signal line
LRMAIndicator Linear Regression MA
PriceChannel
A price channel based on a bar of user-defined duration (timeframe).
MTF_Stochastic_RSIIndicator Multi timeframes Stochastic RSI