get_strategy_state
Retrieve the current state of a trading strategy, including parameters, position view, and last decisions. Use to query what a strategy thinks right now.
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 |