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. |

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?