alert_create
Set up a TradingView alert using a custom Pine Script condition, symbol, interval, and message to receive notifications when specific technical patterns occur.
Instructions
Create a new alert
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | TradingView symbol | |
| message | No | Alert message text | |
| interval | No | Chart interval | |
| condition | Yes | Alert condition (e.g., "crossover(ta.sma(close,20), ta.sma(close,50))") |