Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Max Book Levels

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

    Max Book Levels

    Hi guys,

    Is there somewhere in Ninja like in MasterInstrument or something that you are holding the max depth for the Level 2 of that instrument. Like in ES it's 10, in Bund it's 20 etc.

    Thanks
    DB

    #2
    Hello DB,
    Unfortunately the Instrument or MasterInstrument class does not holds any information regarding the market depth levels as theres no way to know it beforehand.

    You can get the information from the OnMarketDepth method

    Code:
    protected override void OnMarketDepth(MarketDepthEventArgs e)
    {
    	Print(e.MarketDepth.Bid.Count);
    }
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Just what I was after. Thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      630 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      566 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X