Platform

Define what should be true. The scanner enforces it.

Stop re-running scans. State the conditions once, and the scanner keeps the result correct, adding and dropping symbols when the market changes.

Scanner
TickerLastChg%Vol
NVDA145.32+4.12%48.2M
SMCI43.91+3.88%22.9M
PLTR27.43+2.91%31.5M
AMD181.27+2.44%36.1M
COIN271.45+2.08%14.8M
TSLA196.12+1.67%54.6M
6
Live updates

Live by default

Your conditions evaluate continuously against the tape. Values and cells update, symbols enter and exit throughout the session.

No refresh buttonThe results table updates as price and volume move. What you see is the market right now, not a saved query.

See the change landCells flash when a value updates.

Always the current setSymbols that no longer qualify exit the scan, new matches enter. The list is a fresh snapshot you never have to re-run.

Scannerrunning a LogicBlock
LogicBlocks
  • VWAP Reclaim
  • Gap and Go
  • Squeeze Box
  • Oversold Bounce
  • Momentum Burst
5 saved
scanVWAP Reclaimlive
reclaims VWAPvol > 1.5x avgRSI > 50
TickerLastChgSignal
NVDA142.50+3.47%reclaim 09:42
AAPL189.84+1.24%reclaim 09:51
AMD163.40+2.10%reclaim 10:03
MSFT418.20+0.92%reclaim 09:58
META532.10+1.55%reclaim 10:11
5 matches
any saved block, run as a scan

Run a saved LogicBlock as a scan

At its core, a LogicBlock is a condition filter. Reference it within a scan, its conditions are evaluated and matches are filtered.

Pick it from your libraryEvery saved strategy sits in one list. Choose a LogicBlock and it becomes the active scan. No rebuilding the conditions.

It runs like any scanConditions are regularly evaluated, matches stream in live, and any columns the block defines come along too.

Scannerlive
LogicBlocksmomentum_scorevwap_reclaimsqueeze_pctrel_volume
TickerLastChg
NVDA142.50+3.47%
SMCI43.91+3.88%
AMD163.40+2.10%
PLTR27.43+2.91%
COIN271.45+2.08%
MARA21.07+2.34%
drag a saved LogicBlock onto the scanner
6 symbols

LogicBlocks as columns and filters

Any LogicBlock drops straight into the scanner, either as a live filter that narrows the set or as a live column on the result table.

Filter by your logicAdd a LogicBlock to the filter list and the scanner only shows each symbol that matches its criteria.

Column by your logicAdd it as a column and every row shows its value, updating in real time alongside price and volume.

Build the table onceSet up filters, columns, and sorting method. Apply it, and the scanner runs it live from then on.

Frequently Asked Questions

Build the scan

Start defining your edge

Create the logic once, run it live, and let scanner alerts tell you what changed.

LogicBlocks
Scanner-ready custom calculations
VWAP_Reclaim
Last > VWAP AND CrossedAbove(Last, PMHigh)
in scan
RelVol
Volume / AvgVol20
column
GapPct
(Open - PrevClose) / PrevClose * 100
filter
RangePct
(High - Low) / Low * 100
saved
Used by Momentum Scan3 matches