Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 654 Bytes

twapCCXT

A cryptocurrency liquidation bot with a twap algorithm working on any exchange

Features

  • Execute a sequence of limit orders of random size and value
  • Make the bot available on any exchange
  • Implement trade orders with Websocket

Quickstart

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