SIGNAL INTEGRATIONS

Get Signals Everywhere You Trade

Connect QuantLogix to Telegram, Discord, or your own applications via API. Same 5-factor quant engine across all platforms.

๐Ÿ’ฌ

Telegram Bot

DM-based signals, price alerts, market overview. Works on mobile and desktop.

Scan to open in Telegram
Open in Telegram
๐ŸŽฎ

Discord Bot

Slash commands in the QuantLogix server. Community discussions + signals in one place.

Scan to join Discord
Join Discord
โšก

REST API

Programmatic access to signals, market data, and macro indicators for your trading bots.

API Docs

๐Ÿ’ฌ Telegram Bot Setup

Get signals directly in Telegram DMs. No downloads, no app switching.
Scan to open bot
@quantlogixagentbot
Scan the QR code with your phone camera or Telegram's QR scanner to open the bot instantly.
Open in Telegram โ†’

Open the QuantLogix Bot

Go to t.me/quantlogixagentbot and tap Start. The bot will greet you and show available commands.

Link Your Account

Type /login in the bot. It will give you a 6-character code. Go to quantlogix.ai/profile and enter the code in the Telegram Bot section. This syncs your subscription tier.

Start Using Commands

Type /signal NVDA to get your first signal. Try /market for index overview, /top for top signals today. Type /help to see all commands.

Enable Daily Alerts (Pro+)

Type /alerts_on to receive daily market alerts: morning brief (9:35 AM ET), midday movers (12:30 PM), and close summary (4:05 PM). Requires Pro or Institutional tier.

๐ŸŽฎ Discord Bot Setup

Slash commands in the QuantLogix Discord community server.
Scan to join server
QuantLogix Discord
Scan the QR code with your phone camera to join the QuantLogix Discord server instantly.
Join Discord โ†’

Join the QuantLogix Server

Go to discord.gg/SpFhzdkG or use the invite link to join the QuantLogix Discord server.

Go to #bot-commands

All bot commands work in the #bot-commands channel. Type / to see available commands in the autocomplete menu.

Link Your Account

Type /link in Discord. The bot gives you a code (only visible to you). Go to quantlogix.ai/profile โ†’ Discord Bot section โ†’ enter the code. Your subscription tier syncs instantly.

Start Using Signals

Type /signal NVDA for a rich embed with 5-factor breakdown, pattern intelligence, and indicators. Check /status anytime to see your tier and usage.

๐Ÿ“Š Bot Commands โ€” Full Comparison

Both bots support the same commands. Discord uses rich embeds, Telegram uses formatted text.
Command Description Telegram Discord Min. Tier
/signal NVDA5-factor quant signal (6-12 month outlook)โœ…โœ…Free
/price AAPLQuick price, volume, VWAP, after-hoursโœ…โœ…Free
/marketS&P 500, NASDAQ, Dow, Russell, market statusโœ…โœ…Free
/moversTop 5 gainers and losers todayโœ…โœ…Free
/sectors11 GICS sector performance (XLK, XLF, etc.)โœ…โœ…Free
/cryptoBTC, ETH, SOL, XRP, DOGE, ADA pricesโœ…โœ…Free
/news TSLALatest news with sentiment analysisโœ…โœ…Free
/compare NVDA AMDSide-by-side signal comparison (up to 4)โœ…โœ…Starter
/topTop 10 signals ranked by composite scoreโœ…โœ…Starter
/fundamentals AAPLNet margin, ROE, revenue growth, cash flowโœ…โœ…Starter
/linkLink account to sync subscription tierโœ…โœ…Free
/statusView tier and monthly usageโœ…โœ…Free
/helpShow all available commandsโœ…โœ…Free

๐Ÿ“‹ Monthly Usage Limits by Tier

Applies to both Telegram and Discord bots. Limits reset on the 1st of each month.
Command Free ($0) Starter ($49/mo) Pro ($149/mo) Institutional ($299/mo)
/signal5/mo50/mo500/moUnlimited
/compareโ€”30/mo100/moUnlimited
/topโ€”10/mo50/moUnlimited
/fundamentalsโ€”20/mo100/moUnlimited
/price, /market, /moversUnlimitedUnlimitedUnlimitedUnlimited
/sectors, /crypto, /newsUnlimitedUnlimitedUnlimitedUnlimited
Daily Signal Alertsโ€”โ€”โœ… 3x dailyโœ… 3x daily
What happens at the limit? The bot sends a private message saying the limit is reached, with a link to upgrade. Free commands (/price, /market, etc.) are always unlimited.

โšก REST API

Programmatic access to the same signal engine. Build trading bots, custom dashboards, or integrate with your own tools.

Key Endpoints

GET /api/signal?ticker=NVDA

5-factor quant signal with composite score, confidence, factor breakdown, pattern intelligence, and indicators.

GET /api/polygon/snapshot?tickers=AAPL,MSFT,NVDA

Real-time price snapshots for multiple tickers โ€” price, change, volume, VWAP, after-hours.

GET /api/economy/macro

Macro sentiment score, key indicators (GDP, CPI, unemployment), yield curve, and upcoming economic calendar.

GET /api/polygon/news?ticker=TSLA&limit=10

Aggregated financial news from 6+ sources with sentiment scoring.

GET /api/economy/indicators

24 FRED economic series with sparklines, change data, and macro sentiment computation.

Example Response โ€” Signal API

{
  "ticker": "NVDA",
  "signal": "Strong Buy",
  "composite_score": 72,
  "confidence": 85,
  "scores": {
    "technical":      { "score": 80, "weight": 0.30 },
    "momentum":       { "score": 65, "weight": 0.25 },
    "fundamental":    { "score": 78, "weight": 0.15 },
    "options":        { "score": 55, "weight": 0.10 },
    "microstructure": { "score": 70, "weight": 0.20 }
  },
  "prediction": {
    "win_rate_5d": 68,
    "avg_return_5d": 2.1,
    "confidence": "HIGH",
    "pattern_count": 42
  }
}

Authentication

API keys inherit your subscription tier. Generate keys in your Profile page โ†’ API Keys section.

curl -H "Authorization: Bearer YOUR_API_KEY" \
     "https://quantlogix.ai/api/signal?ticker=NVDA"
Rate limits: Free tier โ€” 10 req/min. Starter โ€” 30 req/min. Pro โ€” 100 req/min. Institutional โ€” 500 req/min. See full API documentation for details.

Ready to Get Started?

Link your accounts in seconds. Same signals, everywhere.

Open Telegram Bot Join Discord API Documentation