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

RSO, Relative Strength Oscillator - MetaTrader 5용 지표

조회수:
6277
평가:
(28)
게시됨:
2017.07.20 14:02
RSO.mq5 (5.29 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Relative Strength Oscillator or RSO is an Oscillator version of RSI. RSI as a powerful and accurate indicator is very popular. It is an index indicator and varies in the range of 0 to 100. We used to see 70s or 30s on RSI, then decide to open a new position. But as an indicator, symmetry is more readable and more suitable for comparison. Oscillators have a center line of usually 0.0 and swing around center line. RSO intends to do this role. With RSO everything is as the same as before on RSI, just minus 50. Here are 20s and -20s as overbought and oversold positions now.

I added colored bars just for more clarity. Green bars show increasing of RSO and red bars show decreasing. RSO or RSI curves cannot show little changes, while colored bars can. For example when RSO is over 20, first red bar reveals direction change. As you can see, RSO with bars is more comprehensible with just a glimpse.

Fig 1. RSO indicator

Fig 1. RSO indicator

Sequential Green/Red bars indicate that we should wait more for direction change. As showed in following picture, RSO is around 20 and starts to decrease. Without bars warning, we may be convinced to open a short position. However sequential opposite color bars is a good indicator alert to aware us do not do anything.

Fig 2. RSO sequential color change

Fig 2. RSO sequential color change

I used MetaQuotes RSI source code as a base to recode RSO.

RSI Trend Indicator RSI Trend Indicator

A simple trend indicator based on the RSI changes.

MA Zigzag Trend MA Zigzag Trend

Another ZigZag trend indicator based on extremum points of SMA indicator.

Laguerre stripped Laguerre stripped

A variation of the Laguerre filter indicator.

Laguerre stripped of RSI Laguerre stripped of RSI

Laguerre stripped of RSI "experiment".