Trade signal in an indicator

 

I have a trading strategy based on a custom indicator i have created. I can manually get trade signals by analyzing but i want my trade signals to display on the chart. Please how can i incorporate this into my custom indicator?

 
oswoil: I have a trading strategy based on a custom indicator i have created. I can manually get trade signals by analyzing but i want my trade signals to display on the chart. Please how can i incorporate this into my custom indicator
Create a additional buffer of type arrow. When you compute a signal, set the buffer element so a arrow shows. Plenty of examples in the code base.
Reason: