Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Data Series BarType based on Level2
Collapse
X
-
Hello habibalex,
Historical bars are created from historical data. There is not Level 2 historical data.
If this were possible it would only be possible in real-time.
However, I'm not aware of a way to get level 2 data from a bar type script in real-time.
I'm happy to submit a feature request for the development team to consider this for a future version if you would like.Chelsea B.NinjaTrader Customer Service
-
Hello habibalex,
I have submitted your request for consideration. Once I have a tracking ID for this request I will post this in this thread for future reference.
The level 1 ask and bid are provided from OnDataPoint().
protected override void OnDataPoint(Bars bars, double open, double high, double low, double close, DateTime time, long volume, bool isBar, double bid, double ask)
Below is a public link to the help guide.
Chelsea B.NinjaTrader Customer Service
Comment
-
Hello habibalex,
I've received tracking ID #SFT-3374 for your request to access level 2 data from a bars type script, and tracking ID #SFT-3375 for your request to provide the ask volume / bid volume in OnDataPoints overload parameters.
Please note it is up to the NinjaTrader Development to decide if or when any request will be implemented.
We appreciate your feedback.Chelsea B.NinjaTrader Customer Service
Comment
-
I need the same.. get bid volume and ask volume from OnDataPoints to chart volume delta bars period.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment