get_strategy_state
Retrieve a strategy's current state, including parameters, position view, and recent decisions, to answer real-time questions about what the strategy thinks.
Instructions
Return one strategy's current state as a JSON dict — params, position view, last decisions. Read-only. Use when the user asks 'what does strategy X think right now' / 'show me state for ema-trend'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |