Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Print intermediate values of BarStatistics OrderFlow
Collapse
X
-
Print intermediate values of BarStatistics OrderFlow
I want to print the intermediate values of bar statistics of order flow. Currently, it only prints the final value as the bar updates i want to print the bar statistics for each individual ladder when the ladder starts and when ends, -
Hi Jesse,
Thank you for the response. I am new to this and building a strategy. I was following this https://ninjatrader.com/support/help...tric_bars2.htm, so what needs to be changed here? I changed it from OnBarClose to OnPriceChange, right now i am using Range-32 volumetric chart too
Comment
-
Hello patz1398,
Once you change the strategy to OnPriceChange you will need to re apply it and re enable it to see that change. after doing that OnBarUpdate will be called for each price change in realtime. Only in realtime will you be able to access the intranbar values as the volumetric series populates those various properties and methods. If you are looking at historical bars those will still be OnBarClose so only the finalized values.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment