TradingView is where most traders design their edge — indicators, Pine Script strategies, and hand-drawn levels that fire alerts at exactly the right moment. The problem is what happens next. An alert on its own is just a notification; someone still has to see it and place the order. Trade automation removes that last manual step.
The mechanism is a webhook: a URL that TradingView calls the instant your alert fires. OmniTrade24 receives that call, reads the JSON message you attached to the alert, and executes the corresponding order on your connected exchange using your own API keys. The result is a fully automated pipeline from chart to fill, usually completing in under half a second — and often under 100 milliseconds on higher plans.
The same four steps apply to every supported exchange.
Add a trade-only API key from any supported exchange. Keys are encrypted with AES-256 and can never withdraw funds.
Each strategy gets a unique webhook URL. This is the address TradingView will call when your alert fires.
Paste the URL into your TradingView alert and set a JSON message describing the trade — action, symbol, quantity.
When your strategy triggers, the alert hits your webhook and OmniTrade24 places the order on your exchange in milliseconds.
Pick your exchange for a step-by-step setup guide — API key, webhook, and your first automated alert.
The setup is the same everywhere — a trade-only API key and one webhook. What differs is the markets you get and whether the key needs a passphrase. Here's a quick side-by-side.
| Exchange | What you can automate | API authentication | Setup guide |
|---|---|---|---|
Binance | Binance Spot · USDⓈ-M Futures (perpetual & quarterly) · COIN-M Futures | API key + secret | Connect Binance |
Bybit | Bybit Spot · USDT Perpetual (linear) · Inverse Perpetual (coin-margined) | API key + secret | Connect Bybit |
Bitget | Bitget Spot · USDT-M Perpetual Futures · Coin-M Perpetual Futures | API key + secret + passphrase | Connect Bitget |
OKX | OKX Unified Account · Spot trading · Margin (cross & isolated) | API key + secret + passphrase | Connect OKX |
KuCoin | KuCoin Spot · USDT-Margined Futures (perpetual) · Cross & Isolated Margin | API key + secret + passphrase | Connect KuCoin |
| US Stocks (NYSE & NASDAQ) · ETFs · Crypto (BTC, ETH & more) | API key + secret | Connect Alpaca |
Bitget, OKX and KuCoin use a three-part credential (key, secret and a passphrase you set); Binance, Bybit and Alpaca use a key and secret. Every guide walks you through it step by step.
Signals execute 24/7 whether or not you are at the screen.
Trade-only keys and IP whitelisting mean OmniTrade24 can trade but never withdraw.
Run crypto and stock strategies side by side from a single account.
Any TradingView strategy or indicator that can fire an alert can drive live orders.
How webhook automation works, which exchanges are supported, and how your keys stay safe