TradingView Strategy

By the QENREX Team · Educational guide

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

  1. Open Create bot and choose TradingView Strategy
  2. Select the asset and investment size that match the chart you will alert
  3. In Script Configuration, copy the Webhook URL
  4. 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

  1. Open the chart for the same pair / timeframe you intend to automate
  2. Add Indicators → Strategies and pick a published strategy or your own Pine strategy
  3. Confirm the strategy plots orders on the chart as you expect before creating alerts

Step 3: Create an alert

  1. Open Alerts → Create alert
  2. Set Condition to the strategy (not plain Price)
  3. Choose the event you want (for example order fills / strategy alerts as offered by TradingView)
  4. 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

  1. Open the alert’s Notifications section
  2. Enable Webhook URL
  3. Paste the QENREX Webhook URL copied from Script Configuration

Step 5: Add the message

  1. Paste the QENREX webhook message into the alert message field exactly as shown in-app
  2. Do not trim placeholders or change JSON / token fields unless the app instructs you to
  3. If QENREX provides separate start/stop messages, create matching alerts for each

Step 6: Save the alert and test it

  1. Save / Create the alert on TradingView
  2. Confirm the QENREX bot is running
  3. Trigger a test (demo chart / replay / known condition) and watch My Robots for a reaction
  4. 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.