Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 632 Bytes

twapBOT

A cryptocurrency liquidation bot with a twap algorithm on KuCoin

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

Register an account with KuCoin.

To test on the Sandbox with KuCoin Sandbox.

Generate an API Key or Generate an API Key in Sandbox and enable it.

Install the official Kucoin python sdk

pip install kucoin-python