Stock Price Alerts with TradingView and Echobell
Standard push notifications are easy to miss when markets move fast. This guide covers a straightforward setup to route TradingView price alerts to Echobell phone calls or time-sensitive notifications so you're notified the moment price hits your level.
Relevant docs:
- What is Echobell → /docs/what-is-echobell
- Webhooks overview → /docs/webhook
- Notification types (Normal, Time Sensitive, Calling) → /docs/notification
- Templates and variables → /docs/template
Prerequisites
- Echobell installed (App Store)
- TradingView account with webhook support (Pro/Pro+/Premium)
1. Create an Echobell channel
-
In Echobell, create a channel (e.g. "Stocks: AAPL levels").
-
Set the notification type. For urgent price moves use Calling; otherwise Time Sensitive (/docs/notification).
-
Configure templates so the call reads out useful context:
Title:
{{ticker}} hit {{price}}Body:
Rule: {{rule}} on {{ticker}} at {{price}} -
Copy the channel's Webhook URL and keep it private (/docs/webhook).
2. Configure the TradingView alert
- Create an Alert on your chart for the condition you want (e.g. close crosses a price level).
- Enable Webhook URL and paste the Echobell URL.
- Set the message to JSON so Echobell can substitute variables via your template:
{
"ticker": "{{ticker}}",
"price": "{{close}}",
"rule": "Close crossed 150",
"externalLink": "https://www.tradingview.com/chart/"
}Notes:
- Keep JSON keys simple and matching your template variables
externalLinkis optional; Echobell shows it as a tappable link in the notification record (/docs/notification)
3. Test the flow
Trigger the alert or use a temporary test condition. You should receive a call (or time-sensitive notification) reading your template content. Adjust wording until it's clear and unambiguous when heard on a call.
Best practices
- Use Calling only for critical price levels; use Time Sensitive for everything else
- Create separate channels per symbol or strategy to control noise
- Include timeframe in your template if it matters (e.g. "15m close crossed 150")
Further reading: full TradingView setup → /blog/tradingview-call-notifications
Features: /features/webhooks, /features/call-notifications
Download Echobell: https://apps.apple.com/app/id6743597198
By
Nooc
on
Oct 29, 2025