What problem does it solve?
Makes one daily hedging decision for a fixed ordered stock pair, or selects the fixed pair on the run's first day, by querying offline data through the hedging_mcp server. Each invocation handles exactly one target date and upserts one recommendation into results/hedging/. The same skill can be driven by an external date-loop for any contiguous run window (benchmark, live, or otherwise).
Use this skill whenever the user asks for a hedging decision, pair selection, or one daily hedging step.
Core Features & Use Cases
- Offline MCP data access for deterministic pair selection and daily hedging for a fixed pair.
- Upserts a single daily hedging decision into results/hedging/ with fields for dates, prices, actions, and status.
- Supports both initial pair selection on day one (IS_FIRST_DAY) and fixed-pair execution when provided.
Quick Start
Instruct the hedging system to pick today's hedge for the configured pair using offline MCP data and upsert the result into the daily run file.