Are there events ONLY for when the MarketDepth object is updated? I had a look through the code multiple times but couldn't find anything like that. I can always build my own order book from OnMarketDepth events but this seems less efficient, as the MarketDepth object seems to get multiple updates at once in the space of a single OnMarketDepth event, then gets nothing for multiple OnMarketDepth events as OnMarketDepth catches up. So it seems monitoring MarketDepth is more efficient as there would be much less events overall.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Instrument.MarketDepth events
Collapse
X
-
Instrument.MarketDepth events
Hello, I have a strategy where I access the market depth. In OnMarketDepth I get the MarketDepth object of the instrument which already contains the entire order book so it saves me from making it from scratch. I save this as a snapshot of the order book on every OnMarketDepth update. The only problem is the MarketDepth object is usually a few updates ahead of OnMarketDepth so I end up saving the same MarketDepth object sometimes 20+ times while OnMarketDepth catches up.
Are there events ONLY for when the MarketDepth object is updated? I had a look through the code multiple times but couldn't find anything like that. I can always build my own order book from OnMarketDepth events but this seems less efficient, as the MarketDepth object seems to get multiple updates at once in the space of a single OnMarketDepth event, then gets nothing for multiple OnMarketDepth events as OnMarketDepth catches up. So it seems monitoring MarketDepth is more efficient as there would be much less events overall.Tags: None
-
Hello unQuantifiable,
The correct way to use OnMarketDepth would be to manage the book yourself by using the individual events, we have a sample of how to build the orderbook here: https://ninjatrader.com/support/help...vel_ii_dat.htm
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
44 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment