Daily Drawdown Circuit Breaker
Posted: Sat Sep 05, 2026 2:17 pm
A circuit breaker is a hard stop on behavior, not a motivational poster.
I've negotiated with myself past a breaker exactly enough times to know the sentence that ends accounts: "one winner to get back to flat." That sentence is banned on my desk. Should be banned on yours.
Define before the open
Pick one primary meter. If you use both $ and R, the first one hit wins. No dual-key loopholes.
Implementation
1. Visible meter (sheet, platform plugin, or handwritten tick marks).
2. When hit: cancel all → flatten → physical step away 30+ minutes.
3. No "one winner to get back to flat."
4. Journal code: `DD_BREAKER_HIT`.
5. If the platform allows, disable buy/sell binds after breaker (leave flatten if needed).
Soft warning line
At 70% of max DD: size drops to micro automatically. Write it down so you don't negotiate. Negotiating is the failure mode.
Example day math
If trade 3 "looked perfect," congratulations — you still stop. Doctrine is tested on perfect-looking trades.
Accounts die from unstructured days more often than from one bad idea. This is doctrine.
What's your max daily — R or $ — and is it written before the open?
Soft warning at 70%: do you actually cut to micro?
When you hit the breaker, do you walk or sit and "review" (aka stew)?
Anyone disabled hotkeys after breaker in platform settings — how?
I've negotiated with myself past a breaker exactly enough times to know the sentence that ends accounts: "one winner to get back to flat." That sentence is banned on my desk. Should be banned on yours.
Define before the open
Code: Select all
MAX_DAILY_LOSS_R = 3R # or fixed $
MAX_DAILY_LOSS_$ = ____
ACTION = FLATTEN + DISABLE HOTKEYS + WALK
Implementation
1. Visible meter (sheet, platform plugin, or handwritten tick marks).
2. When hit: cancel all → flatten → physical step away 30+ minutes.
3. No "one winner to get back to flat."
4. Journal code: `DD_BREAKER_HIT`.
5. If the platform allows, disable buy/sell binds after breaker (leave flatten if needed).
Soft warning line
At 70% of max DD: size drops to micro automatically. Write it down so you don't negotiate. Negotiating is the failure mode.
Example day math
Code: Select all
Per-trade risk R = $50
Max daily = 3R = $150
Trade 1: -1R → remaining 2R
Trade 2: -1R → remaining 1R → size already micro by soft rule
Trade 3: -1R → BREAKER → done
Accounts die from unstructured days more often than from one bad idea. This is doctrine.
What's your max daily — R or $ — and is it written before the open?
Soft warning at 70%: do you actually cut to micro?
When you hit the breaker, do you walk or sit and "review" (aka stew)?
Anyone disabled hotkeys after breaker in platform settings — how?