Signal bot: FAQ

Find an answer to your question about Signal bot

Updated this week

Is Signal bot available on the old subscription plan?

Yes, it is available, but you can run only 1 Signal bot on the Starter and Advanced plans and up to 10 Signal bots on the old Pro plan.

What is the difference between a Signal bot and a DCA bot with TradingView custom signal deal start condition?

  • In Signal bot, you can build up the position and reduce the position gradually, in DCA bots, you can only close the trade entirely.

  • Long and Short trades can be created in a single Signal bot, but you have to have 2 DCA bots to trade Long and Short.

  • Signal bot creates Smart Trades, which are more flexible in further adjustments (like Move to Breakeven, or multiple TP). DCA trades are less flexible.

  • In Signal bot, you can manually approve or decline the signal. In DCA bots, they are all automatically accepted.

How many pairs can I add to the Signal bot?

You can add from 1 up to 200 pairs in one Signal bot.

How many Signal bots can I run on the new plans?

You can run up to 10 Signal bots on the new Pro plan, and up to 50 Signal bots on the Expert plan.

Is Signal bot available on the Demo account?

No, the Signal bot is not available on the Demo account because it is available only on the Futures market.

What exchanges are supported for the Signal bot?

You can trade with Signal bot on Binance (USDT-M and COIN-M), OKX Futures, and Bybit (USDT-M and Inverse). On Bitget, only USDT-M Futures is available.

Is Signal bot available on the Free plan?

No, the Signal bot is only available on the paid subscription plans.

What TradingView subscription should I have to trade with the Signal bot?

You will need a paid TradingView subscription to be able to use webhooks in your trading strategy. Then, it will depend on your trading preferences. Learn more about TradingView plans here.

Where do I get signals/TradingView indicators to use with my bot?

You can use the indicators built into the TradingView service, or you can create your own strategy using Pine Script and send the alerts from TradingView to 3Commas via webhook.

My signals are created on TradingView, but they are not received by the Signal bot. What can be the reason?

  • You may use the wrong webhook URL; make sure it's https://api.3commas.io/webhooks/trading_view.

  • Alert is sending signal to a different trading pair that is set in your Signal bot. Please also remember that different exchanges name their pairs differently. Also there is a difference between Spot and Futures trading pair.

  • The exchange on TradingView is different than it's set in the Signal bot.

  • Sometimes webhook alert arrives with some of the blank parameters. Please review your logs and try another indicator. Also make sure to use Indicators for Indicators type of Signal bot and strategies for the Strategies type of Signal bot.

Why did my Signal bot open a position with an amount different from what I configured?

Most of the time this happens because of the exchange's trading rules and minimal order sizes and steps. For example, you have set 100 USDT as an order size. It's the price step that can cause this situation - the exchanges limit the number of decimals that can be purchased in the order. So if the bot will put 0.0015 to make at close to 100 USDT then the exchange will not accept it because it only accepts orders with up to 3 decimal places.

And if the bot would place 0.002 BTC that would make it around 132 USDT and it would exceed your max position which is supposed to be 100 USDT only. So it was just rounded to 0.001 BTC that makes it around 62 USDT which is less than 100 USDT.

What are the features on the roadmap/under development?

Right now you can use only TradingView indicators to trade with the Signal bot, but soon you will be able to trade using the strategy on TradingView. Also, the Reversal trading strategy will be added to the release.

How do I provide feedback or a feature request?

If you have any feedback or a suggestion, please feel free to leave your valuable feedback here: Submit a Feature Request. We are monitoring this feedback resource really closely and read every comment.

What webhook is used in the Signal bot? Is it not the same as for DCA bots?

The webhook for the Signal bot is as follows:

For DCA bots the webhook is different. Please find it in this article:

If the Signal bot is disabled, will it still process the signals?

No, if the bot is stopped, the Entry signals or the Exit signals will be ignored.

If I edit the Signal bot and remove a trading pair from the list and there is an opened position with this pair, will the Exit signal be processed or ignored?

The Exit signal will be ignored for the pair that you remove from the bot's list. In this case you will need to handle the opened position manually - close it or set the Take profit and/or Stop loss orders.

Can I use Signal bot with other than TradingView signal services?

Yes, you can use any other services that support webhook communication with 3Commas.

An example is described in this article:

I use more than 1 indicator on TradingView, can I create a Signal bot and make him start the deal only if all indicators are true?

You can use only one indicator on TradingView to send a signal to open/close the trade on the Custom Signal type of Signal bot.

Or you can create a strategy on TradingView with several indicators included that should meet the condition to start/close the trade and use the TradingView Strategy type of the Signal bot.

Did this answer your question?