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 Karado58, 11-26-2012, 02:57 PM
          8 responses
          14,825 views
          0 likes
          Last Post Option Whisperer  
          Started by Option Whisperer, Today, 09:05 AM
          0 responses
          1 view
          0 likes
          Last Post Option Whisperer  
          Started by cre8able, Yesterday, 01:16 PM
          3 responses
          11 views
          0 likes
          Last Post cre8able  
          Started by Harry, 05-02-2018, 01:54 PM
          10 responses
          3,203 views
          0 likes
          Last Post tharton3  
          Started by ChartTourist, Today, 08:22 AM
          0 responses
          6 views
          0 likes
          Last Post ChartTourist  
          Working...
          X