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

Simple ZZ Consolidation Zones - MetaTrader 5용 지표

조회수:
13449
평가:
(25)
게시됨:
2016.10.10 15:29
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

More experiments with the Simple ZigZag indicator. A small upgrade allows the indicator to find and mark the price consolidation areas with colored rectangles.

The Simple ZigZag indicator is the development of an idea of automated visualization of technical analysis. We have started with a simple indicator Simple ZigZag that plots local Highs and Lows on a chart. Our task now is to learn to recognize different patterns of technical analysis using the above indicator.

The proposed indicator searches for flat consolidation zones on a price chart.

The number of highs/lows required for constructing a zone, the total number of analyzed zigzag points, and the accuracy of matching of extrema are defined by the three parameters of the indicator:

  • Number of times the price touches the level.
  • Number of ZZ points analyzed.
  • High/low max. deviation around level.

The fourth parameter - Typical retracement size - is inherited from the parent indicator (Simple ZigZag).

Indicator fine tuning is performed by three parameters with forth inherited from parent indicator Simple ZZ.

The areas where several highs make up a line in the upper part of the zone are marked in red; the areas where several lows make up a line in the lower part of the zone are marked in blue. As for now, the indicator cannot be built into an Expert Advisor, because it doesn't have appropriate buffers for the area borders (expected later). We will further continue to complicate the recognized patters, and will adapt the indicator for use in automated trading systems.

Simple ZigZag helps in searching for consolidation zones.

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

yEffekt_HTF yEffekt_HTF

The yEffekt indicator with the timeframe selection option available in input parameters.

i-CAi_StDev i-CAi_StDev

The i-CAi indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.

i-CAi_StDev_HTF i-CAi_StDev_HTF

The i-CAi_StDev indicator with the timeframe selection option available in input parameters.

AutoGannAutoTrend AutoGannAutoTrend

The indicator plots price channel, Fibonacci levels and Gann fan based on the latest ZigZag peaks.