simulate_signal
Estimate trigger rate impact of a proposed signal threshold change by comparing it to the current active value, without applying changes.
Instructions
Estimate the trigger rate if a signal threshold were changed. Compares proposed threshold against current active threshold without making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asof_day | No | Date to simulate on (YYYY-MM-DD, default latest) | |
| signal_id | Yes | Signal ID (e.g. VOL_SPIKE) | |
| threshold_key | Yes | Parameter key to simulate (e.g. z_threshold) | |
| threshold_value | Yes | Proposed threshold value |