Automated trading system for NOPE strategy over IBKR TWS
- Follow the user guide to install IBC
- Run
pip install -r requirements.txt - Run
pip install https://github.com/jborchma/qtrade/archive/master.zip - Edit
qt/generate_token.pyso that it uses your access code, and then run it to generateaccess_token.yml
Run main.py
We're using ib_insync to connect to the TWS API. Read the docs for more details. For connecting to Questrade API for NOPE data we use qtrade. Inspired by thetagang
See here