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

Create and open the Signal Bot page

  • Log in to your 3Commas account and go to the Signal Bot section.

  • Click the "Create Bot" button.

2

Main Settings

  • 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%)

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