> ## 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.

# Prop Firm Risk Management: A Practical Framework

> Build a prop trading risk plan around daily loss, maximum drawdown, position sizing, correlated exposure, and rule-compliant execution.

Prop firm risk management is the process of sizing and coordinating trades so that a trader can pursue positive expectancy without breaching the firm's loss limits. It is different from ordinary account management because the relevant capital is often the **permitted drawdown**, not the headline account balance.

A $100,000 account with a $10,000 maximum-loss allowance does not give a trader \$100,000 of risk capacity. The operational risk budget is closer to the remaining loss buffer, adjusted for daily limits, open profit and loss, commissions, slippage, and the firm's calculation rules.

<Warning>
  Prop-firm rules vary and can change. Verify the current rulebook for your account before trading. Examples on this page explain the framework; they are not a substitute for a firm's official terms.
</Warning>

## The five layers of a prop risk plan

### 1. Rule layer

Document the exact mechanics of:

* maximum daily loss;
* maximum overall loss;
* static, end-of-day trailing, or intraday trailing drawdown;
* whether open profit and loss counts;
* the reset time and time zone;
* commissions, swaps, and fees;
* restrictions on news, holding periods, products, or automated trading.

The same position can be acceptable under one rule set and a breach under another.

### 2. Account risk budget

Treat the remaining drawdown allowance as a scarce resource. Define:

* a personal daily stop below the firm's limit;
* a weekly loss boundary;
* the maximum risk committed at one time;
* a reserve for slippage, gaps, and calculation uncertainty.

A personal limit should leave room between normal trading variance and the hard breach threshold.

### 3. Trade-idea risk

Several orders can express one thesis. EUR/USD long and USD/CHF short, for example, may both depend on broad U.S. dollar weakness. Adding their individual stop losses can understate the chance that they lose together.

Set a maximum **risk per trade idea**, not only a maximum per ticket. Group positions by common catalyst, currency, index factor, sector, direction, or strategy.

### 4. Execution controls

Define what must happen before and after entry:

* every position has an invalidation point;
* size is calculated from stop distance and instrument value;
* open risk is checked before adding exposure;
* trading stops automatically or procedurally at the daily limit;
* rejected orders, disconnects, and stop modifications are handled explicitly.

### 5. Review and governance

Separate strategy results from rule adherence. A profitable day can still contain a dangerous process breach. Review position sizing errors, unplanned exposure, limit overrides, and correlated bets independently from profit and loss.

## A conservative risk workflow

<Steps>
  <Step title="Measure the current buffer">
    Calculate the distance to both the daily and overall loss thresholds using the firm's own definitions.
  </Step>

  <Step title="Apply a safety reserve">
    Hold back part of the buffer for slippage, commissions, gaps, and operational errors.
  </Step>

  <Step title="Size the idea">
    Use the smaller of the strategy's normal risk, the available daily budget, and the remaining idea-level capacity.
  </Step>

  <Step title="Check aggregate exposure">
    Include open positions, pending orders, correlated instruments, and multiple strategies on the same account.
  </Step>

  <Step title="Enforce the stop condition">
    When the personal daily stop is reached, stop opening risk. Do not move the boundary to recover the day.
  </Step>
</Steps>

## Example

Assume a trader has $4,000 of maximum-loss room remaining and sets a personal daily stop of $600. Two open positions can each lose \$250, and both depend on the same equity-index move.

The next trade should not be sized from the $100,000 nominal balance. The trader should first account for the $500 already at risk, the shared market factor, the \$600 daily budget, and a reserve for execution costs. The correct size may be zero even though the platform still shows substantial buying power.

## What good prop risk management does

It reduces the probability that an ordinary losing sequence, an emotional escalation, or a cluster of correlated positions becomes a rule breach. It cannot turn a negative-expectancy strategy into a profitable one, and it cannot eliminate gap, liquidity, platform, or counterparty risk.

<CardGroup cols={2}>
  <Card title="Daily vs maximum loss" icon="gauge-high" href="/system/prop-trading/daily-loss-limit-vs-maximum-loss">
    Learn how the two constraints interact.
  </Card>

  <Card title="Prop risk checklist" icon="list-check" href="/system/prop-trading/prop-firm-risk-management-checklist">
    Turn the framework into a daily operating routine.
  </Card>

  <Card title="Risk per trade idea" icon="layer-group" href="/system/prop-trading/risk-per-trade-idea">
    Control positions that share one underlying thesis.
  </Card>

  <Card title="Risk-enforcement tools" icon="shield-heart" href="/tools">
    Explore controls for monitoring and enforcing account limits.
  </Card>
</CardGroup>

## Official rule references

* [FTMO Trading Objectives](https://ftmo.com/en/trading-objectives/)
* [Topstep Trading Combine parameters](https://help.topstep.com/en/articles/8284197-trading-combine-parameters)
* [Topstep Maximum Loss Limit](https://help.topstep.com/en/articles/8284204-what-is-the-maximum-loss-limit)

<Note>
  Quest for Edge provides educational information, not financial advice or a guarantee that an account will pass or remain funded.
</Note>
