Post
Topic
Board Service Discussion (Altcoins)
Re: To all the whales out there, which trading bot software do you use ?
by
ronnylov
on 21/06/2018, 09:02:18 UTC
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/ccxt

Alternative make your own routines for communicating with APIs if ccxt not support your Exchange.