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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
128 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
73 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
109 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
88 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment