Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Volume between prices

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

    Volume between prices

    Hi guys. I am trying to work out how to get the volume between previous price points on the previous bar (using a 10 range bar), using the following example:

    1. The body of the bar has 10 ticks and a tail of 8 ticks. I'd like to know how to calculate the volume on the bottom 4 ticks of that 8 tick tail. At the moment I have:

    if Close [1] > Open [1]
    && Low [1] < Open [1] - 4 * Tick Size

    This states the it must be under 4 ticks but I am not sure how to do the next part on volume. As usual, any ideas on this one would be appreciated.

    Thanks. DJ

    #2
    Hi DJ,

    You could easily get the volume between two different bars, but it looks like you're trying to take apart one bar and identify the volume at specific levels within that one bar?

    Unfortunately not sure how you would code this without requiring a tricky multi series implementation. Volume is synced per bar, so there's no way to break down a bar's volume by price level.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    576 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 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
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X