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 cmoran13, 04-16-2026, 01:02 PM
    0 responses
    43 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    25 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    163 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    158 views
    2 likes
    Last Post CaptainJack  
    Working...
    X