Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Live data feed OHLC no volume?? DLL interface

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

    Live data feed OHLC no volume?? DLL interface

    Hi guys, When i pull live market data through the dll interface to my python script, the volume column is with a value of 0
    Does anyone know how to get volume data through the live data feed

    timestamp,open,high,low,close,volume
    2025-01-09 08:59:00,21327.0,21328.5,21324.75,21326.5,0
    2025-01-09 09:00:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:01:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:02:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:03:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:04:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:05:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:06:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:07:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:08:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:09:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:10:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:11:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:12:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:13:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:14:00,21326.5,21326.5,21326.5,21326.5,0
    2025-01-09 09:15:00,21326.5,21326.5,21326.5,21326.5,0​

    #2
    Hello mitchdavo,

    Thank you for your post.

    Support for the API is limited from NinjaTrader Support as we are not able to assist with any code in an application external to NinjaTrader. However, we are able to detail the usage of any methods available from the API.

    Are you using SubscribeMarketData() for market data updates? You can find an unsupported visual studio project that demonstrates basic functionality of connecting to the NinjaTrader 8 API, then sending and receiving data here:​​

    Comment


      #3
      Yes I am using the SubscribeMarketData() method, that is how i got the data sample above in my message. There is no volume in the feed.

      Comment


        #4
        Im pretty sure its because i am using bulenox

        Comment


          #5
          Are you able to test using another data feed to confirm it's that Bulenox isn't providing volume info?

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          566 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          330 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