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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
116 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
61 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
40 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
82 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment