A trading bot that uses Binance API to create, fetch, delete orders without human interaction
- sqlalchemy
Holds test and live orders in the database for persistance
- requests
To make calls to Binance API
- clint
CLI coloring for better looks
- datetime
To keep track of order dates and program execution times
python3 core.py
If no database file is found the program will create a new one
It will show the banner once then wait for the time defined by the user
The bot is early development state and is not ready for real market trading
The program is for testing purposes use at your own risk