tickerbot_create_custom_signal
Save a SQL WHERE expression as a reusable named custom signal for future scans. Define once, then reference by name to apply the same filter across scans.
Instructions
Save a SQL WHERE expression as a named custom signal the caller can reference by name in future scans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | SQL WHERE expression. Same grammar as scan `q`. | |
| name | Yes | Snake_case identifier. | |
| description | No | Optional human description. |