API to plot dots and/or symbols ?

Created at 30 May 2017, 01:47
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ST

stech22

Joined 14.03.2016

API to plot dots and/or symbols ?
30 May 2017, 01:47


Is there any way via the API to plot dots and/or symbols?   

For example, I have a custom oscillator and I would like to plot a dot where two lines cross.  Or a symbol like a small green up arrow / red down arrow to highlight entry signals.

Thanks ...

 

 


@stech22
Replies

croucrou
03 Jun 2017, 01:52

You can draw a short dotted line of one dot. You could create an arrow yourself of a few short lines by a method with x, y parameters.


@croucrou