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.


    JesseNinjaTrader Customer Service

    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.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Balage0922, Today, 07:38 AM
        0 responses
        1 view
        0 likes
        Last Post Balage0922  
        Started by JoMoon2024, Today, 06:56 AM
        0 responses
        6 views
        0 likes
        Last Post JoMoon2024  
        Started by Haiasi, 04-25-2024, 06:53 PM
        2 responses
        19 views
        0 likes
        Last Post Massinisa  
        Started by Creamers, Today, 05:32 AM
        0 responses
        6 views
        0 likes
        Last Post Creamers  
        Started by Segwin, 05-07-2018, 02:15 PM
        12 responses
        1,786 views
        0 likes
        Last Post Leafcutter  
        Working...
        X