/chesterton

A delightful little UI & trading bot for strategies on Robinhood

Primary LanguageJavaScriptOtherNOASSERTION

WARNING

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!!

chesterton

A delightful little trading bot for Robinhood.

features

  • download options trading data to local PostgreSQL db
  • see current delta/theta/gamma/vega numbers per contract and stock.
  • group option contracts together

development

Dev environment consists of,

  1. python (python 3.6, install pipenv, and run pipenv install)
  2. javascript (cd ui && yarn install)
  3. 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     

testing

@TODO

production

@TODO