← Back to Documentation

TradingView Connect Guide

What is TradingView Connect?

TradingView Connect bridges your TradingView charts directly to BRIX execution.

1. BRIX indicators draw signals on your chart

2. When a signal fires, an alert is created

3. Alert sends a webhook to BRIX

4. BRIX bot executes the trade on your exchange

5. Discord notification sent to you

This means you trade WITH the visual context of seeing exactly what triggered the trade — just like a professional trader using charts + automation.

Step 1 — Load BRIX Indicators

  1. Open any chart on TradingView (BTCUSDT 15m recommended)
  2. Click “Pine Script Editor” at bottom
  3. Copy the BRIX Intelligence Suite code from pine_scripts/
  4. Paste into editor and click “Add to chart”

You will see on your chart: sweep markers, OB boxes, zone boxes, POC/VAH/VAL lines, and a dashboard table showing engine states.

Step 2 — Generate Passphrase

  1. Go to BRIX Dashboard → TradingView Connect
  2. Click “Generate Passphrase”
  3. Copy the passphrase shown
  4. Keep it secret — it authorizes trades on your behalf

Step 3 — Set Up TradingView Alert

  1. Right click chart → “Add Alert”
  2. Condition: BRIX Intelligence Suite → “BRIX BUY Signal”
  3. Check “Webhook URL” in notifications
  4. Webhook URL: https://brixalgo.com/api/tv/signal
  5. Paste this in the message box:
{
  "passphrase": "YOUR_PASSPHRASE",
  "ticker": "{{ticker}}",
  "action": "{{strategy.order.action}}",
  "price": "{{close}}",
  "size_pct": "1.0"
}

Step 4 — Test Connection

In BRIX Dashboard → TradingView Connect, click “Send Test Signal”. You should see: “Connection verified”.

Understanding the Dashboard Table

E1 CISDStructure shift detection
E2 ConfVolume level confluence
E3 OBOrder block zone status
E4 ZonesImbalance zone status

Confluence score shows how many engines agree (1/4 through 4/4). Higher = larger position size.