list_indicators
Retrieve all indicator names from the echolon catalog, with an optional filter for indicators that have a period-like lookback parameter.
Instructions
Return all indicator names in the echolon catalog, optionally filtered by lookback semantics.
Args:
has_lookback: Optional filter.
``True`` → only indicators with a period-like parameter
(e.g. RSI, ATR — sweepable single-dim lookback).
``False`` → only indicators without a period parameter
(no-param indicators like OBV, multi-param scalar indicators
like BBANDS, special-config indicators).
Omit for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| has_lookback | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |