Can I run more than one trading bot at once? As of writing Coygo Bots is restricted to running one trading bot at a time. This is due to the nature of how Coygo Bots works. Each trading is running entirely on your machine which allows you to execute on millisecond intervals, access complete real-time level 2 order book data, and your exchange API keys remain on your machine and never touch Coygo's servers. This also means trading bots require a dedicated amount of your machine's CPU and memory resources, so for performance and speed reasons you may only run one trading bot at a time. We are investigating ways to allow running multiple bots together in the future.