set_alert
Create alerts for stocks based on price or technical indicators like RSI and MACD. Get notified when a condition such as a price threshold or RSI level is reached.
Instructions
Sets a local price or technical indicator alert for a ticker (e.g. "RSI < 30" or "PRICE > 250").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Rationale or note for why this alert is set. | |
| symbol | Yes | Ticker symbol (e.g. NVDA, AAPL). | |
| condition | Yes | One of PRICE_ABOVE, PRICE_BELOW, RSI_BELOW, RSI_ABOVE, MACD_CROSS_BULL, MACD_CROSS_BEAR. Anything else is refused rather than saved as an alert that can never fire. | |
| target_value | Yes | The price or indicator threshold value. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |