Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 691 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 691 Bytes

Automate your trades with the rznBOT

A trading bot on the Kucoin exchange

Features

  • Execute limit orders according to a median price
  • Trade with several pairs simultaneously
  • Size of orders follows an exponential decay pegged with the median price
  • Calculate the median price

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