Page 2 of 2

Re: ZigZag Average Volume

PostPosted: Mon Oct 14, 2019 9:13 pm
by logicgate
Just so you know, it is not the average volume that we want, is the net volume. Just wanted to make sure that the indicator is not applying a division of the value of the leg by the number of bars of the leg.

For example, if a leg have 5 bars and the value of the bars are 10, 30, -10, -15, 40 we gonna have a total of 55 for the leg, it shouldn´t be divided by 5, that would give us 11, it is not the value we wanna see when checking the delta.

Re: ZigZag Average Volume

PostPosted: Wed Oct 16, 2019 8:50 am
by Apprentice
Try this version.
ZigZag_Cumulative_Volume.mq4
(4.62 KiB) Downloaded 439 times

Re: ZigZag Average Volume

PostPosted: Wed Oct 16, 2019 11:03 am
by logicgate
Thanks buddy, but again you made the indicator not as requested, we wanna see the zigzag on top of price and volume as numerical value, like the screenshot attached here. Please use the code of the indicator posted on the last post TicksSeparateVolumeDif to calculate the delta, it already gives you the positive and negative values for each bar, you just need to sum the values to get the net value of the leg.

Can you use the code of the weis wave to do it? The options on this indicator are not goot. Check the screenshot attached, you could make a version of your weis wave RM4 but using only the zigzag, not the waves plotted on the subwindow (you can leave it out of the code), call it Weis Wave ZigZag. Then it would look like in the screenshot, only the zigzag on top of price with volume information, and the indicator will already have the options for font color, size, label shift... And it is way easier to use when we only need to change one input parameter to change the zigzag

Re: ZigZag Average Volume

PostPosted: Wed Oct 23, 2019 2:55 pm
by logicgate
Just checking if you are looking into this, thanks mate

Re: ZigZag Average Volume

PostPosted: Wed Oct 30, 2019 10:16 am
by Apprentice
Your request is added to the development list.
Development reference 265.

Re: ZigZag Average Volume

PostPosted: Tue Nov 12, 2019 5:43 am
by Apprentice
ZigZag_Cumulative_Volume.mq4
(5.96 KiB) Downloaded 483 times

Try this version.