A cryptocurrency liquidation bot with a twap algorithm working on any exchange
- Execute a sequence of limit orders of random size and value
- Make the bot available on any exchange
- Implement trade orders with Websocket
This bot is a newer version of the twapBOT with the same functionalities but not limited on the Kucoin exchange. Register an account with an exchange.
You can test on the Sandbox if avaliable on the exchange.
Generate an API Key and enable it.
Install the CCXT and schedule libraries
pip install CCXT
pip install schedule