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

Smoothed_RSI - MetaTrader 5 için gösterge

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

Smoothed RSI indicator. The indicator is based on moving average data.

There are seven configurable parameters:

  • Source period - source data period for calculation (МА)
  • Source method - source data calculation method (МА)
  • Source applied price - source data calculation price (МА)
  • Smoothed RSI period - smoothing period
  • Smoothed RSI method - smoothing method
  • Top level - upper level
  • Bottom level - lower level

Calculation:

SmRSI = 100.0-(100.0 / (1.0+AvgPositive / AvgNegative))

where:

AvgPositive = MA(Pos, Smoothed RSI period, Smoothed RSI method)
AvgNegative = MA(Neg, Smoothed RSI period, Smoothed RSI method)

  • If Diff > 0
    Pos = Diff, Neg = 0
  • If Diff < 0
    Pos = 0, Neg = -Diff

Diff = MA - Close
MA - MA(Source applied price, Source period, Source method)

Compared to standard RSI, this indicator has a feature: When the price falls, SmRSI rises and vice versa.

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

SRSI SRSI

Slow RSI indicator

Time_Averaged_Price Time_Averaged_Price

Time Averaged Price indicator

SineWMA SineWMA

Sine Weighted MA indicator

Normalized_Moving_Average_Slope Normalized_Moving_Average_Slope

Normalized Moving Average Slope indicator