Direct answer
Fixed Percentage Risk in forex is a way to calculate position size so that the amount you would lose if price reaches a chosen stop level stays within a fixed percentage of your account equity. Instead of deciding the trade size first, you decide a risk percentage, choose an exit distance (the “stop distance”), and then compute how large the position can be.
This can be written as a simple sizing loop:
- Choose the risk percentage of account equity you are willing to lose on the trade.
- Choose the stop distance you will measure from your entry.
- Convert the allowed loss into a trade size that, under the assumptions, corresponds to that stop distance.
Because market conditions, trading costs, and execution quality can differ from the assumptions, the realized loss can be smaller or larger than the target percentage.
Mechanism and definition
Start with the key terms.
Account equity: the value you use as the base for the risk percentage (for example, your account balance plus/minus open positions, depending on provider definitions). For accurate calculations, you must use the same equity figure consistently during the trade-sizing process.
Risk percentage: the maximum tolerated loss expressed as a fraction of equity. A “fixed” approach means this percentage is intended to stay constant from trade to trade.
Stop distance: the assumed price move between your entry and the stop level. In forex sizing logic, this is the variable that links price movement to money risk.
Position size: the number of lots or units you trade. The goal of Fixed Percentage Risk is to pick position size such that the cash loss implied by the stop distance is close to the allowed loss.
The core calculation (conceptual form)
The mechanics are easiest to understand with a conceptual formula:
- Allowed loss ($) = account equity × risk percentage
- Position size = allowed loss ÷ (money value per unit of price movement over the stop distance)
The “money value per unit of price movement” depends on contract specifications (how much the price move is worth per pip per lot/unit) and on how you measure distance (pips, points, or price units). Providers may display these relationships differently, so treat the conversion factor as something you must obtain from your trading instrument specs.
Inputs you must specify
To compute position size with Fixed Percentage Risk, you need:
- A specific equity figure (the base for the risk percentage).
- A specific risk percentage.
- An entry price assumption and a stop distance (or stop price).
- The instrument’s contract conversion (how price movement translates into profit/loss in your account currency).
- Any cost inputs you intend to include (for example, spread and commissions), if your aim is to model net loss rather than gross price movement.
Evidence via a worked scenario (with explicit assumptions)
Below is a scenario that demonstrates the sequence without requiring live data. The numbers are placeholders meant to show how the logic connects.
Scenario assumptions
- You choose an account equity of $10,000.
- You choose a risk percentage of 1% per trade.
- Your stop distance is 20 pips from entry to the stop level.
- For the instrument you trade, assume the contract spec implies $10 of loss per pip per 1.00 lot (this is an example conversion factor; your actual instrument spec may differ).
- You ignore commissions for the moment, and you treat the stop as an exact price that the market reaches.
Step-by-step sequence
-
Allowed loss
- Allowed loss = $10,000 × 0.01 = $100.
-
Convert allowed loss into size
- If 1 lot loses $10 per pip, then 1 lot loses over the stop distance of 20 pips:
- Loss per lot at that stop = $10 × 20 = $200.
-
Solve for position size
- You want loss to equal $100 at the stop.
- Position size (in lots) = $100 ÷ $200 = 0.50 lots.
What this scenario does (and doesn’t) claim
This shows how Fixed Percentage Risk turns an equity-based percentage into a position size using a stop distance assumption. It does not guarantee that your realized loss will be exactly $100, because the market might not fill at the assumed stop price.
Limitations and risks (material failure modes)
Fixed Percentage Risk is a sizing method, not a prediction. Several limitations can cause the realized result to deviate from the target percentage.
1) Execution and slippage
If your stop order is filled at a different price than the assumed stop level, the effective stop distance becomes larger or smaller than planned. In fast or illiquid conditions, slippage can increase realized loss.
2) Spread, commissions, and net-of-costs differences
If you size based on gross price movement but your trading costs are not negligible, your net loss at the stop can exceed the risk budget. Spread is especially relevant around entry and exit because it effectively changes the distance between your entry execution price and stop execution.
3) Changing equity base during the process
Because equity can move with open positions, margin usage, and mark-to-market, using a stale equity figure can skew the intended risk percentage. A fixed percentage method relies on the accuracy and timing of the equity measurement.
4) Instrument specification mismatch
The conversion between price movement and money risk depends on contract specs and on how the account currency aligns with the instrument’s pricing currency. If you use the wrong conversion factor or measure stop distance in inconsistent units, the computed size will not reflect the intended risk.
5) Stop distance selection logic
Fixed Percentage Risk assumes you already know (or decide) a stop distance. But the stop distance itself is a key choice: larger stop distances reduce position size, and smaller distances increase it. If the chosen distance does not reflect how the market actually trades, the risk control is undermined.
Verification and next question
You can independently verify the Fixed Percentage Risk mechanics with a simple checklist:
- Use one equity figure as your base and compute allowed loss = equity × risk percentage.
- Determine the stop distance in the same units used by your instrument’s contract conversion.
- Apply the instrument’s conversion factor to translate stop-distance price movement into money loss per lot/unit.
- Divide allowed loss by the money-loss-per-lot at the stop to get position size.