Launch cBots Programatically

Created at 16 Oct 2015, 08:05
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!
LU

lukepoga

Joined 15.10.2015

Launch cBots Programatically
16 Oct 2015, 08:05


I want to be able to instantiate cBots, and start them, from code.
eg.
Robot r = cAlgo.CreateInstance("cBotName",symbol);
r.Start();

Pretty simple really! Should be a basic requirement for any API.


cTrader Automate
@lukepoga