build_custom_indicator
Create a custom time-series indicator by combining BCA data primitives with a formula, such as coverage index divided by price change.
Instructions
Define a custom indicator formula over BCA primitives. Returns time-series. Pro tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formula | Yes | Formula over data primitives, e.g. 'coverage_index(X)/price_change_7d(X)'. | |
| target | No |