ProEA Lab · Honest notes on building & testing a real MT5 system · No income claims · Every number links to its source
Prop Firms

Trailing vs Static Drawdown: The Rule That Moves While You Trade

Two accounts, same drawdown percentage, completely different games: a static floor never moves, a trailing floor climbs behind every new equity peak — which means your best trading day can quietly shrink your cushion. Here's the arithmetic of both floors, the three firm-specific variants that decide everything, and why the dangerous moment is right after you've been winning.

PLProEA LabAug 10, 2026 · 3 min read
A brass figure climbing a staircase while the stairs behind it fold upward into a rising floor, closing the gap — poster titled The Floor Follows.

Your account is up two thousand dollars by lunch.

By the close you've given it back — annoying, but flat is flat, right? Under a static drawdown rule, yes. Under a trailing rule, that round trip just moved your elimination line up behind you, and your "flat" account now sits closer to failure than when the day started.

What is a trailing drawdown?

A trailing drawdown is a loss limit measured from your account's peak, not from its starting balance. Every new high-water mark drags the floor up with it: floor = high-water mark × (1 − drawdown%). The floor never comes back down.

A static limit is the same formula anchored once: floor = starting balance × (1 − drawdown%). It sits still forever, which means profit adds to your cushion instead of feeding the thing chasing you.

That one difference — anchored once versus re-anchored at every peak — changes how the same "5% max drawdown" behaves so much that treating them as one rule is how accounts die surprised.

The same number, two different games

Walk one account through three moments, $50,000 start, 5% limit. The arithmetic is the calculator's own formula, nothing else:

MomentStatic floorTrailing floorRoom above the floor
Day one, $50,000$47,500$47,500$2,500 either way
Peak touches $52,000$47,500$49,400static $4,500 · trailing $2,600
Back to $50,500$47,500$49,400static $3,000 · trailing $1,100

Same trades, same ending equity. The static account turned its net $500 gain into extra cushion. The trailing account's cushion shrank from $2,500 to $1,100 — because the peak, not the profit you kept, sets the floor. Under a trailing rule, the high you touched matters more than the money you banked.

An equity curve rising to a peak then pulling back, with two floors drawn underneath: a static floor as a flat line from the start, and a trailing floor stepping upward beneath each new peak, leaving visibly less room between the equity and the trailing floor after the pullback.
One equity path, two floors. The static line waits where you left it; the trailing line follows the peak up and never comes back down. Illustrative arithmetic, not market data.

The three variants that decide everything

Firms implement "trailing" differently, and the differences are not small print — they're the whole rule. Before any challenge, find these three answers in the current rulebook (the same discipline as the six numbers, and yes, rules vary by firm and product):

What counts as the peak. Closed balance only, or equity including open, floating profit? An equity-tracked floor can ratchet up on a trade you never closed — the $52,000 touch in the table moves it even if you banked nothing.

When it updates. Intraday (the floor moves the moment a new high prints) versus end-of-day (it ratchets only at the close). EOD tracking forgives an intraday spike you gave back; intraday tracking doesn't forgive anything.

Whether it ever locks. Some firms stop the trailing floor once it reaches the starting balance — from then on the worst case is breakeven. Others trail forever. A floor that locks at breakeven is a materially different product from one that chases your peak for the life of the account.

Why winners are the dangerous part

A static rule punishes losing. A trailing rule punishes giving back — which means the risk conversation changes exactly when you feel best. After a strong green run, your floor has climbed with you; the buffer you're used to trading with is thinner than your instincts say. This is the counterintuitive discipline the trailing variant forces: after new highs, size down or bank the milestone — confidence is how a trailing floor catches people.

Run your own numbers before it matters: the free calculator draws both floors from your balance, peak and limit, and shows the room you actually have — and if you trade challenges live, the Prop Firm Challenge Toolkit keeps that buffer on the chart next to the daily-loss line, so the distance to the floor is a number you watch, not one you remember.

The floor doesn't announce itself when it moves.

You find out when you touch it — or you compute it first.

Know which floor you signed up for, and where it is right now. Both take one minute to check, and only one of them can be checked after the fact.

More from ProEA Lab

Walk-Forward Testing: Stop Grading Your Own Homework

One backtest over one history rewards whoever searched hardest, not whoever found something real. Walk-forward testing is the honest alternative: optimize on a window the strategy can see, judge it on the window it can't, roll forward, repeat — and only ever score the unseen parts. Here's the protocol on any platform, the one ratio worth recording, and what walk-forward still can't prove.

Aug 10 · ProEA Lab

A brass stencil sliding along a long paper chart strip, exposing only one unmarked section at a time while the rest stays covered — poster titled Judge the Unseen Part.

How to Add a Pine Script to TradingView (Both Routes, 2 Minutes)

TradingView has no Import button — and in the current interface the Pine Editor isn't at the bottom of the chart anymore, so half the guides out there point at a tab that no longer exists. Here are both routes as they actually work today: pasting source code into the editor, and pulling a community script from the Indicators dialog — plus the paste mistake behind most 'compile error' support tickets.

Jul 24 · ProEA Lab

A brass pneumatic-tube capsule holding a rolled paper script being slotted into a receiver panel beside a dark candlestick chart — poster titled Two Routes In.

How to Tell If a TradingView Indicator Repaints (a 20-Minute Audit)

Repainting isn't a scam feature someone switched on — it's the engine's default behavior meeting a script that decided too early. Here's what repainting mechanically is, the four ways it happens, and a 20-minute audit — reload test, replay, alert receipts — that catches it on any indicator without reading a line of code. Plus the three red flags to grep for when you can.

Jul 24 · ProEA Lab

A dark chart where a glowing arrow marker is being physically peeled off the canvas by a gloved hand, leaving a faint ghost outline one candle to the left — poster titled The Arrow That Moved.