Skip to content

Alert sources

TradingView, Discord, and custom webhooks — Telegram coming soon. Route any alert to your broker.

⚠️

Disclaimer: Signal sources shown are independent third parties. Nyria is not affiliated with or endorsed by them. You are responsible for the reliability of your alerts.

How it works

1

Create a strategy

Set alert format, position sizing, and risk rules.

2

Copy your webhook URL

Each strategy gets a unique, token-authenticated endpoint.

3

Point your source at it

TradingView alert, Discord channel, or custom POST.

4

Alerts fire trades

Nyria routes the order to your connected broker.

Alert format

Equity

{
  "ticker": "AAPL",
  "action": "buy",
  "quantity": 10
}

Ticker, action, quantity. That is the whole contract.

Options

{
  "ticker": "SPY",
  "action": "BTO",
  "strike": 450,
  "expiry": "2026-06-19",
  "type": "call",
  "quantity": 5
}

Add strike, expiry, and call or put. Up to 4-leg spreads supported.

Plain-text alerts work too. The AI parser reads them. View all formats

What happens between alert and fill

🤖

AI parsing

Reads plain-text alerts. No strict JSON required.

🔄

Multi-bot fan-out

One alert fires trades across multiple bots and accounts.

📊

Position sizing

Percent of account, fixed dollar amount, or fixed quantity.

Signal validation

Symbol and format checks run before any order is placed.

🕐

Trading windows

Restrict alerts to your chosen hours and sessions.

📝

Audit log

Every alert received. Every action taken. Timestamped.

Connect your first source

Free account. First webhook live in minutes.