how can i find o object that doesnt apear in the object list

 
i have a indicator that sends out signals in the form of arrows i have beentrying to automate the entry and exit of trades, i have been under the assumption that they were created objects (the arrows) but they dont show up on the object list and the code that i wrote used objectsTotal but it doest worn in this case what can i do ?
 
Tiago Antunes:
i have a indicator that sends out signals in the form of arrows i have beentrying to automate the entry and exit of trades, i have been under the assumption that they were created objects (the arrows) but they dont show up on the object list and the code that i wrote used objectsTotal but it doest worn in this case what can i do ?
They will be an indicator buffer.  So read the buffers
 
Paul Anscombe #:
They will be an indicator buffer.  So read the buffers
thank you it worked-ish now im facing false signals(signals that dont apear on the charts)  and a 4802 error