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 rbeckmann05, Yesterday, 06:48 PM
          1 response
          12 views
          0 likes
          Last Post bltdavid  
          Started by llanqui, Today, 03:53 AM
          0 responses
          6 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Started by burtoninlondon, Today, 12:38 AM
          0 responses
          10 views
          0 likes
          Last Post burtoninlondon  
          Started by AaronKoRn, Yesterday, 09:49 PM
          0 responses
          15 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Yesterday, 08:42 PM
          0 responses
          11 views
          0 likes
          Last Post carnitron  
          Working...
          X