3commas Configuration
This guide will show you how to create a Signal Bot on 3Commas that can be triggered by your TradingView strategy.
This process involves two main stages:
Creating the bot in 3Commas.
Copying the unique "message" from that bot into your TradingView alerts.
Step 1: Create Your 3Commas Signal Bot
1
2
3
Copy the Messages
Retrieve the Webhook URL for TradingView (e.g., https://api.3commas.io/signal_bots/webhooks)
Retrieve the Webhook Message for Trade Start Signal
This will be a long JSON String starting with
{ "secret":Do not share this string publicly. It will be copied into the TradingView Alert message
Example:

You are now ready to set up your TradingView alerts! Continue to the next guide, "Create Your Alerts", to see how to use these messages.
Last updated