This project includes tools to codify and test models for quantitative trading, as well as actually execute trades via the Robinhood API.
- Clone the repository
- Create a virtual environment (if you want)
virtualenv my_env
source /my_env/bin/activate
- Install dependencies
pip install -r requirements.txt
- Check out the tutorial
jupyter notebook Tutorial.ipynb