Profit targets tell traders what to chase; drawdown rules tell them what they're not allowed to lose on the way. Of the two, drawdown is what the firm actually lives on. Targets can be generous or stingy and the firm survives either way — but a drawdown rule that's mis-designed, or worse, enforced late, converts directly into funded accounts that should be dead and payouts that should never have happened.
There are three drawdown types in common use, and they are not interchangeable — each is a different calculation filtering a different failure mode. Understanding all three, and what enforcement cadence does to each, is the minimum competence bar for anyone configuring a challenge. Here's the full picture, as implemented per challenge type in the Singuard Prop Firm CRM.
Daily Drawdown: The Behavior Filter
Daily drawdown caps how much an account may lose in a single trading day — typically measured against the day's starting equity or balance, and critically, computed on equity including floating P&L, not just closed trades. A trader sitting on a large open loss has already lost that money for risk purposes; a calculation that waits for the close is a rule with a hole in the middle.
What it filters: the tilt spiral. Revenge trading, doubling into a bad day, the "one more trade to get it back" loop — the single-session behaviors that destroy accounts faster than any market move. A 5% daily limit doesn't stop a trader losing; it stops them losing everything today, which forces exactly the pacing discipline that funded capital requires. It's also the rule most sensitive to enforcement cadence: a daily limit breached at 14:03 and detected at midnight isn't a rule, it's a diary entry.
Overall Drawdown: The Fixed Floor
Overall (static) drawdown draws one line under the account — a fixed percentage below starting balance — and the account must never touch it, on equity, at any moment of its life. It's the simplest calculation of the three and the easiest for traders to reason about mid-trade, which is why it converts well on storefronts: a $100K account with 10% overall drawdown means one number to remember, $90,000, forever.
What it filters: cumulative failure. Where the daily rule stops the bad day, the overall rule stops the slow bleed — a strategy that loses steadily inside the daily cap but was never going to reach the target. Together they bracket the account: pace and total. The familiar 5%/10% pairing endures because it's legible — and legibility is a real risk control, because rules traders can hold in their head are rules they actually trade around.
Trailing Drawdown: The Floor That Follows
Trailing drawdown ties the floor to the account's high-water mark: as equity makes new highs, the floor rises with it (staying the configured distance below), and — in the standard implementation — never comes back down. A $100K account with 6% trailing that runs up to $110K now carries its floor at roughly $103,400; the trader can no longer "spend" earlier profits back down to the original floor.
What it filters: the round trip. Static floors allow a trader to build a cushion and then gamble it — up 8%, then swing for the fences risk-free against the firm's line. Trailing locks achieved progress into protection: profit, once made, defends itself. The trade-offs are real, though. Trailing is the hardest type for traders to track mentally, the most complained-about when discovered mid-trade, and — if the trail is computed on floating equity peaks — punishing enough to fail a trader whose open profit peaked before a normal retrace. Firms using trailing owe their traders two things: a live, always-visible floor number in the portal, and unambiguous documentation of whether the trail follows equity or balance.
| Daily | Overall (static) | Trailing | |
|---|---|---|---|
| The line | Reset each day | Fixed under starting balance | Rises with the high-water mark |
| Filters for | Tilt, single-day blowups | Slow cumulative bleed | Round-tripping a cushion |
| Trader legibility | High | Highest | Lowest — must be shown live |
| Firm protection | Paces losses | Caps total loss | Locks in achieved profit |
| Enforcement sensitivity | Extreme — intraday by definition | High — floating equity counts | Extreme — the floor itself moves intraday |
Why Monitoring Cadence Decides Everything
Every drawdown type is defined on equity, and equity moves with every tick — which means a drawdown rule is only as real as the frequency at which someone checks it. This is the difference between architectures: the Singuard rules engine syncs every open position and closed trade every 500 milliseconds and recomputes daily, overall and trailing lines on each sync. A breach fails the account the moment the line is crossed, the trader is emailed the exact rule and numbers, and the decision is written to the audit log.
Run the counterfactual on an overnight-batch stack: an account crosses its daily line at lunch, keeps trading all afternoon, and either digs the hole deeper (your loss if it's funded) or trades back above the line by close (a dead account that now "passes," and later requests a payout you can't cleanly refuse). Both outcomes are pure enforcement-latency cost — and both are invisible until they're expensive. Late detection isn't lenient; it's random, and randomness is the one thing neither your traders nor your risk model can price.
Configuration, not code: in the Prop Firm CRM, all three drawdown types — with their percentages and consequences — are per-challenge-type settings, with a separate post-funding rule set per challenge (fail, reset balance, or do nothing). Design the bracket per product in the owner portal; the engine enforces it identically on eTrader or any bridged platform.
Choosing Your Bracket
Design drawdown as a system with your other parameters, not a copied number. The target-to-drawdown ratio sets the honesty of the challenge; leverage sets how fast the lines can be hit; consistency caps and the daily rule overlap deliberately. Evaluations can afford the friendlier static floor as a selling point; funded accounts — where your real money sits — justify trailing or tighter dailies. And every line you choose is only a promise until it's enforced in real time and displayed live to the trader; the full parameter interplay is in our challenge design guide.
"Drawdown rules are the heart of a prop firm. Enforced in real time, everything else is negotiable; enforced late, nothing else matters."
— Alex Onta, Executive Director, eTrader & Prop Firm CRM
Key Takeaways
- Daily drawdown filters tilt, overall caps the total bleed, trailing locks achieved profit into protection — three calculations, three different jobs.
- All three are defined on live equity including floating P&L — so enforcement cadence is the rule. 500ms sync makes lines real; overnight batches make them fiction.
- Trailing drawdown demands transparency: show the live floor in the portal and document the calculation, or it becomes your top complaint source.
- Set drawdown per challenge type, with a separate funded rule set — evaluations select traders, funded rules protect capital.
Frequently Asked Questions
Should Drawdown Be Calculated on Balance or Equity?
Equity, including floating P&L — anything else leaves a window where a huge open loss doesn't count until it's closed, which traders can and do exploit. Whatever you choose, publish it explicitly; ambiguity here is the root of most drawdown disputes.
Can a Trader See How Close They Are to a Breach?
In the Singuard Prop Firm CRM, yes — the account analyzer shows the live equity curve, running and max drawdown, and each rule's pass/fail status against the current numbers, updating with the 500ms sync. Traders who can see the line trade around it instead of into it.
What Happens at the Exact Moment of a Drawdown Breach?
The rules engine applies the consequence you configured — for evaluations typically an automatic fail with the exact reason emailed to the trader; for funded accounts fail, balance reset, or flag, per your setting — and writes the decision, timestamp and numbers to the permanent audit log.