Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Drawtext Right of newest bar
Collapse
X
-
Drawtext Right of newest bar
In 6.5.0.5, I could draw text to the right of the newest bar by using a negative bar index. In 6.5.0.9, negative bar index with DrawText is no longer supported. How do I draw text to the right of the newest bar in 6.5.0.9?Tags: None
-
I think it is a very common practice to write text or draw to the right of the newest bar. I can't believe that I am the only person who would want this feature, especially since it is currently available in your current production version. this is such a basic feature. I suspect you will get many customers complaining about this, once their indicators stop working upon moving to your next production version.
Originally posted by NinjaTrader_Dierk View PostUnfortunately this is not supported.
Comment
-
Workaround
I have only been using NS for 2 weeks now so if this seems a bit Heath Robinson I apologise but it works for me ...
The chart doesn't seem to mind blank spaces which effectively "pushes" text to the right of the current bar ( still want to say TS "lastbaronchart").Code:DrawText("tag", false, " "+ mystr, 0, Close[0],Color.Blue, txtFont,StringAlignment.Near, Color.Transparent, Color.Transparent, 50)
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
245 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
157 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
165 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
250 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
201 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment