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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
51 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
30 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
99 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
177 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment