📌 Scan Target
Search unavailable, using default pairs
Scan Settings
Timeframe
Min Score: 65
Exchange
▶ Actions
Waiting…
Live Results
Configure and start a scan →
💱
Forex Market Closed
Forex trades Mon 00:00 – Fri 22:00 UTC
📌 Scan Target
Scan Settings
Timeframe
Min Score: 60
Data Source
Yahoo Finance (proxy)
▶ Actions
Waiting…
Live Results
Configure and start a scan →
NYSE Closed
NYSE is open Mon–Fri 09:30–16:00 ET
📌 Scan Target
Scan Settings
Timeframe
Min Score: 65
Data Source
Alpaca Markets (proxy)
▶ Actions
Waiting…
Live Results
Configure and start a scan →
Loading…
No profile selected
Create or select a profile to configure settings.
Setup Guide
01 Add @qsrex_signal_bot to your Telegram channel as Administrator (with permission to post messages)
02 Enter your channel's Chat ID (e.g. -1001234567890) or username (e.g. @mychannel)
03 Configure the filters below and click Save & Activate
📢 Channel
🌐 Markets
⏱ Timeframes
Filters
⚠️ Include warning signals
🤖 Auto-sync signals to Journal
🔗 Outbound Webhook optional
Python
import hmac, hashlib

def verify(secret, payload_bytes, sig_header):
    expected = hmac.new(secret.encode(),
                        payload_bytes, hashlib.sha256).hexdigest()
    return hmac.compare_digest(expected, sig_header)
Node.js
const crypto = require('crypto');

function verify(secret, rawBody, sigHeader) {
  const expected = crypto
    .createHmac('sha256', secret)
    .update(rawBody).digest('hex');
  return crypto.timingSafeEqual(
    Buffer.from(expected), Buffer.from(sigHeader));
}

Header name: X-QSREX-Signature

Status: Inactive