Starting the robot from the code

Created at 28 Oct 2013, 20:35
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!
FU

Futuresmo

Joined 13.09.2013

Starting the robot from the code
28 Oct 2013, 20:35


Hi

Is there any alternative to Stop() method in API. The intention is to start robot automatically rather than manually when orders are filled. Ideally to start robot from another robot

 

Thanks

 


@Futuresmo
Replies

Spotware
29 Oct 2013, 16:18

RE:

Futuresmo said:

Hi

Is there any alternative to Stop() method in API. The intention is to start robot automatically rather than manually when orders are filled. Ideally to start robot from another robot

 

Thanks

 

You cannot start a robot from another robot for the time being.


@Spotware

Cerunnos
29 Oct 2013, 16:41

Thread about the ability to communicate between robots: 

/forum/cbot-support/1781


@Cerunnos

jeex
30 Oct 2013, 08:54

Stop robot

Following this matter: is it possible to stop a robot by code at a certain point?


@jeex

Cerunnos
30 Oct 2013, 09:54

RE: Stop robot

jeex said:

Following this matter: is it possible to stop a robot by code at a certain point?

You can stop robot execution with stop().


@Cerunnos