🔔Alerts - Backtest Version
Note: Use Backtest Version
The Backtest Version of Infinity Algo V3.0 includes automatic alert generation with structured messages perfect for trading automation. Unlike the standard version, alerts are triggered programmatically without manual setup.
Quick Start: Enable Alerts in settings → Create ONE alert with "Any alert() function call" → Receive automated signals with all TP/SL levels
🚀 Key Differences from Standard Version
⚙️ How to Enable Automatic Alerts
📋 Alert Message Format
The backtest version generates structured messages perfect for automation, with optional percentage display for exit levels.
Exchange=BINANCE
Symbol=BTCUSDT
Side=Long
Leverage=10x
Entry=45250.50
TP1=45700.00
TP2=46150.00
TP3=46600.00
TP4=47050.00
TP5=47500.00
TP6=47950.00
SL=43250.00
SignalType=AI Sniper Buy
Multiple Take Profit Strategy
When multiple TPs are enabled, the alert includes all active levels for sophisticated exit strategies:
Partial exits at each TP level based on your configured percentages
Scale out of positions gradually to lock in profits
Risk reduction as price moves favorably
Optional percentages displayed directly in alerts for automation
💡 Advanced Configuration
Customization Options
🛠️ Real-World Setup Examples
Example 1: Simple Long Entry
Configuration:
Exit Type:
Percentage
Only TP1:
2%
enabledStop Loss:
3%
enabledLeverage:
5x
Show Exit %:
Disabled
❌
Exchange=BINANCE
Symbol=ETHUSDT
Side=Long
Leverage=5x
Entry=2250.75
TP1=2295.77
SL=2183.23
Example 2: Complex Multi-TP Strategy
Configuration:
All 6 TPs enabled
Stop Loss enabled
Signal Mode:
AI Sniper
Leverage:
10x
Show Exit %:
Enabled
✅
Exchange=BINANCE
Symbol=BTCUSDT
Side=Short
Leverage=10x
Entry=45000.00
TP1=44550.00 (30%)
TP2=44100.00 (25%)
TP3=43650.00 (20%)
TP4=43200.00 (15%)
TP5=42750.00 (7%)
TP6=42300.00 (3%)
SL=46350.00 (100%)
SignalType=AI Sniper Sell
⚠️ Critical Considerations
Must-Know Setup Rules
One Alert Rules All
✅ Create ONLY ONE TradingView alert for each pair and timeframe
✅ Use
Any alert() function call
as trigger✅ All signals (Long/Short/TP/SL) flow through this single alert
Processing & Timing
⏱️ Alerts fire on bar close (confirmed signals)
⏱️ Account for TradingView processing delay (~1-3 seconds)
⏱️ Consider network latency for webhooks
⏱️ Add retry logic in your automation
🔍 Troubleshooting Guide
No alerts firing
Settings misconfigured
• Enable Enable Alerts
in settings
• Verify alert condition is Any alert() function call
• Ensure using Backtest version (not standard)
Wrong symbol
Override active
• Clear Alert Ticker
field to use current chart
• Check exchange formatting requirements
Missing TP/SL levels
Not configured
• Enable desired levels in Exit Settings
• Set Exit Type to Percentage
• Configure TP percentages
Webhook not receiving
Connection issue
• Test webhook URL with webhook.site • Check message format compatibility • Verify JSON formatting if needed
Duplicate alerts
Multiple alerts created
• Delete all alerts • Create only ONE master alert • Check alert history
🎯 Integration Methods
Choose your integration path based on your technical skills and needs:
Fastest Setup - Zero Programming Required
Option 1: TradingView → Telegram/Discord via Webhook Bridge
Create Webhook Bridge
Go to tradingview.to
Create free account
Generate webhook URL
Select destination (Telegram/Discord)
Option 2: Direct Discord Webhook
1. Open Discord Server Settings
2. Integrations → Webhooks → New Webhook
3. Copy webhook URL
4. Paste in TradingView alert
Perfect for: Traders who just want signals in Telegram/Discord without any coding
🤖 Popular Bot Integrations
Cornix Bot (Automated Trading)
Easiest automated execution:
Get Cornix webhook URL from bot settings
Paste in TradingView alert webhook field
Cornix auto-parses and executes trades
Supports:
Multiple exchanges (Binance, Bybit, etc.)
Position management
Risk settings
DCA strategies
No coding required! Cornix understands Infinity Algo's format directly
Other Trading Bots
Cornix
⭐ Easiest
Full automation
Beginners
3Commas
⭐⭐ Easy
DCA, Grid bots
Intermediate
TradersPost
⭐⭐ Easy
Multi-broker
Stock traders
PineConnector
⭐⭐⭐ Medium
MT4/MT5 bridge
Forex
Custom Bot
⭐⭐⭐⭐⭐ Hard
Unlimited
Developers
⚠️ Important Limits & Gotchas
Must Know:
TradingView requires paid plan for webhooks
Use
Any alert() function call
as conditionMax 15 alerts in 3 minutes (TradingView limit)
Discord: ~30 messages/minute per webhook
Telegram: ~30 messages/second total, 1/second per chat
📚 Quick Start Recommendations
✅ Summary
Perfect for automated trading systems, backtesting validation, and hands-free alert management.
Last updated
Was this helpful?