Thanks in advance.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to remove a Drawn Line in NT8 from a Strategy
Collapse
X
-
How to remove a Drawn Line in NT8 from a Strategy
I've been browsing the guide and the forum and I can't see much actual info in this regard, so I'd like to know the simplest and fastest way to draw or remove an "Extended Line.
Thanks in advance.Last edited by pstrusi; 09-10-2017, 12:07 PM.Tags: None
-
After search in this regard, I imagine that procedure might be done with these:Originally posted by pstrusi View PostI've been browsing the guide and the forum and I can't see much actual info in this regard, so I'd like to know the simplest and fastest way to draw or remove an "Extended Line.
Thanks in advance.
Create a Line
Draw.ExtendedLine(this, "tag1", 10, Close[10], 0, Close[0], Brushes.LimeGreen, DashStyleHelper.Dot, 2);
Erase the Line above
RemoveDrawObject("tag1");
If there still is a faster or more efficient way, please let me know
Thanks
-
Hello pstrusi,
Drawing objects can be removed by a script, only if they are created by that script.
This is done with RemoveDrawObject() / RemoveDrawObjects(). Below is a publicly available link to the help guide.
I am not aware of another way to remove drawing objects from a chart.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
90 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
135 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
120 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment