I just release a python client for btsbots.com
you can run the trade bots from python instead from the web page now.
so you can run multi instance trade bots,
you can run the bots in a Raspberry Pi, or a VPS
1. install
pip3 install btsbots --upgrade
2. stop the web page trade bots, and start the python bots, run command in your terminal:
btsbots
everytime start the bots, it will ask for username and the activate private key,
because it never save the key to disk.
the source code is in github:
https://github.com/pch957/python-btsbotsyou can change it to run your own bots.