get_regime_adjusted_sizing
Calculate position size scaled by market regime from SPY data, adjusting risk percentage for bull, choppy, or bear conditions to manage exposure.
Instructions
Calculate position size adjusted for current market regime. Detects regime from SPY data, then scales risk percentage accordingly: bull = full risk, choppy/transitional = 75%, bear = 50%.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_size | Yes | ||
| entry_price | Yes | ||
| stop_loss | Yes | ||
| risk_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||