TradingView Integration
Learn how to integrate Echobell with TradingView
Integrating Echobell with TradingView
Echobell can be integrated with TradingView to receive notifications from your trading alerts. This guide will show you how to set up the integration.
Prerequisites
- An Echobell account
- A TradingView account (Free or Premium)
Setup Steps
1. Create a Webhook in Echobell
- Log in to your Echobell dashboard
- Navigate to the Webhooks section
- Click "Create New Webhook"
- Copy the generated webhook URL - you'll need this for TradingView
2. Configure TradingView Alert
- Open TradingView and go to your chart
- Create a new alert or edit an existing one
- In the alert dialog:
- Set up your alert conditions as needed
- Scroll down to "Alert Actions"
- Select "Webhook URL"
- Paste your Echobell webhook URL
- In the "Message" field, customize your notification:
Message Format
You can customize your notification using TradingView's variables:
{{ticker}}
- Symbol name{{price}}
- Current price{{volume}}
- Current volume{{time}}
- Alert trigger time{{exchange}}
- Exchange name{{interval}}
- Chart interval
Advanced Configuration
Priority Levels
You can set different priority levels for your notifications:
"priority": "low"
- Normal priority"priority": "high"
- High priority (will send push notifications)"priority": "critical"
- Critical priority (will send push notifications with sound)
Custom Sound
You can specify a custom sound for your notifications:
Example Alert Templates
Basic Price Alert
Volume Spike Alert
Trading Signal Alert
Testing Your Integration
- After setting up your alert, you can test it by clicking the "Test" button in TradingView's alert dialog
- You should receive a test notification in Echobell
- Check your Echobell dashboard to confirm the webhook received the test payload
Troubleshooting
If you're not receiving notifications:
- Verify your webhook URL is correctly pasted in TradingView
- Check if your alert conditions are properly configured
- Ensure your Echobell account is active and notifications are enabled
- Check your webhook logs in Echobell dashboard for any error messages
Rate Limits
- TradingView free accounts have limited webhook calls
- Ensure your alert conditions are specific enough to avoid excessive triggers
- Consider upgrading your TradingView account for higher webhook limits
For more information about Echobell's webhook features, see our webhook documentation.