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

RSI Сandles - Smoothed with Trend Envelopes - MetaTrader 5용 지표

조회수:
6010
평가:
(14)
게시됨:
2018.06.14 13:31
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

RSI Candles (RSI that calculates RSI of High, Low, Open and Close and displays those values as candles) with an addition of Trend Envelopes.

This version is having an additional option to filter (smooth) the prices prior to using them in RSI calculation (which, effectively makes it an RSI of average). The averages that can be used in smoothing/filtering are SMA, EMA, SMMA and LWMA. If you wish to avoid price smoothing/filtering, simple set the smoothing period to less than or equal to 1 and the, regardless of the smoothing type, there shall be no smoothing/filtering.

Since the Trend Envelopes are used on the set of Open, High, Low and Close price it only seems logical that it can be applied to this type of indicator (that has the equivalent of all those prices). Results are logical and adding Trend Envelopes to such an RSI seems to be helping in assessing trend based on RSI candles indicator. Some experimenting is advised before using it in live trading.

Historical Volatility Bands Historical Volatility Bands

Historical Volatility Bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility for bands calculation.

Historical Volatility - High/Low Historical Volatility - High/Low

This version also does not use Close prices for volatility calculation. Instead it uses the High/Low ratio (the calculation is different from the "regular" Historical Volatility indicator).

Historical Volatility Bands - High/Low Historical Volatility Bands - High/Low

Historical Volatility bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility high/low (instead of "regular" Historical Volatility) for bands calculation.

Quadratic Regression MA Quadratic Regression MA

Quadratic Regression MA is a sort of a linear regression value variation, but faster in response to market changes.