Warning : This project is not finished and will be continued soon.
This project is a bot that allows you to trade all kinds of assets (stocks, currencies, cryptocurrencies, ...), strategies, and APIs for exchanges.
You can run the application with this simple command :
$ python3 run.py
You can use the Makefile
if make
is installed on your machine :
$ make run
You can run the tests of the application with this simple command :
$ python3 -m unittest discover
You can use the Makefile
if make
is installed on your machine :
$ make test