indicator_params
Retrieve the tunable parameters for any indicator, including name, default value, and type. Returns None if the indicator is unknown.
Instructions
Return the tunable parameters for an indicator, or None if unknown.
Convenience accessor — same as ``indicator_info(name)["params"]`` but
skips the wrapper dict. Each entry is ``{"name": str, "default": any, "type": str}``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |