Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

ZZLevels - indicator for MetaTrader 5

Views:
15827
Rating:
(25)
Published:
2016.10.10 15:26
Updated:
2016.12.05 08:23
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.