· Download


Footprint, depth, replay — broker-side data, no proxy lag. Plug your NinjaTrader feed or connect Rithmic direct.

Versionv0.8.4
Build size9.9 MB
PlatformWindows · MSI
Free trial14 days
New releasev0.8.4 is live· 29 Jul 2026Installed already? It auto-updates in-app.
What's new
## VWAP mean reversion bands - **Four standard-deviation bands around VWAP** — ±1σ, ±2σ, ±3σ, ±4σ, each one switchable with its own multiplier. Off by default: an update never repaints a chart you didn't ask it to. Bands 1 and 2 are pre-armed behind the master switch, so one click gives you the standard picture without eight lines landing on your footprint at once. - **Every band is labeled with its price**, not just its multiple (`+2σ 28034.25`). A mean-reversion level you have to hover to read is a level you can't place an order against. - **Two ways to measure σ, and the panel says which is which.** *Typical price* takes one sample per bar at (H+L+C)/3 — the figure your other screens show. *Footprint levels* takes one per price actually traded, which is the real dispersion, and will **not** match other platforms. Both are correct; the difference is explained in the settings panel rather than left for you to discover by comparison. - **σ is now computed with Welford's method.** The textbook formula (E[x²] − E[x]²) subtracts two nearly equal numbers at index-level prices, and was losing about five significant digits before rounding. The bands are accurate at MNQ/ES price magnitudes now. ## Big Trades appear while the candle is still forming - **Bubbles no longer wait for the bar to close.** On the candle view, Big Trades bubbles stayed frozen for the entire duration of the bar, then all appeared at once on close — up to a 60-second lag on a 1-minute chart, five minutes on M5. - The window buffer memoises a cursor so panning through history doesn't rescan the whole ring. That cursor only reset when its time bound moved forward — true for the heatmap, which passes a clock, but false for the footprint, which passes the **right edge of the forming candle**: a bound that sits in the future and doesn't move until the bar closes. Everything ingested in between ended up above the cursor and was never drawn. - Fixed by rescanning only what arrived since the previous frame. The panning optimisation is preserved, and both behaviours are now pinned by tests. ## Broker catalog - **Astrofund is listed**, with its dxFeed rail marked *coming soon* rather than offered. The firm issues its own dxFeed credentials to funded traders and has no Rithmic accounts to hand out — so giving it a Rithmic option would have produced an entry that fails on every single connection attempt. It's documented without being promised. --- **Windows build only.** macOS and Linux builds are not included in this release; the previous beta builds remain available from earlier tags.
· Available.MSI

Windows

Download

v0.8.4 · 9.9 MB

· Q3 2026.DMG

macOS

· Soon.APPIMAGE

Linux

· Heads-up

Windows will show a protection screen. That's expected — Senzoukria is published by an independent studio and the Windows code-signing certificate (≈€300/yr) ships in the next release.

To install: More info Run anyway. That's it.

· Step 01

Install Senzoukria on Windows

  1. Download the .msi file above.
  2. Double-click to launch the installer.
  3. If the Windows protected your PC screen appears: More info Run anyway.
  4. Sign in with your Senzoukria account.
Heads up: an account alone doesn't unlock the app — it needs an active free 14-day trial (no card required) or a subscription. Start your trial →
· Step 02

Connect the NinjaTrader bridge

Apex / Rithmic · Windows

If you trade futures through NinjaTrader (Apex, Rithmic), this step connects Senzoukria to your local NT feed — no need to re-enter your Rithmic credentials, NT handles everything.

Download OrderflowBridge.cs
  1. Copy OrderflowBridge.cs into Documents\NinjaTrader 8\bin\Custom\Indicators\
  2. In NinjaTrader: Tools → NinjaScript Editor → F5 (compile, must report 0 errors)
  3. Open a chart with these exact settings:
    Bars Period TypeTick
    Bars Period Value100
    Tick ReplayON
    Days to load1+
  4. Apply the OrderflowBridge indicator to the chart (Indicators → New → OrderflowBridge → Apply).
  5. The Output window should show: OrderflowBridge: listening on 127.0.0.1:7272
  6. In Senzoukria → switch to NinjaTrader Bridge — data appears within a few seconds.
· No NinjaTrader?

Use Rithmic direct (broker settings in-app) or crypto mode (Binance / Bybit / Deribit) — zero install. On macOS and Linux these are the two paths: the bridges need NinjaTrader or Quantower, which are Windows platforms.

· Step 03

Connect the Quantower bridge

Quantower · Windows

Trade through Quantower? Stream its broker feed straight into Senzoukria. Unlike NinjaTrader, Quantower loads compiled indicators, so this bridge ships as a .cs you build once into a .dll.

Download QuantowerOrderflowBridge.cs
  1. Build it into a DLL (needs the .NET SDK): dotnet build --configuration Release
  2. Copy QuantowerOrderflowBridge.dll into Quantower\Settings\Scripts\Indicators\
  3. Restart Quantower — QuantowerOrderflowBridge now shows up in the indicator list.
  4. Add it to one chart only (it opens a single local port — 127.0.0.1:7273).
  5. In Senzoukria → switch to Quantower Bridge — data appears within a few seconds.
· NinjaTrader vs Quantower

Use whichever platform already carries your feed. Run only one bridge at a time — NinjaTrader on 7272, Quantower on 7273.