Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help requested: Cumulative Delta Volume Histogram

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help requested: Cumulative Delta Volume Histogram

    The indicator at...

    This is a cumulative delta indicator based on BidAsk. It also detects divergences based on cumulative delta. Those divergences are represent on main price panel.


    ... displays Cumulative Delta Volume as a chart. Can anyone please help me by converting it to display instead as a histogram, whereby each bar in the histogram displays the delta volume accumulated for the last n bars (where n is a number input by the user)? The "last n bars" should include the current bar.

    I would very much appreciate your help.

    Thank you.

    #2
    Hello wpwebsites,

    The file you linked to is using custom rendering to display the bars it makes so that would not be something which could be changed easily into a histogram. You would need to change the way that script is rendering its data to match how you wanted it to display along with any other calculation changes that you wanted. The script calculates data in OnBarUpdate and then renders it in a custom way using OnRender.


    Comment


      #3
      Hi Jesse,

      Thanks so much for your speedy response.

      So it sounds like the OnRender section should be removed - but what should it be replaced with in order to achieve a simple histogram?

      Comment


        #4
        Hello wpwebsites,

        That indicator does not have any plots so if you remove OnRender it wont display anything. The OnRender would need to remain there to render the data. If you wanted to display the data differently you would have to change the OnRender code to match how you wanted that data rendered.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        630 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        364 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        565 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        568 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X