-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
1 / 11 of 1 issue completedLabels
analysisData analysis and pattern discoveryData analysis and pattern discoveryresearchGeneral research tasksGeneral research tasks
Description
Overview
Build non-LLM baseline trading strategies for A/B testing against the LLM-based approach. This establishes objective performance benchmarks to validate the value of LLM pattern detection.
Implementation Components
1. Simple GEX Threshold Trading
- Basic Strategy: Buy when total GEX < -$1B, Sell when GEX > +$1B
- Enhanced Strategy: Include gamma flip point proximity
- Risk Management: Position sizing based on GEX magnitude
- Exit Rules: Time-based and threshold-based exits
2. Buy-and-Hold SPY Baseline
- Simple B&H: Continuous SPY exposure
- Cash-Adjusted B&H: Account for trading frequency differences
- Dividend-Adjusted Returns: Total return calculation
- Volatility Matching: Risk-adjusted comparison metrics
3. Traditional Technical Indicators
- RSI Strategy: Oversold/overbought signals with GEX context
- MACD Strategy: Momentum signals filtered by GEX regime
- Moving Average Strategy: Trend following with volatility adjustment
- Combined Indicator: Multi-signal approach with weighting
4. Performance Tracking Framework
-
Metrics Collection:
- Returns (absolute, risk-adjusted, drawdown)
- Win rate, average win/loss, profit factor
- Sharpe ratio, Sortino ratio, maximum drawdown
- Transaction costs and slippage estimates
-
Comparison Engine:
- Side-by-side performance analysis
- Statistical significance testing
- Regime-based performance breakdown
- Time-series performance attribution
Dependencies
- After Issue Implement GEX Trading Signals Generation Framework #30: GEX Trading Signals Generation Framework
- Requires: Historical data pipeline (Data Pipeline: SPY/SPX Historical Options Chain Collection #1, Data Validation: Options Chain Quality Control #16)
- Blocks: Final LLM performance validation
- Integrates With: Walk-forward backtesting framework (Walk-Forward Backtesting Framework with No-Lookahead Validation #8)
Priority: High
Critical for validating LLM approach value-add and research credibility.
Sub-issues
Metadata
Metadata
Assignees
Labels
analysisData analysis and pattern discoveryData analysis and pattern discoveryresearchGeneral research tasksGeneral research tasks