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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
155 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
307 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment