당사 팬 페이지에 가입하십시오
RSI Сandles - Smoothed with Trend Envelopes - MetaTrader 5용 지표
- 조회수:
- 6010
- 평가:
- 게시됨:
- 2018.06.14 13:31
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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 constructed using average as the middle line, and upper and lower bands using the Historical Volatility for bands calculation.
Historical Volatility - High/LowThis 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 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 MAQuadratic Regression MA is a sort of a linear regression value variation, but faster in response to market changes.