Skip to content

Screener Table

The screener is the main view of the app — a live-updating table showing all tracked Binance Futures pairs with real-time price data and pre-computed indicators.

The table

Columns

ColumnDescription
SymbolTrading pair (e.g., BTCUSDT, ETHUSDT)
PriceCurrent last-trade price
5m / 15m / 1h / 4h / 8h / 1dPrice change % over each timeframe
Volume24h quote volume in USDT
VCPVolatility Contraction Pattern score (learn more)
CountNumber of trades in the last 24h

Sorting

Click any column header to sort by that column. Click again to reverse the sort order. The default sort is by 1h % change.

Search / filter

Use the search box above the table to filter by symbol name (e.g., type "BTC" to show only pairs containing "BTC").

Watchlist filter

Toggle the Watchlist switch to show only coins you've starred. See Watchlist.

Timeframes

All 6 timeframes are computed server-side from the continuous 1-minute candle stream:

TimeframeWindow
5mLast 5 minutes
15mLast 15 minutes
1hLast 60 minutes
4hLast 4 hours
8hLast 8 hours
1dLast 24 hours

The backend holds 1,440 candles (24 hours) per symbol and derives all windows in real time.

Data update rate

The screener table updates every 5 seconds from the backend REST API. Alert logic runs server-side in real time (within milliseconds of each new candle), but the table display polls every 5s.

Tracked pairs

All Binance Futures USDT perpetual pairs that meet minimum liquidity thresholds. The exact set of tracked pairs is updated periodically. The screener currently tracks 200+ pairs.

Opening a chart

Click any row to open the chart modal for that symbol. See Charts.

Color coding

  • Green values: positive price change
  • Red values: negative price change
  • Rows flash briefly when a price updates

Not financial advice. Trading involves substantial risk.