Footprint, depth, replay — broker-side data, no proxy lag. Plug your NinjaTrader feed or connect Rithmic direct.
What's new
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.
Install Senzoukria on Windows
- Download the
.msifile above. - Double-click to launch the installer.
- If the Windows protected your PC screen appears: More info → Run anyway.
- Sign in with your Senzoukria account.
Connect the NinjaTrader bridge
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- Copy
OrderflowBridge.csintoDocuments\NinjaTrader 8\bin\Custom\Indicators\ - In NinjaTrader: Tools → NinjaScript Editor → F5 (compile, must report 0 errors)
- Open a chart with these exact settings:Bars Period TypeTickBars Period Value100Tick ReplayONDays to load1+
- Apply the OrderflowBridge indicator to the chart (Indicators → New → OrderflowBridge → Apply).
- The Output window should show:
OrderflowBridge: listening on 127.0.0.1:7272 - In Senzoukria → switch to NinjaTrader Bridge — data appears within a few seconds.
Use Rithmic direct (broker settings in-app) or crypto mode (Binance / Bybit / Deribit) — zero install.
Connect the Quantower bridge
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.
- Build it into a DLL (needs the .NET SDK):
dotnet build --configuration Release - Copy
QuantowerOrderflowBridge.dllintoQuantower\Settings\Scripts\Indicators\ - Restart Quantower — QuantowerOrderflowBridge now shows up in the indicator list.
- Add it to one chart only (it opens a single local port —
127.0.0.1:7273). - In Senzoukria → switch to Quantower Bridge — data appears within a few seconds.
Use whichever platform already carries your feed. Run only one bridge at a time — NinjaTrader on 7272, Quantower on 7273.