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

RSI_Rendiment - MetaTrader 5 için gösterge

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

Oscillating indicator RSI Rendiment is a logarithmic RSI.

It has six adjustable parameters:

  • RSI period - RSI calculation period
  • Normalized - use normalizing (Yes/No)
  • Normalization range - range of normalization
  • Rendiment X - logarithm multiplier
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

RRSI = (RSI + Rendiment) / 2.0

where:

Rendiment = Rendiment X * LOG(Close/CloseRange)

Close = current Close price
CloseRange = Close price Normalization range bars ago

LOG - natural logarithm

Normalization reduces the calculated data of Rendiment to the RSI oscillator range:

NormRendiment = ((Rendiment - Min) / (Max - Min)) * 100.0

Max, Min - maximum and minimum values of Rendiment within the Normalization range

Fig. 1. Normalized RSI Rendiment


Fig. 2. Non-nomalized RSI Rendiment

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

Smoothed_ADX Smoothed_ADX

Indicator Smoothed ADX

MACD_Osmax MACD_Osmax

Indicator MACD OsmaX

Ilan iMA Ilan iMA

Ilan based on indicator iMA (Moving Average, MA)

Plan X Plan X

The EA compares the difference between the Close price of bar #1 and the Close price of bar #Candle shift.