TradingView Strategy connects a TradingView strategy’s alerts to QENREX via webhook so your bot can react when the strategy fires — similar to TradingView Signal, but wired specifically for strategy alerts (not plain price alerts).
You keep chart logic on TradingView; QENREX receives the webhook and manages execution under the bot’s investment, risk, and plan limits. Always test on demo before live capital.
Step 1: Create a TradingView Strategy bot
- Open Create bot and choose TradingView Strategy
- Select the asset and investment size that match the chart you will alert
- In Script Configuration, copy the Webhook URL
- Copy the webhook message template for the trade-start signal (and any exit template the app shows)
Keep those strings handy — TradingView must receive the exact URL and message format QENREX generated for this bot.
Step 2: Open your strategy in TradingView
- Open the chart for the same pair / timeframe you intend to automate
- Add Indicators → Strategies and pick a published strategy or your own Pine strategy
- Confirm the strategy plots orders on the chart as you expect before creating alerts
Step 3: Create an alert
- Open Alerts → Create alert
- Set Condition to the strategy (not plain Price)
- Choose the event you want (for example order fills / strategy alerts as offered by TradingView)
- Name the alert clearly so you can find it later
If the condition is not the strategy, QENREX will not receive the intended strategy events even if a webhook is attached.
Step 4: Add the webhook URL
- Open the alert’s Notifications section
- Enable Webhook URL
- Paste the QENREX Webhook URL copied from Script Configuration
Step 5: Add the message
- Paste the QENREX webhook message into the alert message field exactly as shown in-app
- Do not trim placeholders or change JSON / token fields unless the app instructs you to
- If QENREX provides separate start/stop messages, create matching alerts for each
Step 6: Save the alert and test it
- Save / Create the alert on TradingView
- Confirm the QENREX bot is running
- Trigger a test (demo chart / replay / known condition) and watch My Robots for a reaction
- If nothing arrives: re-check URL, message, alert active state, strategy condition, and bot status
Summary
- Bot in QENREX → copy webhook URL + message
- Strategy on TradingView chart → alert condition = strategy
- Notifications → webhook URL + exact message → save
- Test on demo; then go live with small size
Related: TradingView Signal (indicator/webhook alerts) and the TradingView automation page at /tv on this site.
Educational only — not financial advice. Trading involves risk of loss.