Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
real-time level 2 bid/ask volume for a specified price
Collapse
X
-
real-time level 2 bid/ask volume for a specified price
Is there a way to get real-time level 2 bid/ask volume for a specified price without leveraging OnMarketDepth()? So using something similar to GetCurrentAskVolume() / GetCurrentBidVolume() but for a specified price?Tags: None
-
Hello martyn73,
Thanks for your post.
OnMarketDepth would be the advised way to study level 2 data in an indicator. If the target PC is Order Flow + enabled, then the indicator can use the Volumetric Bars data access methods to be able to call GetAskVolumeForPrice and GetBidVolumeForPrice. More information on using these data access methods is included below.
https://ninjatrader.com/support/help...tric_bars2.htm
I look forward to being of any further assistance.
-
Hello martyn73,
Thanks for your questions.
We do not publicly document how to check an Order Flow + enabled platform. If you are in our EcoSystem, please consult vendor support for information on how this can be done. If Order Flow + tools are used but the platform is not enabled, an error message will be presented mentioning an Order Flow + enabled license needs to be entered.
MarketDepth will take a current snapshot of the order book and then provide subsequent updates in the Update event. A delay in preparing the snapshot may be 25ms. Each update would then be made as NinjaTrader sees a level 2 update.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
574 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment