get_indicator_values
Fetch live indicator values from a strategy, with optional name filter to target a specific indicator. Use to check current EMA or RSI readings.
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 |