Thx.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Aggregate Top 10 Levels of Book Depth
Collapse
X
-
Thanks NinjaTrader_ChelseaB,
Interesting construction in the example... I suppose I would have expected that the bid/offer at a given price would be referenceable by passing a single argument (the price) to a method rather than continuously rebuilding a 10x1 list object. Out of curiosity is this the manner in which the SuperDOM ingests/presents data as well?
As a follow-up to that, what is the manner/structure of the data as sent by the exchange itself (if you happen to know)?
The SuperDOM has a property "Show Cumulative Depth" -- this is essentially the number I'm looking to compute. Is there a more "direct" way to do this than invoking OnMarketDepth() as per the sample you referenced?
Comment
-
Hello TheFil,
Unfortunately, I would not be able to give insight about the NinjaTrader core code and I would not be able to give insight about the brokerage or data feed APIs.
How you structure your data storage is up to you.
Using a Dictionary to store levels by a key such as the price is something you could choose to do.Chelsea B.NinjaTrader Customer Service
Comment
-
Thanks NinjaTrader_ChelseaB,
Do you have any examples implementing a dictionary that I might reference?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
580 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
335 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
102 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment