Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 cre8able, Today, 01:16 PM
    2 responses
    9 views
    0 likes
    Last Post cre8able  
    Started by chbruno, 04-24-2024, 04:10 PM
    3 responses
    48 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by samish18, Today, 01:01 PM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by WHICKED, Today, 12:56 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by WHICKED, Today, 12:45 PM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X