
In this article we will show you the steps to setup alerts from TTPTSL RSI-EMA strategy so it can command deal open and close events in your DCA bots.
- Create a DCA bot on 3commas and save it. No need to start it yet.
- This strategy doesn’t use safety orders (number of safety orders = 0)
- Use deal start condition: Manually/API
- Optional: you can add extra deal start conditions or min volume. If you do this your bot might receive deal start alerts and not action them because the other conditions are not true yet.
- Add the strategy to trading view
- Once happy with the setup of the strategy we can now setup the DCA bot json information in the strategy settings
- Copy the “Message for deal start signal” json webhook from your DCA bot page.
- Open the strategy settings in the chart and paste it in the “open deal 3c dca json” field. Make sure the field is empty first.
- Copy the “Message to close order at Market Price” json webhook from your DCA bot page
- Open the strategy settings in the chart and paste it in the “close deal 3c dca json” field. Make sure the field is empty first.
- Click OK to make sure your changes were saved.
- Now that we finish the dca json information we can setup the alerts. We will need just one.
- On the tradingview chart click on add alert
- Use open ended or set an expiration time in the future
- Optional: decide if you want notify on app, show pop-up and send email
- Make sure webhook is switched on
- Set an alert name.
- Provide the 3commas official webhook URL: https://3commas.io/trade_signal/trading_view
- In the message text area copy paste this: {{strategy.order.alert_message}}
Check which subscription tier you need to access this strategy.
Learn more about 3commas webhooks.

