get_indicator_values
Retrieve live indicator values from a trading strategy. Optionally filter by indicator name to check current EMA or RSI levels.
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 |
|---|---|---|---|
| name | No | Optional: filter to one indicator. | |
| strategy | Yes |