Link TradingView alerts to WazirX Futures in 5 minutes.
The only India-native platform that routes TradingView Pine Script alerts directly to WazirX Futures. Sub-50ms execution. No code. Free.
43ms
Avg execution
5 min
Setup time
Free
No fees
The gap
TradingView fires the signal. WazirX never sees it.
TradingView is where India's best crypto strategies are built — but it has no direct integration with WazirX. Your Pine Script alerts fire and nothing happens. You watch the signal while the market moves.
Relay is the bridge. It receives your TradingView alert, reads the signal, and places the WazirX Futures order before the next candle closes.
TradingView alert fires
webhook → Relay
POST /webhook/your-id
{
"action": "buy",
"symbol": "BTCINR",
"quantity": "0.01"
}WazirX order filled · 43ms
Setup guide
TradingView to WazirX in 5 steps.
Create a Relay account
Sign up at relay.trado.trade — free, no credit card required. Create your first automation and copy the unique Relay link.
Link your WazirX account
Add your WazirX account with trade-only access. Relay never requests or stores withdrawal access.
Configure your automation
Set your default coin (e.g. BTCINR), order type, quantity, and leverage in the Relay dashboard.
Paste link in TradingView
In your TradingView alert → Settings → Webhook URL, paste your Relay link.
Add the JSON payload
Copy the JSON payload from Relay into your TradingView alert message field. Save and activate.
Payload reference
The exact JSON for your TradingView alert.
Paste this into the TradingView alert message field. You can override any field per alert using Pine Script variables like {{strategy.order.action}}.
action
Required. "buy" or "sell"
symbol
WazirX symbol e.g. "BTCINR"
quantity
Order size in base asset e.g. "0.01"
leverage
Optional. Integer 1–125
order_type
"market" or "limit" (default: market)
TradingView alert message
{
"action": "{{strategy.order.action}}",
"symbol": "BTCINR",
"quantity": "0.01",
"leverage": "5",
"order_type": "market"
}TradingView Webhook URL: Paste your Relay webhook URL in the TradingView alert settings under "Webhook URL". The URL is available in your Relay dashboard after creating a webhook.
Supported
Everything the TradingView → WazirX integration supports.
All WazirX Futures coins (BTC, ETH, SOL, DOGE, and 50+ more)
Market, limit, stop-limit, and stop-market orders
Buy and sell entries from a single TradingView alert
Custom leverage per alert (1× to 125×)
Fixed or percentage-based position sizing
Take-profit and stop-loss on entry
Cooldown windows to prevent duplicate triggers
Alert-level overrides for symbol, quantity, and direction
Multi-account execution from one TradingView alert
43ms average execution
From TradingView alert receipt to WazirX order confirmation.
Trade-only API access
Withdrawal permissions are never requested. AES-256-GCM encryption at rest.
Pine Script v4 and v5 support
Works with any TradingView strategy or indicator that generates alerts.
Runs 24/7 on cloud
No local server needed. Your alerts execute even when your computer is off.
FAQ
TradingView to WazirX — common questions.
How do I link TradingView to WazirX?
Sign up on Relay, create an automation to get your Relay link, add your WazirX account, paste the link in TradingView's Webhook URL field, and add the alert message. Your TradingView alerts will place orders automatically.
Does TradingView natively support WazirX?
No. TradingView does not have a direct WazirX integration. Relay bridges them — it receives your TradingView alert and places the order on WazirX Futures on your behalf.
Which Pine Script versions work?
All Pine Script versions (v4 and v5) work. Any strategy or indicator that generates a TradingView alert can use Relay.
Can I use different symbols per alert?
Yes. You can override the symbol, quantity, direction, and leverage in the JSON payload for each individual alert — giving you full per-signal control.
How fast does execution happen?
Relay receives the TradingView alert and places the WazirX Futures order in under 50ms on average. That's 43ms from alert to order confirmation.
Is this free?
Yes. Relay is completely free — no platform fees, no per-trade charges. Link and automate as many signals as you want.
Your TradingView alerts should be executing trades.
Free. 5-minute setup. 43ms execution on WazirX Futures.