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.
Supported sources
TradingView
Fire alerts from Pine Script strategies, price levels, and indicators.
Discord
Read signals from any channel. AI parser handles plain-text calls.
Telegram
Coming soon — read signals from groups and channels, including private groups.
Custom webhooks
Post JSON to your endpoint from any platform. Token-authenticated.
How it works
Create a strategy
Set alert format, position sizing, and risk rules.
Copy your webhook URL
Each strategy gets a unique, token-authenticated endpoint.
Point your source at it
TradingView alert, Discord channel, or custom POST.
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.