Global Temperature Bucket Thresholds (Simmer)
Rules:
- Entry: buy YES when current_probability < 0.15
- Exit: sell entire YES position when current_probability >= 0.45
- Max entry spend: ~$2 (default uses 1.80 to avoid slippage overshoot)
- Max trades per scan: 5
- Schedule: every 2 minutes
- Safeguards: strict — skip any market with context warnings
- Dry-run by default. Use
--liveto place trades.