Launch App
Tools6 min read

Market Scanner

The Vantixs Market Scanner helps you discover trading opportunities across all supported exchanges. Define custom scanning rules using technical indicator conditions, and get notified when symbols match your criteria — whether you run scans manually or let the platform evaluate them automatically on each candle close.

Note

During the BETA period, backtesting and paper trading are fully available. Live trading with real capital is planned for a future release.

8 Exchanges
Scan across all supported markets
Condition Trees
Combine indicators with AND/OR logic
Real-Time
Candle-close evaluation via ScannerBarCloseDetector
Push Alerts
Get notified via Telegram, Discord, email, or in-app

Scanner Overview

The Market Scanner page is organized into four tabs, each serving a distinct purpose in your scanning workflow:

Scanner Tabs

Scanner Rules

Create and manage scanning rules. Select a rule from the sidebar to view its latest matches, or run a scan on demand.

Price Alerts

Set price threshold alerts on any symbol. Get notified when price crosses above or below your target.

History

Review past scan executions — see timestamps, match counts, duration, and whether the scan was triggered manually or by the scheduler.

Watchlist

Curate up to 50 symbols per exchange to define the universe your scanner rules evaluate against.

Rule Builder

The Rule Builder dialog lets you define scanning conditions using a visual condition tree. Each rule targets a specific exchange and timeframe, then evaluates one or more condition groups against every symbol in your watchlist.

Creating a Scanner Rule

1

Click "New Rule"

Opens the Rule Builder dialog from any tab.

2

Name your rule

Give it a descriptive name (e.g., "RSI Oversold + Volume Spike").

3

Select exchange and timeframe

Choose from Binance, Bybit, OKX, KuCoin, or Gate.io. Timeframes available: 1h, 4h, and 1d.

4

Build condition groups

Add one or two condition groups. Within each group, combine conditions with AND or OR logic: - Select a technical indicator (RSI, MACD, EMA, Bollinger Bands, OBV, volume, and more) - Choose an operator (`>`, `<`, `>=`, `<=`, `==`) - Set the threshold value

5

Save and run

Save the rule, then click "Run Scan" to evaluate it immediately, or let the scheduler handle it on the next candle close.

Example Conditions

ConditionMeaning
RSI < 30Oversold territory — potential reversal
MACD > 0Bullish momentum confirmed
Volume > 2000000High volume spike — institutional interest
EMA(20) > EMA(50)Short-term trend above long-term — bullish crossover

Multi-Exchange Scanning

Scanner rules can target any of the 8 supported exchanges. Your watchlist is managed per exchange, allowing you to curate different symbol universes for different markets:

  • Binance — Largest selection of trading pairs
  • Bybit — Popular for derivatives and perpetuals
  • OKX — Wide range of spot and futures pairs
  • KuCoin — Access to emerging altcoins
  • Gate.io — Extensive altcoin coverage
  • Coinbase — Major pairs with high liquidity
  • Kraken — Established exchange with fiat on-ramp
  • Bitget — Growing derivatives exchange

Each watchlist supports up to 50 symbols per exchange. Add symbols from common presets (BTC/USDT, ETH/USDT, SOL/USDT, etc.) or type in any custom pair.

Scan Results

When a scan completes, matching symbols appear in a results table. Each result row shows:

  • Symbol with crypto icon
  • Exchange badge
  • Timeframe badge
  • Match count — how many conditions the symbol satisfied
  • Last scan timestamp — relative time since the scan ran

You can run a scan on demand by clicking the Run Scan button, or rely on the automated scheduler that evaluates rules on each candle close.

Real-Time Evaluation

Vantixs uses a ScannerBarCloseDetector that triggers rule evaluation exactly when a candle closes on the selected timeframe. This means:

  • No polling delays — evaluation happens at the precise candle close moment
  • Incremental compute — only recalculates indicators that changed, not the entire history
  • Execution logs — every scan execution is logged with status (success/failed/skipped), symbol count, match count, and duration in milliseconds

View all past executions in the History tab, including whether they were triggered manually or by the scheduled evaluator.

Price Alerts

The Price Alerts tab provides a simpler alternative to full scanner rules. Set a price threshold on any symbol and get notified when the price crosses it:

Above/Below Direction

Alert when price goes above or below your threshold

Multi-Channel Notifications

Receive alerts via Email, Telegram, Discord, or in-app notifications

Repeat Mode

Choose one-time alerts or repeating alerts that fire each time the threshold is crossed

Quick Management

Enable/disable, toggle repeat, or delete alerts directly from the table

Scan History

The History tab logs every scan execution with full diagnostic detail:

ColumnDescription
TimestampWhen the scan ran (relative time)
Rule NameWhich scanner rule was evaluated
StatusSuccess, Failed, or Skipped
TriggerManual (on-demand) or Scheduled (candle close)
SymbolsNumber of symbols evaluated
MatchesNumber of symbols that matched all conditions
DurationExecution time in milliseconds
ErrorError message if the scan failed
Pro Tip

Use the History tab to verify your scanner rules are executing on schedule and to diagnose any failed scans.