How to Set Up a Webhook
Visit your Whispertrades API page and click Create Webhook:
Fill out your webhook name and type:
Click on the eyeball "view" icon next to your webhook to view the webhook URL and body
Copy these values. You will need these values at TradingView:
Create your TradingView alert by right-clicking on the chart or indicator and selecting "Add alert..."
Copy the Whispertrades "Body" text to the TradingView "Message" field:
Click on the TradingView alert "Notifications" tab, select Webhook URL, and then enter your Whispertrades webhook URL into this field:
All done!
Always monitor your webhooks for failure
Webhooks lack two-way communication like a traditional REST API. If a webhook fails to execute, it may go unnoticed. It is best to monitor your webhooks from TradingView execution to receipt by Whispertrades.
Webhooks can fail for a variety of reasons and will not always retry like other applications. Check your bot logs at Whispertrades for webhook status and errors, if any.