Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Draw to the right of the current bar on a chart
Collapse
X
-
Draw to the right of the current bar on a chart
I am desiring to draw vertical lines to the right of the current (or last) bar on a chart. Do you have any suggestions on how I can accomplish this? I have tried to pass negative values to the barsAgo parameter of the DrawVerticalLine function but I then get nothing to plot.Tags: None
-
imported post
Sorry, this is not supported right now. You can not haev an anchor point to the right of the rightmost bar of a chart.
However, you may consider drawing a Ray with both anchor points to the left of the rightmost bar, but the Ray actually would get rendered into the region at the right of the rightmost bar.[img]file:///C:/DOCUME%7E1/Droth/LOCALS%7E1/Temp/moz-screenshot.jpg[/img]
-
imported post
Thanks Dierk, unfortunately, I wish to plot straight vertical lines.
Any idea when this feature may be possible?
Thanks.
Comment
-
imported post
I will add this to our list of features to consider for future development. If you are familiar with C# programming, you can override the indicator Plot() methodand do some custom painting which would then allow you draw a vertical line to the right of the current bar.
See the @CustomPlotSample.cs forsome ideas on how this can be done. This ventures into C# Graphics class which we do not provide technical support for.
RayRayNinjaTrader Customer Service
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment