Zero Order Routing: Why We Refuse to Send a Single Order for You

We built the order-entry code. It works. We then took it out of the product and left a test in the codebase that fails the build if anyone puts it back. Here is the reasoning, in full, because your funded account is worth more than two saved clicks.

Senzoukria · Blog · Updated July 2026 · 7 min read

By Ryad BoudergaFounder, Senzoukria


We built the order-entry code. Buy button, sell button, one-click bracket, drag your stop on the chart. It worked, and it felt good.

Then we took it out of the product, and left a test in the codebase that fails the build if anyone ever wires it back in.

This article is the full reasoning, because a decision like that deserves an explanation rather than a marketing line — and because if you trade a funded account, it is a decision you should be making consciously about every tool you install.

The short version. Prop firms restrict automated order placement. A third-party app that sends orders on your behalf sits inside that restriction, whether or not you think of it as a bot. Charting and analysis do not. So Senzoukria reads your account and never writes to it: you see your position, your stop, your target and your balance on the chart — and you place your trades in your broker's platform. Your funded account is worth more than two saved clicks.

What the rulebooks actually say

Almost every futures prop firm has a clause about automation. The wording varies, but the target does not: software that places or manages orders for you. Look for the words automated, algorithmic, bot, copy trading, and — the one that matters most — order.

Now notice what is not in those clauses. Reading data. Drawing charts. Computing indicators. Keeping a journal. Nobody has ever had an account closed for looking at a footprint chart, and nobody will. The firms are not protecting themselves from your eyes; they are protecting themselves from systems that trade while you are asleep.

The grey zone is bigger than people think

Here is where honest traders get caught. "I'm not running a bot" is true — and irrelevant — if your charting tool is the thing that sent the order. Consider what a modern order-flow platform typically ships:

  • A one-click trade panel on the chart.
  • A bracket that automatically attaches a stop and a target when you fill.
  • Auto-breakeven: the software moves your stop once price travels far enough.
  • A flatten-all button.
  • Drag-to-modify: you move the stop line and it sends a modify request.

Every one of those is a third-party application sending an order instruction to your funded account. Auto-breakeven in particular is unambiguous: the software decided, and the software acted, with no human in the loop at the moment of the decision. That is the definition most rulebooks are reaching for.

Will a firm come after you for using auto-breakeven? Probably not, most of the time, and plenty of traders do it without incident. But "probably not" is a strange thing to bet a funded account on — and it is not our call to make on your behalf, silently, by shipping a feature.

So we removed it

Senzoukria is read-only on the broker side. The connection to your broker subscribes, listens, and never writes. Concretely:

  • You see your live position on the chart — side, size, average price, unrealised P&L, drawn as a line where you got in.
  • Your stop and your target appear on the chart, mirrored from the protective orders resting at the exchange, with the risk and reward zones shaded.
  • Your balance, your day P&L, your win rate and your trade history are all there, synced from the broker.
  • Nothing goes back. There is no buy button. There is no flatten button. Drag a mirrored stop line and it snaps back on the next tick, because it is a reflection, not a control.

You place the trade in your broker's own platform — the one the firm gave you, the one they expect the order to come from. Then you watch it on a chart that actually shows you the tape.

The test that keeps us honest

A promise in a marketing page is worth nothing. Code drifts, features creep, and someone will eventually think "a small buy button would be convenient".

So the guarantee is enforced by the build. There is an automated test in the repository that scans every mounted component for order-routing calls — placing, cancelling, modifying, flattening — and for any trade-panel component being rendered. If any of them reappears in the shipped application, the test fails and the build stops. Not a code review someone can wave through: a red build.

The execution code itself still exists in the repository, disabled and unreachable. Deleting it would be theatre; the point is not that the code is impossible to write, it is that it cannot reach you by accident.

What this costs you, honestly

Two clicks and an alt-tab. When you decide to enter, you place the order where the firm expects it to come from, and you come back to the chart.

That is the whole cost, and we are not going to pretend it is a feature. What you get for it is the ability to install an order-flow platform on a funded account without ever having to wonder whether a support agent, reading your account activity after a big payout request, will decide that your charting software counted as an automated system.

If you take one thing from this page: when you evaluate any trading tool for a funded account, ask a single question — does it send orders? If yes, go and read your firm's automation clause before you install it. Not after.

Read next

The full picture of trading order flow on a funded account — feeds, entitlements and the trailing-drawdown maths that actually shapes your entries — is in the pillar: Order flow on a prop-firm account. If your chart has no history, that is a separate wall: what Rithmic will actually let you backfill.

Nothing here is financial or legal advice. Prop-firm rules differ between firms and account types and change without notice — read your own firm's current rulebook before relying on any of this.

Frequently asked questions

Is third-party charting software allowed on a prop-firm account?
Yes. Reading your own market data in the chart of your choice is not automation and no major futures prop firm forbids it. What the rulebooks restrict is automated ORDER placement and management — software that acts on the account rather than software that displays it.
Can a trading platform get my funded account closed?
A charting platform, no. A platform that places, modifies or manages orders on your behalf sits in the zone firms actually police: depending on how it is used and how the rulebook is written, it can be treated as an automated trading system. The risk is not in what you look at; it is in what sends the order.
How does Senzoukria show my position if it cannot trade?
It reads. The broker connection subscribes to your account and position feed, so the platform knows your live position, average price, unrealised P&L, working orders and balance — and mirrors your stop and target onto the chart. It never sends anything back. You place the trade in your broker platform; the chart shows you what you are in.
Will you ever add order entry?
Only if it can be done without exposing a funded trader to a rule they did not know they were breaking. The execution code exists in the repository, disabled, with an automated test that fails the build if anyone re-wires it. Reversing that decision would be deliberate and announced — not something that quietly appears in a release.