Help Center › TradingView

Set up TradingView webhook automation

Turn any TradingView alert or strategy into an automated order in about two minutes.

  1. Open Dashboard → TradingView Bot and copy your personal webhook URL
  2. In TradingView create an alert → Notifications tab → enable Webhook URL and paste it
  3. Paste this JSON into the alert Message field:
{
  "symbol": "{{ticker}}",
  "action": "{{strategy.order.action}}",
  "price": "{{close}}",
  "stop_loss": "{{plot_0}}",
  "take_profit": "{{plot_1}}",
  "exchange": "bybit",
  "leverage": 10
}
  1. Click Send Test Signal on the dashboard to verify, then save your alert — you're live
🛡️
Signals are verified against your risk rules before execution, and your API keys are trade-only — withdrawal access is technically impossible.
⚠️
Duplicate protection: identical signals arriving within 10 seconds are ignored automatically (TradingView sometimes retries).
New to AlgoVesta? It runs your Telegram and TradingView signals across 16 exchanges and MetaTrader with trade-only API access — your funds always stay in your own custody.
Start free trial