Multiple Robots
Created at 18 Sep 2012, 11:15

Replies
Spotware Support
22 Oct 2012, 11:14
We are currently working on introducing "labels" in cAlgo that will have the functionality of identifying robots. It will be available very soon, stay tuned!
Best Regards
@admin
Spotware Support
19 Sep 2012, 15:31
Hello SpotTrader,
Yes you can but make sure that the code of one Robot does not affect the other. For instance one Robot may be closing all positions that are open for the account.
You may use a List to keep track of the positions that each robot is creating and closing:
@admin