Skip to content

alpha2phi/auto-options-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Options Trader

Automated options selling bot using IBKR API.

Features

✅ 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

How to Use

  1. Install dependencies:
    pip install -r requirements.txt
  2. Update config/config.yaml with your IBKR credentials.
  3. Start the trading bot:
    python main.py

About

An automated options trading bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages