tickory_create_scan
Create a new user-owned scan by supplying a name and a CEL expression. Optionally set hard gates for contract types, exchanges, price/volume limits, daily move, and indicators like MA-50 or RSI-14, along with a timeframe.
Instructions
Create a new user-owned scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builder_config | No | Optional visual builder state. | |
| cel_expression | Yes | Tickory CEL expression. | |
| description | No | Optional scan description. | |
| hard_gates | No | ||
| name | Yes | Human-readable scan name. | |
| timeframe | No | Optional timeframe. Defaults to 1m. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan | Yes | ||
| schema_version | Yes | Tickory MCP tool schema version. |