How do I make a basic EA based on a seperate indicator?

 
I want to make just a simple EA based upon an indicator that has "up" and "down" arrows.  All i want to do is trade based upon direction of the arrows.  How do I import this data from the indicator?  Thanks
 

If the arrows are drawn by indicator index, the iCustom() function should be able to detect them.