Alerts
Configure Indicator Alerts
Open AI-Signals V4’s settings (click the ⚙️ gear icon).
Scroll down to the ⏰ Alerts section.
Choose your alert type:
All → Entry and Exit signals
Entries → Only Entry signals
Exits → Only Exit signals
The alerts you enable here will mirror the arrows and TP/SL levels on your chart.
2. Customize Your Alert Message
In the same ⏰ Alerts section, locate the Message Template box.
Use any of these placeholders to build your notification:
{{ticker}}
Symbol (e.g. AAPL, BTCUSDT)
{{interval}}
Timeframe (e.g. 5m, 1h, 1D)
{{strategy}}
Signal mode (AI ✨, Trend, Reversal, etc.)
{{signal}}
Signal type (Long Entry, TP1, SL, etc.)
{{entry}}
Entry price
{{stop loss}}
Stop-loss level
{{take profit}}
Single TP level (for single-TP mode)
{{take profit 1}}
TP1 (first target)
{{take profit 2}}
TP2 (second target)
{{take profit 3}}
TP3 (third target)
{{profit}}
Profit/Loss %
{{time}}
Timestamp (GMT)
{{volume}}
Current bar volume
Example Template:
yamlCopyEdit🚨 {{signal}} — {{ticker}} ({{interval}}) Entry: {{entry}} | SL: {{stop loss}} | TP1: {{take profit 1}} / TP2: {{take profit 2}} Profit Factor: {{profit}}% | Time: {{time}}

3. Create the TradingView Alert
Click Alerts 🔔 in the TradingView toolbar.
Condition: Select AI-Signals V4 → any alert() function call.
Message: Paste your customized template (from step 2).
Notifications: Choose your delivery methods (Popup, Email, Webhook, SMS, Mobile Push).
Click Create.

You're All Set!
You will now receive alerts based on the conditions you’ve set. This helps you stay informed without needing to monitor the screen constantly.

Last updated