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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
232 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
150 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
161 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
243 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
198 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment