Project under development and should be considered alpha.
I am not responsible for loss or gains incurred while using this code.
Use at your own risk!!
A delightful little trading bot for Robinhood.
- download options trading data to local PostgreSQL db
- see current delta/theta/gamma/vega numbers per contract and stock.
- group option contracts together
Dev environment consists of,
- python (python 3.6, install pipenv, and run
pipenv install
) - javascript (
cd ui && yarn install
) - postgresql
create db,
-- in postgres console
create database chesterton
run migrations,
# in terminal
cd db && pipenv run pgmigrate -t latest migrate
start using it,
# in terminal
pipenv run python server.py --db_user=weston --db_database=chesterton
@TODO
@TODO