The daily reset hour is the most misunderstood number in a prop firm challenge
Most traders who fail an evaluation on a daily loss limit do not fail because they took a bad trade. They fail because they were measuring the day from the wrong starting point.
Your firm's daily loss limit is not measured against a calendar day. It is measured from a day-start balance, captured at a reset hour, expressed in a time zone that is probably not yours. Get any one of those three wrong and every number you are watching is wrong with it, while still looking perfectly reasonable on screen.
This is a write-up of the arithmetic, including the mistake I made three times before I got it right.
Three clocks, not one
When you trade a funded account there are three different clocks in play, and they rarely agree:
- Your local time. The clock on your wall. Irrelevant to every rule your firm enforces, but it is the one your brain uses.
- Broker server time. What MetaTrader displays: candle timestamps, and the clock in the status bar. Many retail brokers run their servers on UTC+2 or UTC+3, which means the daily candle on your chart opens at a time that has nothing to do with your morning.
- The firm's rule time. Many prop firms define the trading day by the New York close, 5pm US Eastern. This is a convention inherited from institutional foreign exchange, where the trading day rolls at the New York close rather than at midnight anywhere.
Your risk tracking has to be expressed in clock 2, because that is the only one your terminal knows about. Your firm wrote the rule in clock 3. You think in clock 1. The conversion between them is where accounts die.
The conversion, worked through
Say your firm resets at 5pm US Eastern and your broker's server runs at UTC+3. What hour do you enter into your risk tracking?
During daylight saving time, US Eastern is EDT, which is UTC minus 4.
- 5:00pm EDT = 21:00 UTC
- 21:00 UTC plus 3 hours = 00:00 server time, the next day
Outside daylight saving, US Eastern is EST, which is UTC minus 5.
- 5:00pm EST = 22:00 UTC
- 22:00 UTC plus 3 hours = 01:00 server time, the next day
So the correct value is 00:00 in summer and 01:00 in winter. It changes twice a year, and nothing in your terminal will tell you it has changed. The United States switches on the second Sunday of March and the first Sunday of November. Note that Europe switches on different dates, so if your broker's server follows a European clock there is a two to three week window each spring and autumn where the offset is different again.
The three ways I got this wrong
I want to be specific about the errors, because they are ordinary ones.
First attempt: I assumed the rule was in my own time zone. I read "5pm reset", thought in local terms, and set the reset accordingly. My tracked day started and ended several hours away from the firm's actual day. For a while nothing went wrong, which is the dangerous part. The error only shows up when you have a losing session that straddles the boundary.
Second attempt: I converted from US Eastern, but treated it as a fixed offset. I used UTC minus 5 all year round. That is correct for roughly four months of the year and wrong for the other eight. It put my reset an hour late through the entire summer.
Third attempt: I checked what the United States was actually observing on that date, confirmed it was daylight time, and landed on the right value. Only then did the reset boundary line up with the firm's.
Three attempts, for a single integer. Nobody publishes this because it feels too basic to write down, which is exactly why people keep getting it wrong.
Why the wrong hour is expensive
Suppose your firm allows a 150 dollar daily loss, you hold yourself to a tighter 50 dollar personal stop, and your reset is misconfigured by one hour.
You take a 40 dollar loss at 23:30 server time. Your tracker resets at 00:00, so at 00:15 it shows you flat for the new day with a full 50 dollars of room. You take another trade and lose 45 dollars.
If your reset was supposed to be 01:00, both losses fall inside the same firm day. You are down 85 dollars against a stop you believe you have not touched. You have not broken the 150 dollar firm rule yet, but you have broken your own, and you cannot see it, because your tool is telling you a comfortable lie.
Now scale the numbers up to a 100,000 dollar account. The mechanism is identical.
Floating losses count
The second common error is measuring the day on closed trades only.
Almost every firm evaluates the daily limit on equity, not on closed balance. An open position sitting at minus 120 dollars counts against your limit right now, even though you have not clicked anything. Traders who track their day in a spreadsheet of closed trades routinely discover this at the worst possible moment.
The practical version of this: before you enter, work out what your open positions would be worth if every stop loss were hit at the same time. If that figure takes you past your daily limit, you are already over. You just have not found out yet.
A checklist worth running once
- Find your broker's server time. Not your local time, not UTC. It is on the MetaTrader status bar and in the candle timestamps.
- Find your firm's reset rule in the rulebook, and note which time zone it is written in.
- Convert the rule to server time by hand. Write the result down along with the date you calculated it.
- Put a reminder in your calendar for the second Sunday in March and the first Sunday in November to check whether the number needs to shift by an hour.
- Confirm whether your firm measures the daily limit on equity or on balance. Most use equity.
- Before each entry, check your worst case exposure across all open positions, not just the one you are about to take.
None of this is difficult. All of it is easy to skip, and it is invisible when skipped.
What I use
I built a read-only dashboard for MetaTrader 5 that keeps these numbers on the chart while I trade: day-start balance from the configured reset hour, room remaining against both the firm's limit and my own tighter stop, trailing drawdown against the firm's floor, and a worst case check across open positions. It places no orders. It only reads and displays, which is what I wanted from something running on a funded account.
It is on the MQL5 Market as Risk Mirror Prop Firm Risk Dashboard.
But the arithmetic above matters more than any tool. If you take one thing from this, go and check what hour your tracked trading day actually starts, in your broker's server time, today. It takes two minutes and it is the cheapest risk check available to you.


