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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
72 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
152 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment