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

RSI Slowdown - MetaTrader 4용 지표

조회수:
37669
평가:
(41)
게시됨:
2018.03.20 17:08
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator is based on the idea that before the price and the indicator itself turn, the indicator rate slows down first and only then turns. As such, the areas are searched where the price begins to stagnate in the overbought or oversold zone of the fast RSI indicator.

The indicator can mark these zones with both arrows and stripes on the chart (selected in the settings). It is also possible to disable the search for RSI decelerations in the settings – in this case, the indicator will show only exceeding the RSI levels specified in the settings: LevelMax and LevelMin.


Version with arrows

Version with lines

Settings:

  • RSI Period — RSI period
  • Signal Level Max — overbought level where to search for deceleration.
  • Signal Level Min — oversold level where to search for deceleration.
  • Seek Slowdown — enable/disable search for decelerations.
  • Bar — the bar we are searching for a signal: 1 means the already built one, 0 means the current one.
  • Type graph — type of drawing: arrows or lines.
  • Alerts — enable the sound alert for finding a signal.
  • Buy Color — color of the arrows/lines to buy.
  • Sell Color — color of the arrows/lines to sell.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/16490

RSI vs BB RSI vs BB

This is the semaphore indicator with arrows based on BB and RSI.

Limit Orders Control Limit Orders Control

This is a not big assistant for trading with limit orders.

MACD Expert MACD Expert

Expert Advisor which trades signals from MACD indicator.

Permutations and Combinations (MT4) Permutations and Combinations (MT4)

A fast library for combinations and permutations in MQL.