TradingView Alerts → Broker Auto-Execution in seconds

Automate your Trades
reliable, fast, controlled.

Trade | IF connects TradingView strategies with TopstepX and executes orders automatically — with risk controls, detailed logs, and full transparency. More brokers coming soon.

Webhook-ready Risk Guards Audit Logs Low-latency Routing

Disclaimer: Trading involves significant risk. This website is a product presentation and does not constitute financial advice.


Features that make real automation safe

Everything you need to turn signals cleanly into trades — no chaos, no guesswork.

Low-Latency Execution

Optimized routing pipeline: alert in, order out — with clear status updates and detailed error codes.

Risk Engine

Guards for max loss, position limits, daily limits, slippage/spread rules, and session windows.

Audit Logs

Every step is logged: alert payload, validation, broker request, response, and errors.

Duplicate Protection

Built-in filter against duplicate alerts and repeated signals — prevents accidental double orders.

Security First

Webhook signatures, IP allowlist, token rotation, least-privilege API keys, and a kill switch.

Flexible Mappings

Map TradingView alerts to order types, TIF, OCO/bracket logic, and broker-specific fields.

How It Works

3 clear steps from TradingView alert to broker order — with full control and transparency.

1

Register & Subscribe

After registration, connect your first broker to Trade | IF.

2

Send a TradingView Alert

Use webhooks to send a structured payload (symbol, side, quantity, rules).

3

Execution at the Broker

The order is placed via the broker API. You get real-time status, logs, and error details.

Integrations

Start with TradingView and expand based on your broker and account setup.

TradingView Webhooks TopstepX More brokers coming soon
Webhook Payload Example
Simple, stable, unambiguous — great for backtests & live trading.
{
  "symbol": "{{ticker}}",
  "date": "{{timenow}}",
  "data": "buy",
  "quantity": "1",
  "price": "{{close}}",
  "tp_ticks": 16,
  "sl_ticks": 8,
  "token": "YOUR_TOKEN",
  "close_open_orders": false
}
Tip: For limit orders, simply add "order_type": "limit" — the price field will then be used as the limit price.

Your broker not listed yet?

Tell us which broker you need — we prioritize integrations based on demand.

Select Broker

Or enter a custom broker

Pricing

Simple entry, clear limits.

Choose Yearly and save 10%.

Basic

Perfect entry point
€25 / month
  • 1 Broker Connection
  • Basic risk checks
  • Logs (7 days)
  • Email alerts

Pro

For multiple strategies & accounts
€99 / month
  • 10 Broker Connections
  • Multi-Connection Routing
  • Logs (180 days)
  • Trading Hours Filter

Go live today.

Register, connect your broker, set up a TradingView alert — done. No code, no complicated API integration.

Setup in under 5 minutes
Clear logs & error codes for every alert
Duplicate filter to prevent double orders

FAQ

Quick answers to the most important questions.

How is the webhook secured?

Each connection receives a unique webhook URL. The token in the alert payload is compared server-side as an HMAC hash — the plain-text token is never stored or logged. In addition, the email address must be verified and the subscription must be active. Individual connections can be disabled at any time.

Which brokers and order types are supported?

TopstepX is fully supported. More brokers (Tradovate, Rithmic, and others) are coming. Market orders are executed by default — for limit orders simply add order_type: "limit" and a specific price to the payload. Take-profit and stop-loss can be attached directly to the entry as bracket orders via tp_ticks / sl_ticks.

What happens during API outages or duplicate alerts?

On API failures the error is immediately logged and you receive a clear error code — there are intentionally no automatic retries, since duplicate market orders in futures trading can be severe. A built-in duplicate filter protects against repeated alerts: identical signals (same broker, symbol, side, and quantity) within 30 seconds are automatically ignored and marked as duplicates in the webhook log.

Is this financial advice?

No. This is purely execution and automation software. You decide on strategy, risk, and position sizing.