Alerts

Configure Indicator Alerts

  1. Open AI-Signals V4’s settings (click the ⚙️ gear icon).

  2. Scroll down to the ⏰ Alerts section.

  3. 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

  1. In the same ⏰ Alerts section, locate the Message Template box.

  2. Use any of these placeholders to build your notification:

Placeholder
Inserts

{{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

  1. Click Alerts 🔔 in the TradingView toolbar.

  2. Condition: Select AI-Signals V4any alert() function call.

  3. Message: Paste your customized template (from step 2).

  4. Notifications: Choose your delivery methods (Popup, Email, Webhook, SMS, Mobile Push).

  5. 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