Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
last bar OnRender
Collapse
X
-
Hello blar58,
Thanks for opening the thread.
OnRender() is an event driven method for custom rendering that runs asynchronous to OnBarUpdate().
I would suggest to set a bool in OnBarUpdate() when you are processing the last bar of a session, and access that bool within OnRender(). You can use Bars.IsLastBarOfSession to detect the last bar of a session in OnBarUpdate().
You may also wish to use some logic using ChartControl.LastTimePainted to detect when the last bar was painted in relation to the current time.
LastTimePainted - https://ninjatrader.com/support/help...imepainted.htm
IsLastBarOfSession - https://ninjatrader.com/support/help...rofsession.htm
Please let me know if I can be of further help.
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