Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing Tool. Accessing Volumetric Bars Data from within a Drawing tool

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

    Drawing Tool. Accessing Volumetric Bars Data from within a Drawing tool

    Hello,

    I am working on a drawing tool that works similar to the order flow volume profile drawing tool. It is a draw and drop tool that calculates the delta percentage of the user defined range. Everything thus far works fine and I can make the tool render text onto the chart where I want. The issue is coming from accessing the volumetric data, specifically the delta for each bar. It is the missing puzzle piece to finish the project. I saw other conversations talking about using BarsRequest to access this info. I am asking if another work around has been discovered?
    Thanks

    #2
    Hello Don22Trader1,

    Thank you for your post.

    GetAttachedToChartBars() allows you to get the bars object that the drawing tool is attached to:
    https://ninjatrader.com/support/help...ochartbars.htm

    To access the bar delta, you will need to do some type casting to access the properties and methods of the bar type (Volumetric). Please see this Help Guide page for Order Flow Volumetric Bars that has code demonstrating:

    https://ninjatrader.com/support/help...tric_bars2.htm

    Please let me know if you have any other questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    563 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    329 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X