cAlgo - Stop all bots with a code
Created at 27 Jun 2018, 21:44
cAlgo - Stop all bots with a code
27 Jun 2018, 21:44
Hey guys
Is it possible to STOP all the running cBots with a piece of code?
Cheers
Replies
PanagiotisCharalampous
28 Jun 2018, 09:27
Hi irmscher9,
As afhacker siad it is possible but not via the cAlgo.API, which is what I assume you are looking for. You just need to develop a custom way to communincate this instruction to all robots. It could be via named pipes, reading from a file or anything else convenient for you.
Best Regards,
Panagiots
@PanagiotisCharalampous
afhacker
28 Jun 2018, 07:50
RE:
irmscher9 said:
You can do it with named pipe server and some other methods.
@afhacker