Detaching modules to their own window: Heatmap, GEX, News, AI, DOM
Senzoukria can open the Heatmap, GEX, News, Option Flow, the AI assistant, the current bar panel and the Rithmic DOM in separate OS windows. One window per module; reopening focuses the existing one.
Senzoukria · Documentation · Updated September 2026
Where to find it
- Where
- ⧉ Detach in the top bar (Heatmap, GEX, News, Option Flow); the ⧉ button on the current bar panel and on the DOM ladder; "Detach" on the AI page
- Default size
- 1100 × 760 px; Assistant 620 × 920; current bar 460 × 900; DOM 340 × 900
- Requirement
- A signed-in session in the main window
What it does
A detached module runs in a second webview window with the same title bar, a coloured dot and the module title. It listens to the events the backend already broadcasts to every window, so opening it does not create a second data connection. Closing the window only removes JavaScript listeners; it cannot cut the feed of the main window.
Each module has a fixed window label, so there is at most one detached window per module. Clicking Detach again brings the existing window to the front instead of opening a duplicate.
Detachable modules
| Module | Opened from | Window title and size |
|---|---|---|
| Heatmap | ⧉ Detach on /heatmap | "Senzoukria — Heatmap", 1100 × 760 |
| GEX | ⧉ Detach on /gex | "Senzoukria — GEX", 1100 × 760; unavailable on the OPRA tier |
| News | ⧉ Detach on /news | "Senzoukria — News", 1100 × 760 |
| Option Flow | ⧉ Detach on /flow | "Senzoukria — Option Flow", 1100 × 760 |
| Assistant | "Detach" button on the AI page | "Senzoukria — Assistant", 620 × 920 |
| Current bar | ⧉ on the current bar panel of the Rithmic footprint | "Senzoukria — Bougie en cours", 460 × 900; carries symbol and timeframe in the URL |
| DOM | ⧉ on the DOM ladder of the Rithmic footprint | "Senzoukria — DOM", 340 × 900; carries the symbol in the URL |
How to use it
Sign in first. A detached window checks the session on open and shows "Open the main window and sign in, then reopen this view." when none exists. Then click Detach: the window opens at its default size, resizable, with resize handles at the edges because it has no native frame.
The current bar and DOM windows rebuild their content from the footprint update stream and the depth events, filtered by the symbol and timeframe passed in the URL. Reopening with a different symbol focuses the existing window in this version; close it first to change the instrument.
F11 toggles OS full screen inside a detached window too. The Sz menu in its bar relays navigation to the main window.
Limits or pitfalls
What is not detachable this way, and why:
- The Footprint chart is excluded from this mechanism: its Rithmic login command tears down the existing session before logging in again, so a second window would cut the main feed. Chart windows use the workspace's own "Detach selected chart" instead.
- GEX cannot be detached on the OPRA tier; the button is disabled with that reason.
- Windows fed by Rithmic (DOM, current bar) carry the Rithmic attribution in their bar; this is a compliance requirement, not decoration.
- A detached window has no routes of its own: every link in its drawer opens in the main window.
Related pages
This page in other languages
Frequently asked questions
- Why does the detached window say I must sign in?
- It reads the session saved by the main window at open time. Sign in in the main window, then reopen the detached view.
- Can I detach the same module twice?
- No. One window per module: the second click focuses the existing window.
- Does closing the Heatmap window stop the heatmap subscription?
- No. The window only unsubscribes its own listeners; the backend emitters live for the whole app and keep serving the main window.