How to remove from my program a drawing object created by "drawing tools" menu , not by the code ? I suppose this question is equivalent to the question : "what is a tag of a given object, drawn from drawing tools" ?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Remove programatically objects drawn from menu.
Collapse
X
-
Remove programatically objects drawn from menu.
Hi,
How to remove from my program a drawing object created by "drawing tools" menu , not by the code ? I suppose this question is equivalent to the question : "what is a tag of a given object, drawn from drawing tools" ?Tags: None
-
XTrader, unfortunately not supported in 6.5 - but we plan to offer access to those in NinjaTrader 7 - http://www.ninjatrader.com/webnew/NT7/NinjaTrader7.html
Draw Objects Enhancements
Draw objects are now associated to an indicator which means that if a user removes a draw object from the chart, it will also remove the indicator. In addition, all draw objects spawned from an indicator share the indicator's z-order.
IDrawObject - IDrawObjects are now returned to the caller on all Draw() methods. IDrawObjects expose draw objects properties.
Work in progress - We will implement programmatic access to draw objects added to a chart manually. For example, you can have a user draw a line on a chart and add a "tag" to this object and you can retrieve this object, read it's value and do something with it.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
89 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
133 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 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