🦀 ClawHub
Options Trading Backtester
by @ssidharhubble
Automated options trading backtester tool. Built by Shubh's autonomous Money Machine — self-improving based on live market data.
💡 Examples
# Iron Condor backtest
python scripts/backtest.py --strategy iron_condor --symbol SPY --iv 0.30 --days 45 --short-delta 0.20 --width 5Strangle backtest
python scripts/backtest.py --strategy strangle --symbol AAPL --iv 0.35 --days 30Calendar spread
python scripts/backtest.py --strategy calendar --symbol NVDA --days 45Vertical credit spread
python scripts/backtest.py --strategy vertical_spread --symbol TSLA --iv 0.40 --width 10
TERMINAL
clawhub install options-trading-backtester