How do I add an object to the chart
How do I add an object to the chart
02 Oct 2014, 01:13
When I write a cBOT the objects don't shot up on the chart could anyone tell me how to add them on the chart for example bollingerbands.
sorry for the noob question I can't work it out lol.
Replies
jagtrading
02 Oct 2014, 13:59
I'm sorry I didn't phrase the question properly. I don't want to draw my own indicators on the chart I want to see the indicators I'm using in the cBOT.
for example if I am using a moving average I want to see that indicator on the chart how do I add it to the chart through the code???
thanks for help again and sorry to annoy you.
@jagtrading
jagtrading
04 Oct 2014, 09:23
When will such functionality be implemented if you don't mind me asking???
@jagtrading
Spotware
02 Oct 2014, 10:16
The following indicators could help you:
/algos/indicators/show/45
/algos/indicators/show/253
/algos/indicators/show/431
@Spotware