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

It is based on a simple idea that with a sharp one-directional movement, the distance between the high and the low of the selected period should tend to the total of bar ranges of that period. The indicator is the ratio of one value to the second one, that is:

RangeRatio = (max high - min low) / Sum(high[i] - low[i])

The indicator is designed for higher timeframes (H4 and higher), works well with periods of 3-5 bars. Values ​​greater than 0.7 indicate that the movement does not have potential, so there will be either consolidation, rollback or reversal.

Range Ratio with the period 3 on EURUSD H4:

Range Ratio on EURUSD H4

Tips:

  • I do not advise to use the indicator with a period of more than 5, as it is designed for short-term systems, so the greater the value of the period - the less reliable is the signal.
  • As seen in the figure above, the bars that are indicated by the arrows, are quite good exit points (important: I mean exit at the close of the candlestick).
  • Example of use as a filter: if you receive a buy signal on the timeframe H1, but on the daily chart in an uptrend the value of RangeRatio is greater than 0.7 - it is recommended to ignore the signal. In other words, intending to enter the market, check the value of RangeRatio on a higher timeframe.

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

WildersDMI WildersDMI

A complex trend indicator that uses ADX for calculations

Stochastic_HTF Stochastic_HTF

A stochastic oscillator with an option for selecting a timeframe for calculations, which may differ from the timeframe on which the indicator is applied

XO XO

The indicator without averaging of the data array, that is a Buy/Sell decision is made in one move.

JeromeClock JeromeClock

The indicator displays the time in different time zones on a chart