talib_get_indicator_info
Retrieve metadata for any TA-Lib indicator including inputs, outputs, parameters, and lookback period.
Instructions
Get metadata for a specific TA-Lib indicator.
Returns the indicator's group, category, display name, required inputs, outputs, default parameters, and lookback period.
Args: indicator: TA-Lib indicator name (e.g., "SMA", "RSI", "MACD").
Returns: Indicator metadata with inputs, outputs, parameters, and lookback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||