verata-veritatis / bybit-market-maker

A sample market maker bot for Bybit
MIT License
48 stars 19 forks source link

bybit-market-maker-v2

A very primitive Python-based market maker bot for Bybit, meant to be used a sample. Users can fork this repository and customize their own algorithms. Uses the pybit module.

Python 3.6

Market Maker

Usage

Be sure you have pybit installed:

pip install pybit

Next, clone or download this repository and extract. Modify config.py to your liking, navigate to the project via CLI, and python run.py.

How It Works

Disclaimer

This project is still in the early stages of development. Please refrain from using the bot on livenet until it is stable!