/Trading-Bot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Trading Bot

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.

Table of contents

  1. Usage of the application
  2. Run tests

Usage

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

Run tests

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