Discover and explore top open-source AI tools and projects—updated daily.
randomwalkhanQuant trading research for short-term reversal option strategies
Top 99.4% on SourcePulse
Summary
This project offers a Python-based quant trading research framework for short-term reversal option setups, focusing on identifying opportunities after large intraday drawdowns. It provides tools for backtesting, estimating option profitability, and live paper trading, aiming to systematically capitalize on market reversals for technically savvy users.
How It Works
The strategy analyzes large intraday drawdowns within a curated universe (qqq_plus_leverage_etfs: QQQ constituents, SOXL, UPRO) using a 60-day lookback and a minimum 0.5% drop threshold. It trades near-ATM calls (~30 DTE) with staged exits and estimates profitability via Black-Scholes/GBM simulations. A live paper trading pipeline includes no-lookahead scans and execution guards.
Quick Start & Requirements
pip install numpy pandas matplotlib scipy yfinance notebook.jupyter notebook Reversal3.2.2.ipynb). Market data refresh via update_reversal_csv.ipynb.RESEARCH_GUARDRAILS.md outlines research discipline.Highlighted Details
qqq_plus_leverage_etfs (QQQ constituents + SOXL + UPRO) selected as optimal.Maintenance & Community
Clear version history details incremental research and execution upgrades. RESEARCH_GUARDRAILS.md governs future development. No community channels are listed.
Licensing & Compatibility
Explicit "All Rights Reserved" copyright. Not open-source; reuse, modification, or distribution requires prior written permission, posing a significant adoption barrier.
Limitations & Caveats
The strict "All Rights Reserved" license prohibits reuse or modification without consent. The strategy is highly optimized for the qqq_plus_leverage_etfs universe, limiting generalizability. Adherence to RESEARCH_GUARDRAILS.md is crucial for any future development.
17 hours ago
Inactive
jamesmawm