Algo Signals widget
Orderbook-microstructure trading signals docked beside the chart. Streaming entries derived from absorption, walls, and flow imbalance — currently shipping as DEMO for community evaluation, not production trading.
The Algo Signals widget streams microstructure-derived signals beside the chart — entries built from order-flow patterns (absorption, walls, aggression bursts, depth imbalance) rather than candle-based indicators. It's a separate signal feed from the named mrD-Indicators signals, intended for traders who want raw orderflow conviction as an input to their own discretion.
Currently DEMO. The Algo Signals widget is shipped as a preview for community evaluation. Do not wire it into Auto Trade or treat its output as production-quality signals. The composition rules, threshold tuning, and signal taxonomy are still under iteration and may change between releases.
Open
- Widget Picker → Algo Signals card. Click to toggle on.
- Docks to the right of the chart in a stack with other side-panel widgets.
- Persistent data connection — open this only when you want it streaming.
Row anatomy
Each row in the feed is one signal:
| Column | What it shows |
|---|---|
| Time | When the signal fired (HH:MM:SS, local). |
| Symbol | Pair + exchange chip. Click to load on the active pane. |
| Side | BUY (green) / SELL (red). |
| Type | Signal class — ABSORB, WALL-DEFEND, WALL-BREAK, AGGRESS-BURST, IMBAL-FLIP. |
| Conviction | Composite score 1–5. Higher = stronger. |
| Price | Trigger price. |
| Note | Short prose hint (e.g. "BID absorbed at $94k; 3.4× avg"). |
Newest signals appear at the top; the feed scrolls older ones down.
Signal types
| Type | What it captures |
|---|---|
ABSORB | Sustained one-sided aggression hitting a level that's not breaking. The passive side is absorbing — historically followed by reversal. |
WALL-DEFEND | A large wall is being repeatedly tested and refilling. The wall is holding. |
WALL-BREAK | A previously-defended wall has been consumed and price has cleared it. |
AGGRESS-BURST | A short window of unusually heavy one-sided market orders — flow direction shifted. |
IMBAL-FLIP | Cross-venue depth imbalance flipped sign in a short window. |
Each type has its own historic edge profile. See the row note for the specific micro-condition that triggered.
Conviction score
The conviction column is a composite — it blends the strength of the underlying microstructure event, the persistence of the supporting context, and the rarity of the pattern on the current pair (a WALL-BREAK on a quiet pair scores higher than the same pattern on a known whippy mover). Treat it as a sort key, not a probability.
How to use it (responsibly)
- As a discretionary input. Wait for an Algo Signal that aligns with your own chart-based read; ignore signals that contradict your read.
- As a flow-aware alert. A
WALL-DEFENDon a level you were already watching is high-conviction — much more so than a calendar alert at the same level would be. - Not as a standalone trigger. Don't size a position purely on a single Algo Signal row.
This widget is fundamentally a research tool right now. Use it the way an experienced flow trader uses a level-2 quote feed: as one of many inputs.
Filters
| Filter | What it does |
|---|---|
| Exchange | Limit to one or many exchanges. |
| Quote | Filter by quote asset (USDT default). |
| Min conviction | Only show rows ≥ N. |
| Types | Pick a subset of the five signal types. |
| Symbols | Filter to a watchlist or a single symbol. |
What's next
- Widgets overview — the picker and the full widget catalog.
- DOM widget — the microstructure feed the algo composes from.
- Walls panel — wall lifecycle (a key input to
WALL-DEFEND/WALL-BREAK). - Whales Screener widget — different lens onto the same flow.
- Auto Trade — overview — for context on which signal feeds we currently consider production-quality (Algo Signals are not in that set yet).