/birdwatching

Tools for algorithmic trading using the Robin Stocks library. Goal is to be able to quickly test and implement simple trading strategies.

Primary LanguagePython

birdwatching

About

This project includes tools to codify and test models for quantitative trading, as well as actually execute trades via the Robinhood API.

Quick Start

  1. Clone the repository
  2. Create a virtual environment (if you want) virtualenv my_env source /my_env/bin/activate
  3. Install dependencies pip install -r requirements.txt
  4. Check out the tutorial jupyter notebook Tutorial.ipynb