list_indicators
Retrieve all indicators available in the FLOX framework, including their signatures, batch functions, and output shapes. Filter by name to find specific indicators.
Instructions
List every indicator exposed by the FLOX Python binding with its class signature, batch function (if any), and shape (single-input scalar, OHLC tuple, multi-output, …). Use this when the user asks 'what indicators does FLOX support' or before suggesting an indicator name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional substring filter; case-insensitive. |