Automated options selling bot using IBKR API.
✅ Connects to IBKR API (ib_insync
)
✅ Fetches real-time option chains
✅ Executes credit spreads, iron condors based on IV and Delta
✅ Implements stop-loss and take-profit rules
✅ Logs trades to a CSV file for tracking
✅ Includes a backtesting module
- Install dependencies:
pip install -r requirements.txt
- Update
config/config.yaml
with your IBKR credentials. - Start the trading bot:
python main.py