ZigZag with cumulative volume

Forums ProRealTime English forum ProBuilder support ZigZag with cumulative volume

Viewing 15 posts - 16 through 30 (of 49 total)
  • #25431

    Full indicator with zigzag points and segments in the cumulative volume window has been posted into the code library, you can download it here:

    https://www.prorealcode.com/prorealtime-indicators/zigzag-cumulative-volume/

    #25768

    There is still issue with cumulative volume.

    in line 6 as it is the sum value is missing first volume after change of direction.

    I’ve changed line 6 to:

    cumV =cumV+volume[1] than the sum is missing last volume before direction change

    How to fix this?

     

    #25770

    Did you test the version of the code Library? I made change since the one from this thread.

    #25775

    It works now, my mistake.

    Thank for your help!

    #25817

    Is it possible to make a version of this indicator with the “green” histogram >0 and the red histogram  <0 (but to keep the volume values )

    #25828

    Here is the version with negative Volumes when the last zigzag was a peak.

     

    #26156

    IG Markets just updated PRT to:

    v10.3-1.8.0_45 and I’m able to display the ZigZag text.

    For some reason the ZigZag graph shows correct value but the “Text” value is wrong?

    This is constant across all the codes posted

    #26164

    What’s wrong with the text value? The Volume is cumulated each bar since the last peak or tough and then reset at next ones.

    #26170

    Just fly over with the cursor and you see that the value taken from the chart (correct) is different to the value shown by text(incorrect)

    #26171

    Actually the Text value is bigger by the next volume bar.

    #26177

    Yes, it’s my mistake, text variables must be changed with this code instead:

    Because the peak or tough occurred 1 bar ago of course .. sorry.

     

    #26183

    Thanks it works!

    do’t be sorry …….I own you a good drink!

    1 user thanked author for this post.
    #26345

    does it repaints  ? lika all other zig zags ….

    #26357

    @Paris yes of course, you will never know if the actual lowest low or highest high will remain in the next candlesticks. But finding the peak and tough of price is not the real purpose of this indicator.

    #26861

    Thanks for your contributions Nicolas. I’ve been benefitting a lot from it so I thought I should make a small contribution. Here is my edit of the code in this thread to give an alternate display of the WeisWave indicator.

     

    2 users thanked author for this post.
Viewing 15 posts - 16 through 30 (of 49 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login