Skip to content

Signal Sources

Connect your favorite trading signal sources to Nyria. We support TradingView webhooks, Discord channels, Telegram groups, and custom REST API integrations.

⚠️

Disclaimer: The signal sources shown are independent third parties. We are not affiliated with or endorsed by them. You are responsible for ensuring your alerts are reliable and non-repainting.

How Signal Automation Works

1

Create a Strategy

Define your alert format, position sizing, and trading rules in Nyria.

2

Get Your Webhook URL

Copy your unique webhook URL to receive alerts from your signal source.

3

Configure Alerts

Set up your TradingView alerts, Discord bot, or other signal source to send alerts.

4

Automate Trading

Alerts trigger trades automatically in your connected brokerage accounts.

Example Alert Format

Simple Format

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

Basic format for simple stock trades. Nyria parses ticker, action, and quantity.

Options Format

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

Options format with strike, expiry, and contract type.

Nyria also supports AI parsing for plain-text alerts. View all formats

Signal Processing Features

🤖

AI Parsing

Understand plain-text alerts with our AI parser. No strict formatting required.

🔄

Multi-Bot Execution

One alert can trigger trades across multiple bots and accounts simultaneously.

📊

Position Sizing

Dynamic sizing based on % of account, fixed $ amount, or fixed quantity.

Signal Validation

Validate alerts before execution with symbol verification and format checks.

🕐

Trading Windows

Restrict when alerts are processed with configurable trading hours.

📝

Detailed Logging

Full audit trail of every alert received and every action taken.

Ready to automate your signals?

Create your free account and connect your first signal source in minutes.