Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Nasdaq TotalView and NYSE OpenBook

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

    Nasdaq TotalView and NYSE OpenBook

    Can you access Nasdaq TotalView or NYSE OpenBook thru NT?

    I use both Esignal and IB in case that makes a difference.

    #2
    Hello,

    Unfortunately, these data feeds are not supported with NinjaTrader. You can find all supported data feed providers at the link below.

    Comment


      #3
      I assume the Level 2 Data feed is supported even though it's not listed?

      Isn't Totalview just an enhanced version of Level 2? ie. you get more rows of the same type of data(multiple rows for the same MM)

      If you subscribe to Totalview and then implement the method below in an indicator, will you not get those "extra" rows that TotalView provides?

      protected override void OnMarketDepth(MarketDepthEventArgs e)
      {
      // Print some data to the Output window
      if (e.MarketDataType == MarketDataType.Ask && e.Operation == Operation.Update)
      Print("The most recent ask change is " + e.Price + " " + e.Volume);
      }

      Comment


        #4
        You need to subscribe to a data feed that is connectable through NinjaTrader. Supported feeds are shown in the list Jason provided.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Level II is supported through both IB and eSignal. If TotalView or OpenBook come through the standard L2 streams provided by IB or eSignal, then NinjaTrader will display it.
          RayNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          88 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          48 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          31 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          34 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          68 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X