Elirox Help Center
How to Set Up TradingView Strategy in Elirox
If you want your bot to open trades based on signals from a TradingView Strategy, you can connect it through webhook alerts. To do this, create a TradingView Strategy bot in the Elirox app, copy the webhook data, and paste it into your alert settings.
Step 1: Create a TradingView Strategy Bot
Open the bot creation screen in the Elirox app and choose TradingView Strategy.

The bot settings screen will open. Choose your trading asset, set the investment size, and scroll to the Script Configuration section.
Copy both of the following values — you will need them in TradingView:
- Webhook URL for TradingView
- Webhook message for trade start signal

Step 2: Open Your Strategy in TradingView
Go to TradingView and open the chart for the trading pair you want to use.
Then click Indicators, open the Top tab, and choose a strategy from the list. You can also create your own strategy and select it.

After selecting the strategy, go to the Alerts tab.

Step 3: Create an Alert
The Create Alert window will open.
- In the Condition field, make sure the strategy you selected earlier is chosen, not Price.
- Then open the Notifications section.

Step 4: Add the Webhook URL
In the Notifications section, find the Webhook URL option and enable it.

Then paste the Webhook URL for TradingView that you copied in the Elirox app into the webhook field.

Step 5: Add the Message
Open the Message field and paste the Webhook message for trade start signal generated in the Elirox app.
Make sure to paste the message exactly as it was generated, without editing it manually unless your setup requires a custom format.

Step 6: Save the Alert and Test It
Once all fields are filled in, click Apply.
Before using the bot on a live account, it is recommended to check that:
- the webhook URL was pasted correctly
- the message was copied in full
- the correct trading pair is selected
- the correct strategy is selected in the alert condition
Summary
- Create a TradingView Strategy bot in the Elirox app.
- Copy the webhook URL and webhook message from the bot settings.
- In TradingView, open the chart for the trading pair you want to use and choose a strategy from Indicators → Top, or create your own strategy and select it.
- Go to the Alerts tab and make sure the Condition field is set to your selected strategy, not Price.
- Enable Webhook URL in the Notifications section and paste the webhook URL from Elirox.
- Paste the generated webhook message into the Message field.
- Click Apply and test that the signal is received correctly.
💡 Please note that if your strategy uses separate signals for entry and exit, your alert logic should match how the bot is expected to handle those events.
If you need help setting up TradingView Strategy alerts, feel free to contact the Elirox support team.