Live Signals¶
The dashboard displays five signal cards and a strategy banner. Each card corresponds to a TradingView indicator and updates every 5 seconds via GET /api/data.
Session Bias¶
The Session Bias card tracks intraday liquidity sweeps within the current trading session.
Session High / Low Grid¶
A 2-column grid displays:
| Cell | Color Logic |
|---|---|
| Session High | Red text when live; swept gray when the high has been taken |
| Session Low | Green text when live; swept gray when the low has been taken |
Prices are displayed in monospace font inside tinted background cells (KV style).
Hunt Callout Bar¶
A horizontal bar with a colored left border indicates the current hunt direction:
| Border Color | Meaning |
|---|---|
| Green | LONG -- price is hunting the session low |
| Red | SHORT -- price is hunting the session high |
| Gold | TARGET HIT -- both sides swept or target reached |
Re-extension Callout Bar¶
When the session range re-extends after a sweep, a gold callout bar appears showing the new high and low prices in monospace font.
HTF Bias¶
The Higher-Timeframe Bias card shows directional bias from daily and weekly structure.
D1 / W1 Rows¶
Each timeframe row contains:
- A bias-tf label (e.g., "D1", "W1")
- A direction tag:
BULLISH(green pill),BEARISH(red pill), orNEUTRAL(gray pill) - An optional SWEPT tag when the corresponding level has been taken
Key Levels Grid¶
A 4-column grid of tinted background cells with monospace values:
| PDH | PDL | PWH | PWL |
|---|---|---|---|
| Previous Day High | Previous Day Low | Previous Week High | Previous Week Low |
Bias Stats Table¶
An optional summary table sourced from the Bias AI indicator. Displays bias statistics when available.
SMT AI¶
The SMT AI card shows divergence signals between correlated instruments.
Summary Bar¶
Three boxes displayed in a row, each with a large centered number:
| Box | Content |
|---|---|
| Bullish | Count of bullish divergences |
| Bearish | Count of bearish divergences |
| Lines | Total active divergence line count |
Recent Divergences¶
The last 4 divergences are displayed as vertical cards. Each card contains:
- Direction tag:
BULL(green pill) orBEAR(red pill), alongside the paired instrument name - P1 / P2: Swing point prices displayed side by side in monospace font
- T1 / T2: Timestamps displayed side by side in EST format (
dd/mm/yy HH:mm)
Timestamps are resolved by mapping the Pine Script bar_index to the chart's bar index via an offset, then looking up the OHLCV timestamp for that bar.
Order Blocks¶
The Order Blocks card lists detected supply and demand zones from the OB AI indicator in a table.
Fresh Filter¶
A toggle switch at the top of the card filters the list to show only unspent (fresh) order blocks.
Table Columns¶
| Column | Header | Description |
|---|---|---|
| # | # |
Stack index of the order block |
| Dir | Dir |
BULL (blue tag) or BEAR (red tag) |
| High | High |
Upper boundary of the OB (mono font) |
| Low | Low |
Lower boundary of the OB (mono font) |
| Size | Size |
Height of the zone in price (mono font) |
| FVG | FVG |
Clickable tag showing the FVG range; clicking expands a hidden row with FVG detail |
| St | St |
State: F (fresh, green text) or S (spent, gray text) |
| Time | Time |
Creation timestamp in EST (dd/mm/yy HH:mm), resolved from bar index |
The table features sticky headers, row hover highlighting, and monospace font for all numeric values. The strategy uses the nearest unspent OB in the hunt path to compute entry, stop, and target levels.
ATR / Risk¶
The ATR / Risk card uses a vertical card-row layout (label left, value right):
| Label | Value Format |
|---|---|
| Instrument | Symbol name |
| ATR Points | Value with "Pt" suffix |
| Ticks | Value with "T" suffix |
| Risk | Gold "$" prefix + dollar amount |
| Quantity | Bold value with "QTY" label |
Strategy Banner¶
The strategy banner sits below the ticker strip and synthesizes all signals into a single trade recommendation.
Direction Pill¶
| State | Style |
|---|---|
LONG |
Green tinted pill |
SHORT |
Red tinted pill |
WAITING |
Gray pill |
TARGET HIT |
Gold tinted pill |
Stat Items¶
Six stat items are displayed in a horizontal row:
| Stat | Description |
|---|---|
| Entry | Entry price (mono font) |
| Stop | Stop-loss level (mono font) |
| Target | Take-profit level (mono font) |
| R:R | Risk-to-reward ratio (mono font) |
| ATR | Average True Range value (mono font) |
| QTY | Position size (mono font) |
Each item shows an uppercase label above its monospace value.
Mobile Layout¶
On mobile the direction pill is centered above the stats, and the six stat items wrap into a 3-column grid.