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

The indicator finds and displays gaps between High and Low prices of two neighboring bars.

The gap is marked with arrows: an up arrow is used for an upward gap and a down arrow is used for a downward gap. The indicator draws on a chart gap areas as rectangle objects painted in appropriate colors (the display can be disabled in parameters). It also displays two lines: the upper and lower levels of the gap area, which can be accessed from an Expert Advisor.

If a gap is found on the current bar, such a gap is immediately displayed. However, if the price "closes" the gap area, arrows and lines will be deleted. Colored rectangles of the closed gap area remain on the chart, allowing users to visually control the gaps, which were closed by the price.

The indicator has four input parameters:

  • Minimum gap size (in points) - the minimum gap between the High and Low prices of two neighboring bars (in points);
  • Whether to draw a gap area - whether to show colored gap areas on the chart (Yes/No);
  • Color of the gap area up - the color for the upward gap area;
  • Color of the gap area down - the color for the downward gap area.

Fig.1 Gap down

Fig.1 Gap down


Fig.2 Gaps down and up

Fig.2 Gaps down and up

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

SZO SZO

SZO (Sentiment Zone Oscillator) is an indicator of market sentiment, which has overbought and oversold zones.

CVI CVI

CVI (Chartmill Value Indicator) shows the value of price deviation from the Moving Average.

Trend Range Trend Range

An indicator of the market state.

CCI_Dots CCI_Dots

The indicator adds signal marks to a price chart when the CCI indicator crosses its zero line.