Stop re-running scans. State the conditions once, and the scanner keeps the result correct, adding and dropping symbols when the market changes.
| Ticker | Last | Chg% | Vol |
|---|---|---|---|
| NVDA | 145.32 | +4.12% | 48.2M |
| SMCI | 43.91 | +3.88% | 22.9M |
| PLTR | 27.43 | +2.91% | 31.5M |
| AMD | 181.27 | +2.44% | 36.1M |
| COIN | 271.45 | +2.08% | 14.8M |
| TSLA | 196.12 | +1.67% | 54.6M |
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.
| Ticker | Last | Chg | Signal |
|---|---|---|---|
| NVDA | 142.50 | +3.47% | reclaim 09:42 |
| AAPL | 189.84 | +1.24% | reclaim 09:51 |
| AMD | 163.40 | +2.10% | reclaim 10:03 |
| MSFT | 418.20 | +0.92% | reclaim 09:58 |
| META | 532.10 | +1.55% | reclaim 10:11 |
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.
| Ticker | Last | Chg |
|---|---|---|
| NVDA | 142.50 | +3.47% |
| SMCI | 43.91 | +3.88% |
| AMD | 163.40 | +2.10% |
| PLTR | 27.43 | +2.91% |
| COIN | 271.45 | +2.08% |
| MARA | 21.07 | +2.34% |
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.
Create the logic once, run it live, and let scanner alerts tell you what changed.