get_indicator_values
Retrieve live indicator values from a trading strategy to check current readings like EMA or RSI. Use optional name filter to target a specific indicator.
Instructions
Return the live values of indicators inside a strategy. Optional name filter narrows to one indicator. Read-only. Use for 'what's the EMA reading' / 'is the RSI overbought now'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | ||
| name | No | Optional: filter to one indicator. |