
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
As you know UNIVERSAL ZIGZAG is a complete Zigzag expert and indicator. We can call it as below in our expert:
And by these couple of lines of code we can get the last high an low of zigzag:
As I have bold the 1 number, those are count of highs that we want to know.
The question is, how can I get last 3 or more highs or lows of Zigzag?
Even if increase the count of array in the CopyBuffer(handle,4,0,**1**,lhb) the result wont be correct.
The CopyBuffer(handle,2,ind,1..X,zz) returns incorrect number or just the last high or low of Zigzag.