“NT misconfigured”: OrderflowBridge.cs older than v2 or Tick Replay OFF
The orange “NT misconfigured” banner means the NinjaTrader bridge sends ticks without a sequence counter: the indicator is older than v2 or Tick Replay is off on the chart. 100-tick bars will not align with NinjaTrader until you fix it upstream and reconnect.
Senzoukria · Troubleshooting · Updated September 2026
At a glance
- Banner
- “NT misconfigured ({symbol}) — OrderflowBridge.cs is older than v2 (no seq counter on the wire) or NT Tick Replay is OFF…”
- Reason code
- no-seq
- Persistence
- Stays visible even while live
- Affects
- Tick-based timeframes such as 100T
What you see
A persistent orange banner: “NT misconfigured ({symbol}) — OrderflowBridge.cs is older than v2 (no seq counter on the wire) or NT Tick Replay is OFF — 100T bars won’t align with NT’s chart. Update the indicator and toggle Tick Replay ON in NT, then reconnect.” It stays on screen even when the status bar shows LIVE.
Why it happens
Since v2, every tick the bridge sends carries a monotonic sequence number. When it is missing, Senzoukria cannot verify tick alignment, so it flags the indicator as outdated or the chart as not replaying ticks. Without Tick Replay, NinjaTrader hands over aggregated data and the order flow is lost before it reaches the app. The banner is not muted in the live state because a silently wrong footprint would be worse than a visible warning.
How to fix it
- Replace OrderflowBridge.cs in Documents\NinjaTrader 8\bin\Custom\Indicators with the current version and compile it (F5, 0 errors).
- In the NinjaTrader chart properties, Data Series: set Tick Replay to ON.
- Use a Tick chart with a value of 100, as the indicator header recommends: a 1-tick chart over a day of MNQ creates millions of NinjaTrader bars and hits internal limits, while 100 Tick with Tick Replay still delivers every tick.
- Reconnect the bridge from Senzoukria. A new history replay clears the banner when the sequence counter is present.
What it is not
- Not a Senzoukria setting: both fixes live in NinjaTrader.
- Not the drift badge: “⚠ drift N” means fewer historical ticks arrived than NinjaTrader announced, a different case.
When to contact support
When none of this helps, write to support through Menu → Report a problem or on the Senzoukria Discord. Say which version of the indicator you installed and send a screenshot of the Data Series settings of the chart.
Related pages
In the same section
- Order book feed stopped
- Replay: no ticks for this day
- Replay load refused (rp_code 13)
- No market depth received (crypto)
- Connect needs a saved password
- No loss-side exit received
- Script stopped after 2000 ms
- No local data for this instrument
This page in other languages
Frequently asked questions
- Are time-based bars affected too?
- The banner warns about tick-based timeframes such as 100T, which cannot be aligned with NinjaTrader’s own chart without the sequence counter.
- Why keep the banner while data flows?
- Because the data can flow and still be wrong. The warning stays until the upstream settings are fixed and the bridge reconnects.