get_catalog
Fetch engine reference catalog containing operators, execution modes, stop types, sizing methods, bar frequencies, or metric sections. Use this data to build valid strategies and configurations.
Instructions
Fetch one engine reference catalog.
Catalogs (cheap, cacheable per session):
'operators' — comparison operators for condition expressions
'execution-modes' — entry/exit anchors and fill algorithms, with the validity matrix by market type
'stop-types' — stop-loss types, re-entry modes, and their parameters
'sizing-methods' — position-sizing methods and their parameters
'bar-frequencies' — supported bar frequencies and the signal x execution validity matrix (which combinations are allowed)
'sections' — the full metric catalog: every statistic's stable id, display label, section, and description
Fetch the relevant catalog BEFORE building a strategy or config; build only from values it lists — never guess parameter names or frequencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||