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.

    JasonNinjaTrader Customer Service

    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 love2code2trade, Yesterday, 01:45 PM
          4 responses
          28 views
          0 likes
          Last Post love2code2trade  
          Started by funk10101, Today, 09:43 PM
          0 responses
          7 views
          0 likes
          Last Post funk10101  
          Started by pkefal, 04-11-2024, 07:39 AM
          11 responses
          37 views
          0 likes
          Last Post jeronymite  
          Started by bill2023, Yesterday, 08:51 AM
          8 responses
          44 views
          0 likes
          Last Post bill2023  
          Started by yertle, Today, 08:38 AM
          6 responses
          26 views
          0 likes
          Last Post ryjoga
          by ryjoga
           
          Working...
          X