resume_alerts
Resume paused TradingView alerts by ID, symbol, name, or status so they fire again.
Instructions
Resume (restart) previously paused TradingView alerts so they fire again. Target by alert_ids, or by symbol / name / status filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Match alerts whose title or message contains this text. | |
| status | No | Restrict to alerts currently active or paused. | |
| symbol | No | Match alerts whose symbol contains this, e.g. "BTCUSDT" or "BYBIT:". | |
| alert_ids | No | Explicit alert ids from list_alerts. Most precise way to target alerts. |