Finradar's engine scans stocks, forex, and crypto around the clock and spots a high-probability pattern.
You set a minimum confidence score — say 80%. Anything below it is never sent. Only your best signals get through.
The event is delivered to every endpoint you added — Discord, Zapier, Make, n8n, or your own server — all at once.
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.
Three events cover the full life of every signal — watch them light up in order below, exactly as they fire in real trading.
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"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"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"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.
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.
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.
In the Finradar app, go to the PnL Calendar page — webhook settings live right there. Webhooks are a premium feature.
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.
Choose the minimum confidence score you want delivered. That's it — the next qualifying signal arrives automatically.
{
"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.
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.