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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
89 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
131 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment