
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
Thanks Evgeniy, at least you answered it. Though this answer does not help us))
I have not worked with indicators before. But I will do my best to see about.
By the way, I have just checked that, with ordinary ZigZag indicator the same result can be achieved (by adding up Depth paramerer let say up to 20-25) as well.
The difference is that ordinary ZigZag puts only extremum points and doesnt copy this value to non-extremums which makes it very easy to determine the current trend programmatically...
Anyway, thanks again for such good indicator, at least we can use it visually, since programmatic approach is not possible due to that shortoming...
Regards
Bahman
Thanks Evgeniy, at least you answered it. Though this answer does not help us))
I have not worked with indicators before. But I will do my best to see about.
By the way, I have just checked that, with ordinary ZigZag indicator the same result can be achieved (by adding up Depth paramerer let say up to 20-25) as well.
The difference is that ordinary ZigZag puts only extremum points and doesnt copy this value to non-extremums which makes it very easy to determine the current trend programmatically...
Anyway, thanks again for such good indicator, at least we can use it visually, since programmatic approach is not possible due to that shortoming...
Regards
Bahman
Anything is possible! You just need to go through the required buffer and take the info. What kind of buffers were I talking about earlier. And there is no difference in getting them, even from this indicator, which is standard.
To get the zigzag extremes, you need to go through these buffers and compare them with EMPTY_VALUE. Where the value is unequal to it, there is an extremum.
You pass, if the value is not equal to EMPTY_VALUE, then there is an extremum.