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.
Log in to your 3Commas account and go to the Signal Bot section.
Click the "Create Bot" button.
Select TradingView Strategy Alert Type
Name your bot (e.g., TradingView BTC Bot)
Select Your exchange you wish to trade from
Select Pair you want to trade (Same chart as TradingView)
Adjust Max Usage to your personal preferences (default 100%)
Retrieve the Webhook URL for TradingView (e.g., https://api.3commas.io/signal_bots/webhooksarrow-up-right)
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
{ "secret":
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 3 months ago