Can I interrogate symbols on a chart from within an EA?

 

I have an indicator (without source) that I am trying to use from within my EA. The indicator draws arrows on the chart when certain conditions prevail. Is there any way that I can determine if and where these arrows are being drawn from within my EA? I've already tried using the ObjectsTotal() function but this returned 0. I then read that many of the symbols drawn on the chart are not counted as Objects in this sense.


Does anyone have any ideas on how I might proceed with this, short of decompiling the indicator?

Reason: