> ## Documentation Index
> Fetch the complete documentation index at: https://www.questforedge.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Daily Loss Limit vs Maximum Loss in Prop Trading

> Understand how prop-firm daily loss limits and maximum loss limits are calculated, how they interact, and how to maintain a safety buffer.

A **daily loss limit** restricts how much an account may lose within a defined trading day. A **maximum loss limit** restricts how far the account may fall overall. A prop trader must satisfy both constraints at the same time.

The names sound simple, but the calculation details matter. A limit may include closed profit and loss, open profit and loss, commissions, swaps, and fees. A maximum-loss threshold may be static or may trail a high-water mark.

## The difference

| Rule               | Main question                                                | Typical reset                                              |
| ------------------ | ------------------------------------------------------------ | ---------------------------------------------------------- |
| Daily loss limit   | How much can the account lose during the current rule day?   | At the firm's specified daily reset                        |
| Maximum loss limit | How far can equity or balance fall before the account fails? | It may never reset, or may trail according to the rulebook |

The tighter constraint governs the next trade. A trader can have ample room under the overall limit but very little room left for the day.

## Four details to verify

1. **Measurement base:** balance, equity, or a combination.
2. **Open P\&L:** whether unrealized losses or prior open profits affect the calculation.
3. **Reset convention:** the exact time and time zone.
4. **Trailing method:** intraday, end-of-day, or static.

<Warning>
  Never infer these mechanics from the account label alone. Read the current official rules and confirm how the dashboard calculates available loss.
</Warning>

## Practical buffer calculation

A useful operating estimate is:

**usable risk capacity = rule distance − open risk − costs reserve − error reserve**

Suppose the remaining daily distance is $900. Existing positions can lose $450 at their stops, expected costs are $40, and the trader reserves $110 for slippage or calculation uncertainty. Only \$300 remains for additional risk.

This is deliberately more conservative than sizing from buying power or nominal balance.

## Common failure patterns

* Calculating size from the advertised account balance.
* Ignoring open loss when a rule is equity-based.
* Treating several correlated positions as independent.
* Trading immediately before or across an unfamiliar reset.
* Using the firm's hard threshold as the trader's normal daily stop.
* Assuming a profitable open position creates permanent additional room.

## Build a safer operating limit

Set a personal stop inside the firm's boundary. The distance should reflect normal strategy variance, product volatility, execution quality, and the possibility of slippage. Once reached, the plan should prevent new risk rather than invite a larger trade to recover the day.

<CardGroup cols={2}>
  <Card title="Prop risk framework" icon="shield-halved" href="/system/prop-trading/prop-firm-risk-management">
    Put firm rules inside a complete account-risk process.
  </Card>

  <Card title="Drawdown mathematics" icon="chart-area" href="/research/risk-experiments/the-mathematics-of-drawdown-and-why-it-matters">
    See why recovery becomes harder as losses deepen.
  </Card>

  <Card title="Risk checklist" icon="list-check" href="/system/prop-trading/prop-firm-risk-management-checklist">
    Review limits before, during, and after each session.
  </Card>

  <Card title="Automated controls" icon="shield-heart" href="/tools/getting-started/emoguardian">
    Explore account-level monitoring and enforcement.
  </Card>
</CardGroup>

## Official examples

See the current [FTMO Trading Objectives](https://ftmo.com/en/trading-objectives/), [Topstep Daily Loss Limit](https://help.topstep.com/en/articles/10490293-daily-loss-limit-in-the-trading-combine-and-express-funded-account), and [Topstep Maximum Loss Limit](https://help.topstep.com/en/articles/8284204-what-is-the-maximum-loss-limit). Rule language and product availability can change.

<Note>
  This page explains risk concepts and is not affiliated with or endorsed by any prop firm.
</Note>
