To all the whales out there, which trading bot software do you use ?
Best option is to make your own bot. Python is a nice programming language for that.
You can use open source library ccxt to communicate with Exchanges.
https://github.com/ccxt/ccxtAlternative make your own routines for communicating with APIs if ccxt not support your Exchange.