alert_create
Create price alerts on TradingView with condition-based triggers (crossing, above, below) and custom messages.
Instructions
Create a price alert on the current chart symbol via TradingView's alert API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | Price level for the alert | |
| message | No | Alert message | |
| condition | Yes | Alert condition: "crossing", "greater_than", or "less_than" |