Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do I access the previous bars ask volume and bid volume?

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

    How do I access the previous bars ask volume and bid volume?

    Say I'm running my indicator on a 100 tick chart, but want to access the bid and ask volume of the previous bar and plot it.

    How do I do that? I'm fine not using tick replay/need to run on historical data.

    Thanks in advance.

    #2
    Hi joefriday, thanks for posting.

    A 1 tick series needs to be added to access intra bar bid/ask volume. Please see the attached example for reference.

    Kind regards.
    Attached Files

    Comment


      #3
      What if I don't care about intrabar bid and ask (since it slows down everything)

      How do I just get the ask and bid volume traded at the close of the bar?

      Comment


        #4
        Hi Joe,

        If you only want real time data, you can run the script OnBarClose and use GetCurrentAsk() and GetCurrentBid() to access this data on the close of the bar. You can also use AddDataSeries to add a bid/ask series and get the bid/ask volume from these series:


        Kind regards,
        -ChrisL

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        82 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        43 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        65 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        68 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        56 views
        0 likes
        Last Post CarlTrading  
        Working...
        X