Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How many times does OnMarketDepth() called

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

    How many times does OnMarketDepth() called

    I use an example to explain my question here. This is level 2 status before top one is executed.

    Bid position 0: $9.99 200 shares >>>> to be executed
    Bid position 1: $9.98 100 shares
    Bid position 2: $9.96 3000 shares

    When bid position 0 is executed and gone, is onMarketDepth() to be called to update "bid position 1" which will become position 0, or it is called only to indicate "bid position 0" is removed? How many times is it called when bid 0 is executed?

    Thanks.

    #2
    Hello appleseed,

    There is no set number of times OnMarketDepth() will be called as it is entirely going to dependent on the Data mostly and the data provider. Odds are that you are not going to be guaranteed an updated of the next position.

    For example if the first level of Level II data (Bid Position 0) changes you may see an update for the change of shares at that bid price without Bid Position 1 changing to 0.
    JCNinjaTrader Customer Service

    Comment


      #3
      Each level 2 data include Position, value and volume. Since OnMarketDepth() method is called for every change in level two market data (market depth), does this mean any one of above three data changes will trigger to call OnMarketDepth()? Thanks.

      Comment


        #4
        Hello appleseed,

        Yes, that is correct.
        JCNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        591 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        343 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        556 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        553 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X