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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
152 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
305 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment