Skip to content

Alert sources

Send the alert the way you already write it

TradingView, a channel in a Discord server you run, TrendSpider or your own bot are selectable today. Plain text or JSON, no template to match. Telegram sits in the picker with a coming-soon label and can't be selected yet.

The sources on this page are independent third parties. Nyria is not affiliated with or endorsed by any of them, and the reliability of your alerts is yours.

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

A TradingView alert, a channel in a Discord server you run, or your own bot.

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's the whole contract.

Options

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

Add strike, expiry, and call or put. Or leave them out and let the strategy pick. Spreads up to 4 legs.

Neither shape is required; a line of plain text works the same way. See every format

What happens between alert and fill

Any wording

Plain text or JSON. There's no schema to match.

Fan-out

One alert reaches every bot on the strategy, each sized on its own allocation.

Position sizing

A dollar budget per signal, or an exact number of contracts, shares or coins.

Validation first

A strategy stays inactive until one of your own alerts has gone through it.

Trading windows

Restrict alerts to the hours and sessions you choose.

A log of everything

Every alert received, every action taken, every refusal, timestamped.

Point your first source at a strategy.

The simulated account is free and needs no card, so the first webhook can be a real one.