e-man
06-23-2010, 08:15 AM
saw this snip from Josh a while back ... references some new functionality in NT7 ... curious to know if this made it into the features and how one can read the current value of a draw object:
NT7 will have some enhancements:
"
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."cf. http://www.ninjatrader.com/support/forum/showpost.php?p=107927&postcount=5
cheers,
-e
NT7 will have some enhancements:
"
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."cf. http://www.ninjatrader.com/support/forum/showpost.php?p=107927&postcount=5
cheers,
-e