suggest_indicator
Recommends FLOX indicators matching your described intent, like 'trend filter' or 'volatility band', using keyword heuristics to return a ranked shortlist.
Instructions
Recommend FLOX indicators for an English description of the user's intent ('trend filter', 'momentum oscillator', 'volatility band', 'mean revert', 'regime test'). Use this when the user describes what they want without naming an indicator — the tool maps phrasing to a ranked shortlist of real FLOX indicators. Pure keyword heuristic; no LLM call. Always confirm shape with list_indicators after picking one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Free-text description of what kind of indicator the user wants. | |
| k | No | How many candidates to return. Default 3. |