Right sidebar
Watchlist, Alerts, Hotlist, News, Data Window — five independent panels behind a collapsible rail.
The right sidebar is a collapsible rail of five independent panels. Click an icon to expand the panel; click again to collapse back to the rail.
Quick example
How it works
The five panels, top to bottom in the rail:
- Watchlist — a user-defined symbol list. Click a row to swap the chart's active symbol. Drag rows to reorder. Right-click for the per-row context menu (delete, set alert, open settings).
- Alerts — every active price + anchored alert. See concepts/alerts-model for the data contract.
- Hotlist — top movers / volume leaders. Sourced from your
datafeed; the panel renders whatever your
searchSymbolsreturns tagged withmetric: 'hotlist'. - News — symbol-scoped news feed. Disabled by default; opt in
via
useUIStore.setNewsEnabled(true). - Data Window — the OHLC + indicator readouts at the current crosshair position. Updates on every pointer move.
The rail width is --rightbar-rail-w (~36px); the expanded panel
width is --rightbar-panel-w (~280px). Both are vw-clamped — see
concepts/themes-tokens.
Variations
Open the Watchlist on first paint
Hide the rail entirely
API
| Panel | Open via | Store key |
|---|---|---|
| Watchlist | click eye icon | useUIStore.rightPanel === 'watchlist' |
| Alerts | click bell icon | 'alerts' |
| Hotlist | click flame icon | 'hotlist' |
| News | click paper icon | 'news' |
| Data Window | click stack icon | 'data-window' |