Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
can't find instruction for last chart bar?
Collapse
X
-
Originally posted by joemiller View Postplease tell me where in the nt user guide I can find something like ''islastbar'' so I can take an ''if'' action on the last bar in my indicator. I've seen it before but can't find it.
-
Hello joemiller,
Thank you for your post.
Koganam's referenced post is a great way to do so. I added the full quote from the post here for ease:
Originally posted by koganam View PostI am going to assume then that all you want is how to get the index of the last bar showing on the screen, and that you know how to query and display the information on the screen with DrawTextFixed()? If that is correct, then there are 2 ways to get the last bar painted, both undocumented and unsupported by NT Support, so do not even ask.
- int intLastBarOnChart = ChartControl.LastBarPainted;
- int intLastBarPaintedOnChart = this.LastBarIndexPainted;
The first index is dependent on the COBC property; the second one is absolute.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
23 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
223 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
406 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment