Discuss ZigZagOnParabolic MT4 indicator in this thread. You can ask any questions about this indicator here.
Last edited:
Peak[] Trough[]
There is no thing as troughs in Market structure. That is why coded divergence indicators are noisy and useless they code with some trough psychology.value of peak and troughs from zigzag parabolic
I am wondering what code i would need to write in order to be able to call up the value of the last peak and 2nd last peak in the zigzag parabolic SAR indicator, and the same for the troughs. i want to be able to compare the two price values to determine trend. any help appreciated.
The following buffers store the peak & trough values:
You can call Peak[0] for the current peak, Trough[1] for the previous trough and so on.MQL5:Peak[] Trough[]
I don't understand what you mean. If we build ZigZag on fractals (that's how the standard MT4 ZigZag indicator is constructed, by the way), we would still have peaks and troughs.Why not use zigzag fractal swing rather than trough to reduce noise?
I just took a look at it .ZigZagOnParabolic updated to version 1.02 for some performance improvements and to add alerts.
Period? Parabolic SAR doesn't have period, it has only Step and Maximum settings, so does this ZigZag, which is nothing more than a marking upon the Parabolic SAR reversals.Could u make the zigzag period or the period settings u use for the zigzag line to be visible as the parabolic settings so can adjust the indicato a wider range market structure?
I don't understand what you mean. If we build ZigZag on fractals (that's how the standard MT4 ZigZag indicator is constructed, by the way), we would still have peaks and troughs.
The maximum and step parameters is available in the indicator properties settings . For the zigzag settings could it also be available?Period? Parabolic SAR doesn't have period, it has only Step and Maximum settings, so does this ZigZag, which is nothing more than a marking upon the Parabolic SAR reversals.
A trough is a trough. How can it be at the high price? That would be a peak, not a trough.Troughs can be a high /low price of bar or fractal swing high/low pattern.
But it is available:The maximum and step parameters is available in the indicator properties settings . For the zigzag settings could it also be available?
Yes I see . Can the zigzag settings be available there also . To adjust?A trough is a trough. How can it be at the high price? That would be a peak, not a trough.
But it is available:
View attachment 21298
But they are ZigZag settings. ZigZag here depends only on those settings.Yes I see . Can the zigzag settings be available there also . To adjust?