I have been through all of the suggested methods I could find searching the forums;
Iterating over ChartControl.ChartObjects, attempting to access the DrawObjects of the Indicator, etc.
When I double click the item I am trying to detect (an up or down arrow drawn above a bar), NT is able to associate it to the Indicator somehow, as it brings up the Indicator list showing the one that created it highlighted.
I am trying to find where this link exists, from what I can gather the arrow is being drawn in the overridden Plot method.

Comment