Smart ZigZag
99 USD
Demo downloaded:
289
Published:
9 December 2013
Current version:
1.11
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register

what is HZZ?
на сколько сильно и часто он перерисовывается???)
Он не перерисовывается.
В принципе, поскольку речь идёт о зигзаге, правильнее говорить что рисуются только законченные сегменты.
IS THIS AS FAST AS HZZ. DOS IT REDRAW. CAN I HAVE A DEMO VERSION.
It's fast, but HZZ still faster. It's not redraw. Unfortunately, the demo version does not exist.
It's fast, but HZZ still faster. It's not redraw. Unfortunately, the demo version does not exist.
Can you make HZZ length changeable and keeping it still fast. I can pay for it. or make SZZ as fast as HZZ.
HZZ length is changeable (parameter MinBars).
HZZ is very fast zigzag, significantly speed up its impossible. It can only be slightly faster if disable the calculation of statistics.
SZZ may not be as fast as HZZ, because it is much more complex algorithm
Hint:
The moment of switching of the direction of SmartZZ known in advance. This is the intersection of the price range boundaries.
These boundaries are contained in the indicator buffers and can be read in MQL using iCustom. After that you can issue an alert when crossing, or just put there a limit or stop orders. In the second case it will be necessary to monitor the change and to move their orders when there is a change of boundaries.
Hint 2: Code example
Indicator for Alert at switching segment of the SZZ