거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
9447
평가:
(16)
게시됨:
2018.05.24 13:09
업데이트됨:
2018.06.15 11:54
RocketRSI.mq5 (4.14 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

As described in the May 2018 edition of Technical Analysis of Stocks & Commodities by John F. Ehlers. This indicators is an enhancement to the traditional RSI for detecting cyclical reverses.

This indicator has two settings:

  • RSILength - This needs to be half the dominant cycle period. For example, if applying to stocks or stock indexes, the cycle period would be monthly (20 Bars on a daily chart) so you would set this variable to 10.
  • Smooth - The smoothing parameter of the indicator to control volatile swings. This should be set to no more than the value of RSILength.

How to use this indicator in practice:

  • If the indicator spikes below -2, this shows a high probability of a bullish reversal and is therefore a buy signal.
  • If the indicator spikes above 2, this shows a high probability of a bearish reversal and is therefore a sell signal.

An example of this indicator is shown in the image below.

Rocket RSI on ETF-SPY Daily

Rainbow Oscillator Rainbow Oscillator

The Rainbow Oscillator indicator is mainly intended to show the trend of the market. But, using the levels you can use it to assess overbought and oversold conditions too.

Range Oscillator + Bands Range Oscillator + Bands

Unlike the basic Range Oscillator version, this version uses Bollinger Bands for overbought and oversold conditions assessment.

Rainbow Oscillator - Binary Rainbow Oscillator - Binary

Based on Mel Widner's Rainbow Average (that is similar to Guppy MMA), here is a binary version of Rainbow Oscillator.

Bollinger Bands - EMA Deviation Bollinger Bands - EMA Deviation

This version of Bollinger Bands does not use standard deviation for Upper and Lower Bands, but uses the EMA deviation.