alert_check
Evaluates stored alert rules against current Stockbit bars, reporting which fired while preventing duplicate triggers for the same bar. Use dry-run mode to test without recording.
Instructions
Evaluate stored alert rules against current Stockbit bars and report which fired.
Fetches only the symbols with rules, and only as much history as the slowest indicator needs. A rule that fires is recorded so it does not fire again for the same bar.
reason on a rule that did not fire distinguishes 'condition-false' from 'warming-up' — the second means there is not yet enough history to judge, which is NOT the same as a no.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Only check rules for this ticker | |
| dry_run | No | Evaluate without recording fires, so a check can be repeated. Default false. |