1. The AI finds a setup

Finradar's engine scans stocks, forex, and crypto around the clock and spots a high-probability pattern.

2. Your filter checks it

You set a minimum confidence score — say 80%. Anything below it is never sent. Only your best signals get through.

3. Your apps get the message

The event is delivered to every endpoint you added — Discord, Zapier, Make, n8n, or your own server — all at once.

Real-Time Webhook Notifications

Every Finradar signal, delivered to Discord, Zapier, or your own server the moment it happens — in under five seconds. Filtered by your minimum confidence score, configured in the app on the PnL Calendar page.

You Get a Message at Every Stage of the Trade

Three events cover the full life of every signal — watch them light up in order below, exactly as they fire in real trading.

1

New Setup

The AI found a trade idea. You receive the complete plan before anything happens: symbol, direction, entry zone, stop loss, TP1 and TP2, the chart pattern, and the AI's written thesis explaining why.

event: "new_setup"
2

Trigger

Price just entered the entry zone — the trade is live. This event fires in real time with the exact trigger price, so bots and alerts can act at the speed of the market.

event: "trigger"
3

Close

The trade is finished. You receive the outcome and the closing price — perfect for journals, stats dashboards, and posting results to your community automatically.

event: "close"

Built Like Infrastructure

Confidence Filtering

Set a per-user minimum confidence score and only the signals that clear it are delivered. Want nothing below 80%? Set the bar once and your endpoints only ever see the AI's highest-conviction setups.

Duplicate-Proof, Parallel Delivery

The delivery engine deduplicates per setup, dispatches to all your endpoints in parallel, and enforces strict 5-second timeouts — so one slow endpoint never delays another, and you never get the same event twice.

Works With Everything

Any HTTPS endpoint is a valid destination: Discord webhooks, Zapier, Make, n8n, or your own custom server. No SDK required — just paste a URL in the app and start receiving JSON.

Turn It On in Three Steps

1

Open the PnL Calendar

In the Finradar app, go to the PnL Calendar page — webhook settings live right there. Webhooks are a premium feature.

2

Paste your endpoint URL

Add the HTTPS address of the app you want notified — a Discord webhook URL, a Zapier hook, or your own server. Add as many as you like.

3

Set your confidence bar

Choose the minimum confidence score you want delivered. That's it — the next qualifying signal arrives automatically.

What a Trigger Event Looks Like

{
  "event": "trigger",
  "setup_id": "2213",
  "symbol": "AAPL",
  "direction": "buy",
  "trigger_price": 224.35,
  "entry_zone": [223.90, 224.60],
  "stop_loss": 221.80,
  "tp1": 228.10,
  "tp2": 234.50,
  "confidence_score": 87,
  "rr_ratio": 2.4,
  "pattern": "bull_flag_breakout",
  "timestamp": "2026-07-16T14:32:08Z"
}

Full event schemas, retry behavior, and integration examples are in the complete API reference.

Put Finradar's Signals to Work

Webhooks tell your apps. Want the trade executed too? Pair them with the Auto Trade Copier and mirror every signal to your MT4/MT5 broker automatically.

Download on theApp Store