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

ZZLevels - MetaTrader 5용 지표

조회수:
15912
평가:
(25)
게시됨:
2016.10.10 15:26
업데이트됨:
2016.12.05 08:23
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Simple ZigZag indicator is a good basis for automation of the technical analysis. Below is a simple example of pattern recognition. The ZZLevels indicator uses the Simple ZigZag to find the boundaries of the flat, as well as the support and resistance levels.

Automation of many graphical constructions, including simple ones like channels, trends (higher highs / lower lows) or Fibo grids, requires defining a "refined movement", i.e. price passing from local minimum to local maximum and from local maximum to local minimum.

I have already proposed a simple algorithm for searching local Highs and Lows implemented in Simple ZigZag. The main difference of Simple ZigZag from the conventional one is the much more simple and fast algorithm, as well as the single parameter — typical correction depth.

The ZZLevels indicator is the development of the idea of automating analytical ZigZag-based constructions. In particular, the presented indicator implements a simple algorithm for finding the borders of trading ranges, as well as the support and resistance levels.

The following inputs are used to adjust the indicator:

  • Number of ZZ points analyzed — the number of non-zero values of the Simple ZigZag indicator buffer, analyzed by the algorithm (essentially the depth of search for levels in the indicator history). Use this parameter for finding long-lasting levels.

  • Number of times the price touches the level — the number of times the price touches the level. It is known that the more often the price touches the level, the more important that level is for technical analysis.

  • High/Low max. deviation around level — this parameter is responsible for the precision of the level. Since the price can "pierce" the level by a few points, or reverse just before reaching it, user must set the precision for the indicator to monitor the level touches.

  • Typical retracement size — is inherited from the parent indicator — Simple ZigZag.

Comparing to Simple ZigZag, ZZLevels uses three additional parameters.

In its current form the indicator still can not be used for automated trading. At the same time, it perfectly illustrates the idea of automating graphic plots of technical analysis on the basis of simple algorithms based on finding local Highs and Lows. In addition, it helps to find the range borders and support/resistance levels in "manual" trading.

Flat ranges and support resistance autosearch based on Simple ZigZag indicator.

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

i-CAi_HTF i-CAi_HTF

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

Exp_i-CAi Exp_i-CAi

The Exp_i-CAi Expert Advisor is based on change of direction of the i-CAi indicator.

SMI_Correct SMI_Correct

Variation of the SMI indicator based on the "Momentum, Direction, and Divergence" book by Blau.

i-CAi_StDev i-CAi_StDev

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