Quick answer
If TradingView signals aren’t working, check these first:
- You pasted the current webhook URL
- Alert message is valid JSON
- Required fields exist (
action,ticker) - Your plan supports webhooks
Common mistakes
Wrong webhook URL
- The app restart can change the URL.
- Fix: copy the new URL from Accounts and update alerts.
Invalid JSON
- Missing quotes, trailing commas, or using plain text.
- Fix: validate your JSON and keep it minimal.
Wrong placeholders
{{strategy.order.action}}outputs buy/sell and can be misleading for closes.- Fix: use explicit close messages or
{{strategy.order.alert_message}}with custom JSON.
Wrong field names
- Use
ticker(or your configured symbol field) consistently.
Webhooks not supported on plan
- TradingView webhooks require a paid plan.
Verify it worked
- Trigger the alert
- Confirm the app receives it in Logs
This article is auto-synced from the Danetrades Copier knowledge base. If something is outdated, please contact support.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article