You wrote the strategy in Pine Script. TradingView can only send an alert. PineBridge receives that alert and places the real order on your Binance account — sized correctly, with stop-loss and take-profit attached — in under a second, 24/7.
Free during beta on Binance testnet — trade paper money until you trust it.
TradingView alert fires PineBridge your Binance account
┌─────────────────────┐ POST ┌──────────────────────┐ ┌──────────────────┐
│ strategy.entry() │ ───────► │ verify · dedupe │ ─────► │ BUY 0.005 ETH │
│ {{ticker}} {{...}} │ webhook │ size · lot-precision │ API │ + OCO bracket: │
└─────────────────────┘ │ place + confirm │ │ TP $1,940 │
└──────────┬───────────┘ │ SL $1,899 │
▼ └──────────────────┘
Telegram/Discord: "✅ filled"
This is an actual transcript: a TradingView-format alert sent to a PineBridge webhook, executed on Binance testnet, bracket verified on the exchange, then closed by a second alert.
$ TradingView alert → POST /hook/<token> {"action":"buy","symbol":"ETHUSDT","amountUsdt":10,"stopLossPercent":0.6,"takeProfitPercent":1.5} → 200 OK (3.5s) {"ok":true, "symbol":"ETH/USDT", "orderId":"5936031", "filledQty":0.004, "entryPrice":2471.21, "bracket":{"takeProfitPrice":2508.28, "stopLossPrice":2456.38}} $ Binance testnet open orders — the safety net, live on the exchange: SELL 0.0039 @ 2455.15 (stop 2456.38) ← stop-loss SELL 0.0039 @ 2508.28 ← take-profit $ Strategy exits → POST {"action":"close","symbol":"ETHUSDT"} → {"ok":true, "cancelledOrders":2, "sold":{"qty":0.0041}} — flat, in 3.1s
Your strategy stays in Pine Script. No Python bots, no VPS to babysit, no exchange API documentation. Paste one URL into your alert.
Lot-size rounding, min-notional checks, duplicate-alert protection, OCO stop-loss/take-profit placed atomically after the fill. The boring details that decide whether automation works.
Trade-only API keys (withdrawals impossible), encrypted at rest. We never hold funds — orders execute on your own Binance account.
Every fill logged from the exchange itself, P&L net of real fees. If your strategy loses money, your dashboard will say so — most tools won't.
{"action":"buy","symbol":"{{ticker}}","amountUsdt":50,...}Unlimited paper trading on Binance testnet. Prove your strategy before risking anything.
Live trading, 1 exchange account, market/limit orders + SL/TP brackets, Telegram & Discord alerts.
Multiple strategies & symbols, priority execution, trade journal with honest fee-adjusted P&L.