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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
140 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment