거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

RSI_Rendiment - MetaTrader 5용 지표

조회수:
8777
평가:
(20)
게시됨:
2019.02.07 09:00
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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.