당사 팬 페이지에 가입하십시오
GapFinder - MetaTrader 5용 지표
- 조회수:
- 6959
- 평가:
- 게시됨:
- 2018.04.18 17:09
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.2 Gaps down and up
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/20154
SZO (Sentiment Zone Oscillator) is an indicator of market sentiment, which has overbought and oversold zones.
CVICVI (Chartmill Value Indicator) shows the value of price deviation from the Moving Average.
An indicator of the market state.
CCI_DotsThe indicator adds signal marks to a price chart when the CCI indicator crosses its zero line.