detect_market_regime
Classify market state as bull, bear, range, volatile, or crisis using VIX, SPY trend, breadth, and credit signals. Outputs actionable strategy recommendations and risk multiplier for position sizing.
Instructions
Detect current market regime from VIX, SPY trend, breadth, and credit signals. Returns regime classification (bull/bear/range/volatile/crisis), recommended strategies, and risk multiplier for position sizing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vix | No | ||
| spy_price | No | ||
| spy_sma_20 | No | ||
| spy_sma_50 | No | ||
| spy_sma_200 | No | ||
| put_call_ratio | No | ||
| credit_spread_bps | No | ||
| advance_decline_ratio | No |