거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
15094
평가:
(21)
게시됨:
2016.11.01 15:34
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
RSI that is intended to be used as a filter.

It is checking states of RSI (comparing it to levels 30 and 70) and, depending on the breaks of those levels, 3 states of the indicator are plotted:

  • upper — when there is a clear break above level 70 and when the state is inherited from the previos bar
  • lower — when there is a clear break bellowe level 30 and when the state is inherited from the previos bar
  • neutral — when the value is floating between the 40 to 60 values.

This way, the values of RSI are filtered a bit more. Indicator can be applied to other indicators too, and some combinations seem to be interesting (applying this filter to momentum can be interesting, for example).

PS: shorter period of RSI should be used (longer periods of RSI tend to break 30 and 70 levels in fewer occasions and that might limit it in usage — as it is always advised: regular RSI should be used with short periods — up to period 10 is a sort of consensus).

This indicator can be used together with another indicators.



CCI Averages Pre-Filtered CCI Averages Pre-Filtered

The CCI pre-filtered indicator with an addition of 18 possible types of averages that can be used for pre-filtering.

RSI Floating Levels RSI Floating Levels

Added the filled array for overbought and oversold zones.

Draw Psy Levels Draw Psy Levels

Draws equidistant horizontal lines.

Super Trend Hull Indicator Super Trend Hull Indicator

Super trend indicator that uses hull average for calculation.