Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Draw.VerticalLine on 10th bar to the right (updates every bar)
Collapse
X
-
Draw.VerticalLine on 10th bar to the right (updates every bar)
Hello, Can you help me with a code that draws vertical line on the 10th bar to the right (barsAgo = 9), and updates every bar, that means, that on each OnBarUpdate, previous vertical line is deleted and new line is drawn.Tags: None
-
Hello UltraNix,
Thanks for your post.
You could use Draw.VerticalLine() to draw a vertical line on the chart at a specified bar.
See the sample code in the help guide documentation linked below which demonstrates drawing a vertical line using a barsAgo value of 10.
Draw.VerticalLine(): https://ninjatrader.com/support/help...rticalline.htm
If you would like to use a barsAgo value of 9, you would simply set that for your barsAgo argument when calling the Draw.VerticalLine() method.
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello UltraNIX,
Thanks for your note.
You could use SetZOrder() to determine the index in which chart objects are drawn on the chart's Z-axis (front to back ordering). Objects with a higher ZOrder are drawn first.
See the attached example script demonstrating this.
And, see this help guide page for more information about SetZOrder(): https://ninjatrader.com/support/help.../setzorder.htm
Let us know if we may assist further.Attached Files<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
140 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 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