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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment