거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 7047
- 평가:
- 게시됨:
- 2018.10.17 17:15
- 업데이트됨:
- 2019.01.30 07:59
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
RSI is, by definition, a momentum family indicator
As such it would be very useful if it was adjusting itself to the market volatility. Since the "regular" RSI is a bit limited in that part, here is a version that uses the simple volatility (published here : Simple Volatility) to adjust the RSI calculation period.
PS: it is using custom RSI for calculation. It might seem that i would be faster to use built in RSI, but that would be misleading due to one fact : built in RSI would need to create new RSI for each new rsi period. Since we can not know in advance what exact periods are we going to need, it is impossible to (and it would be highly inefficient) to create all the instances of RSI that would eventually be needed in the adjusted rsi calculationsIn this case custom function(s) are the only possible acceptable solution
Usage as usual : apart from being adjusted (adaptive) the sage of the rsi should follow all the rules that traders use when rsi indicator is used for trading decisions

Volatility adjusted WPR (Williams Percent Range)

Directional smoothed momentum (momentum of averages)