veroq_alerts
Create automated price and sentiment alerts for any ticker. Monitor conditions like price thresholds, RSI levels, sentiment flips, or volume spikes. List active alerts or view triggered ones to act on market changes.
Instructions
Create, list, or check triggered price/sentiment alerts.
WHEN TO USE: To set up automated monitoring. Actions: "create" a new alert, "list" existing alerts, or view "triggered" alerts. RETURNS: Create: alert ID and details. List: all alerts with status. Triggered: fired alerts with current values. COST: 3 credits. EXAMPLE: { "action": "create", "ticker": "AAPL", "alert_type": "price_below", "threshold": 150 } CONSTRAINTS: 6 alert types: price_above, price_below, rsi_above, rsi_below, sentiment_flip, volume_spike.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: "create", "list", or "triggered" | |
| ticker | No | Ticker symbol (required for create) | |
| alert_type | No | Alert type: price_above, price_below, rsi_above, rsi_below, sentiment_flip, volume_spike (required for create) | |
| threshold | No | Alert threshold value (required for create — price level or sentiment delta) |