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 asset you want to trade. Select the timeframe your strategy uses, add the strategy to the chart, and click Alerts.

Step 3: Create an Alert
The Create Alert window will open. In the Condition field, select the required strategy, 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 asset and timeframe are selected
- the strategy is active in TradingView
Summary
- Create a TradingView Strategy bot in the Elirox app.
- Copy the webhook URL and webhook message from the bot settings.
- Open your strategy in TradingView and create an alert.
- Enable Webhook URL in the Notifications section.
- Paste both the webhook URL and the generated message into the alert settings.
- Save the alert 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.