- Clone repo
pip install -r requirements.txt
- Follow configuration instructions for your Interactive Brokers account
- On terminal, navigate to the root directory
flask run
to run API locallypython run.py
to run dashboard
Note: most features require an active (i.e. open and logged in) instance of Trader Workstation
- Enable the API port
- Create the necessary Flex Queries from the Interactive Brokers Account Management interface
- Create a Flex Query for your trading history
- Create a Flex Query for your dividend history
Bolded means I'm currently working on it
- Visualize performance for some specified options strategy
- covered calls
- Potential opportunities for alpha
- Deviations from historic correlation
- Sharp deviations from historic implied volatility
- Options mispricing (e.g. long-dated ITM)
- Unusual options purchasing activity
- Aggregate sentiment metrics (e.g. put to call ratio)
Scratchpad (WIP)
Roadmap (WIP)
technical architecture (coming soon)