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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
128 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
86 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
86 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment