API to plot dots and/or symbols ?
Created at 30 May 2017, 01:47
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 ...
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