TL;DR
Prop firms take one of three postures on weekend holding: forced flat before market close, allowed-but-restricted (reduced size, no new entries near the close), or unrestricted. Which posture your firm takes is in its specific rulebook, not a pattern you can assume from the firm's size or reputation. The part that actually causes breaches isn't the policy — it's traders misreading which clock the cutoff runs on and missing it by minutes.
You close your terminal Friday afternoon thinking you're flat, or thinking you're allowed to carry the position into Monday, and one of those two assumptions is wrong. Weekend holding rules are one of the least-glamorous ways a prop account dies — no drama, no news candle, just a policy you read once during onboarding and misremembered by the time it mattered.
Why the rule exists at all
Markets don't move continuously over a weekend — they stop, and then reopen at whatever price the world has decided on in the meantime. A position that was fine at Friday's close can open Monday against you by a distance no stop-loss inside the closed market could have touched. Firms that restrict weekend holding aren't being paternalistic; they're removing a specific tail risk they can't hedge against on your behalf, because a slippage-free stop doesn't exist across a closed market.
Firms that allow it usually do the opposite calculation: they've decided the swap cost and the gap exposure are the trader's problem to manage, not theirs to forbid. Neither posture is more 'legitimate' than the other — they're different risk appetites, and your job is to know which one your firm has, not to have an opinion about which is correct.
The three postures, and what each one actually requires
Every weekend-holding policy we've seen collapses into one of three shapes. The exact cutoff time, the exact enforcement mechanism, and any carve-outs are firm-specific — check the individual firm's rule page before you assume anything below applies to your account.
| Posture | What it means in practice | What usually trips people up |
|---|---|---|
| Forced flat | Firm requires zero open exposure before a defined cutoff, often enforced by auto-closing or by disqualifying the account if it finds an open position after the deadline | The cutoff is checked against broker-server time, not the trader's calendar reminder set in local time |
| Allowed with restrictions | Positions can be held, but new entries may be blocked in a window before the close, or size may be capped going into the weekend | Traders confuse 'no new entries' with 'must close existing ones' — they're different rules |
| Unrestricted | No firm-level rule against holding — swap and gap risk are treated as the trader's own risk decision | Traders assume this posture because a firm has no stated rule, when the rule exists but is buried in a section they didn't read |
Where 'Friday close' quietly stops meaning what you think
The single most common failure mode here has nothing to do with strategy. It's a timezone problem. A rule that says 'flat by Friday close' is almost never referring to your local time, or even to the time your charting platform displays by default — it's referring to the broker's server clock, which may sit several hours off your own, and which does not adjust for your country's daylight-saving transitions on the same dates as your country's clocks do.
If you've read our piece on the daily loss reset, this will sound familiar — it's the same category of mistake, just on a weekly instead of daily cycle. The rule is correctly written. The trader's mental model of what time it applies to is wrong, and they find out when the account is already flagged.
How this actually kills accounts
It rarely looks like ignoring the rule outright. It looks like: closing four of five open positions and missing one because a partial fill queued behind it; setting a manual reminder for the wrong hour after a clock change; running a strategy that scales into a position through the afternoon and not realizing the last add pushed you past a Friday-only size cap; or an EA that has no concept of a weekly cutoff at all because it was built and back-tested against a feed that never modeled one.
- Pull the exact cutoff time and enforcement mechanism from your firm's rule document — not from a forum thread or a video from two rule-versions ago
- Convert that time to your broker's actual server time, checking it against a live server-time reading rather than assuming a fixed UTC offset
- Set the automated flatten trigger meaningfully before the deadline, not at it — fills, requotes, and partial closes all take time you don't have if you wait until the last minute
- Separate 'block new entries' logic from 'close existing positions' logic in your automation — firms that restrict rather than forbid weekend holding often only require the first
- Log every automated close with a timestamp against broker time, so a disputed flag has a record behind it instead of your memory of what you clicked
What automating the cutoff actually means
This isn't about a calendar alert. A session cutoff, done properly, is a rule check that runs the same way a drawdown check does: continuously, against broker-server time, evaluating your actual open exposure rather than what you believe your exposure to be. To be straight about where we are on this: our firm catalogue records each firm's weekend-holding posture and surfaces it alongside its other rules, and our pre-trade gate blocks orders before they reach the broker — but on daily-loss and drawdown rules, not on a weekend cutoff. Weekend enforcement is not something we do today. Until a platform enforces it for you, the cutoff is yours to automate, and the checklist below is how to do it without relying on remembering.
Citations
FAQ
- Do all prop firms ban holding positions over the weekend?
- No. Some require accounts to be flat before a defined cutoff, some allow holding with restrictions like blocked new entries near the close, and some place no restriction on it at all. It's a firm-by-firm decision, not an industry standard.
- What time zone is a Friday close cutoff usually measured in?
- Broker-server time, not your local time and not the time your charting platform defaults to displaying. This is the single most common source of accidental breaches — the rule is fine, the trader's assumed clock is wrong.
- If my firm doesn't mention weekend holding, does that mean it's allowed?
- Not necessarily. Absence of a visible rule in a summary or FAQ page isn't the same as absence of a rule in the actual terms document. Check the primary rulebook, not a secondary summary, before assuming.
- Does daylight saving time change the cutoff?
- It can shift the gap between your local time and broker-server time, since the two don't always move their clocks on the same date. A cutoff that was correct in your calendar for months can quietly drift by an hour after a clock change.
- Can an EA or algo be exposed to this even if a human never forgets the rule?
- Yes — if the strategy was designed and back-tested against a feed with no concept of a weekly cutoff, it will happily hold a position straight through one unless something outside the strategy itself enforces the rule.
- Does a pre-trade rule check remove slippage risk on the forced close?
- No. A flatten order triggered by a rule check still executes as a market order and can fill worse than the price on screen, especially into a thin Friday-afternoon book. The check prevents you from being flagged for still holding — it doesn't control the fill price you get closing out.
How we maintain accuracy
Reviewed by Ryan Tran, Strategy Lead, Glitch Executor. Every quantitative claim cites a primary source; firm-rule values come from the firm-rule registry audited quarterly in this repo. No paid placements, no fabricated reviews.
Post last reviewed . Tier 1 surface last reviewed .

Written by Ryan Tran
Strategy Lead · Glitch ExecutorWrites on prop-firm rule modelling, backtest correctness, and why most "passed challenge" stories don't reproduce.
More from Ryan
