IB NOPE
April 3, 2021 ยท View on GitHub
Automated trading system for NOPE strategy over IBKR TWS
Setup
- Follow the user guide to install IBC
- Run
pip install -r requirements.txt - If using Questrade for NOPE:
Edit
qt/generate_token.pyso that it uses your access code, and then run it to generateaccess_token.ymlIf using TDA for NOPE: Editconf.tomlwith your TDA info and follow the steps here to editnope_strategy.pyto useTDAClientinstead of the defaultQuestradeClient
Start
Run main.py
Development
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
Why Questrade
See here