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.pyYou can use the Makefile if make is installed on your machine :
$ make runYou can run the tests of the application with this simple command :
$ python3 -m unittest discoverYou can use the Makefile if make is installed on your machine :
$ make test