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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
59 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
198 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
363 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
282 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment