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

Theory:

In “RocketRSI—A Solid Propellant For Your Rocket Science Trading”, author John Ehlers introduces a new take on the classic RSI indicator originally developed by J. Welles Wilder. Ehlers begins by introducing a new version of the RSI based on a simple accumulation of up and down closes rather than averages. To this he applies a Fisher transform. He tells us that the resultant output is statistically significant spikes that indicate cyclic turning points with precision.

All in all, in the terms that we are used to, it is an RSI of a smoothed momentum (2 pole super smoother used for smoothing the momentum). It might and might not deserve the given name, but it deserves a version that works exactly the same as the original so that we all can test what exactly it does.

This version:

Is calculated the original way, it is producing exactly the same results as the original and has some options added:

  • you can chose the price (original uses close only)
  • you can chose to calculate Fisher transform of the "rocket" RSI or to see the "rocket" RSI itself
  • you have 3 coloring options:
    • color changes on slope change
    • color changes on zero line cross
    • color changes on levels cross (which is what has been used as trigger for entries in the original article)

Usage:

You have to experiment with this indicator to find interesting settings. One is at the example picture (you can see the settings from the picture). In any case, when you set it up, you can use the color change as signal.



Range weighted smoothed EMA Range weighted smoothed EMA

Range weighted smoothed EMA

Range weighted EMA Range weighted EMA

Range weighted exponential moving average (EMA)

Stochastic of filtered price Stochastic of filtered price

Stochastic of filtered price

Stochastic of average(s) Stochastic of average(s)

Stochastic of average(s)