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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        66 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        149 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        99 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X