alert_create
Set up a price alert on the current TradingView chart by specifying condition, price level, message, mobile push, and expiration.
Instructions
Create a price alert on the current chart using TradingView's authenticated alert API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | Price level for the alert | |
| message | No | Alert message | |
| condition | Yes | Condition: crossing, greater_than, or less_than | |
| mobile_push | No | Enable TradingView mobile push notification | |
| expiration_days | No | Days until expiration |