Direct answer
How much you can risk per forex trade depends on how you define “risk.” In algorithm risk terms, per-trade risk is the maximum account loss you assume is possible for that single trade under stated conditions (for example, “if price moves to the stop level, I lose X”). Many traders express this as a fixed percentage of account equity or a fixed currency amount, but the number itself is only meaningful once the risk definition and inputs are clear.
A verifiable way to answer the question is: choose a per-trade maximum loss in advance (based on your risk definition), then size the position so the estimated loss at the chosen exit point matches that maximum. This produces a bounded “intended loss,” not a promised outcome.
How per-trade risk works
Per-trade risk is typically computed from measurable inputs:
- Stop distance: the price move from your entry to your planned exit (often called the stop-loss level). This can be measured in pips or in price terms.
- Position size: how many units (or lots) you trade.
- Conversion to account currency: risk is usually expressed in the account’s base currency, which requires a conversion if the trade is not denominated the same way.
- Resulting maximum loss estimate: estimated loss = position size × stop distance (with the appropriate currency conversion).
If you set a maximum loss amount (for example, “I will not lose more than a certain amount on this trade under my assumptions”), position size follows from that maximum and the stop distance. If your stop distance changes, your position size must change to keep the same per-trade risk.
Example checks (what to verify)
Use the following checks to keep the risk number meaningful:
- Assumption clarity: confirm that your estimate assumes execution at the planned exit level. If execution happens at a worse price, the actual loss can exceed the estimate.
- Spread and liquidity conditions: widened spreads and low liquidity can change the effective entry/exit price, increasing realized loss.
- Implementation details: in automated setups, confirm that the algorithm’s order types, timing, and price references match the risk calculation method.
- Consistency across trades: ensure the same definition of “risk” is used every time (same unit conventions, same stop-distance measurement approach).
A useful independent verification approach is to compute the estimated maximum loss for a trade, then stress the inputs that can differ from assumptions (especially execution price and stop effectiveness). This helps you understand the gap between intended loss and realized loss.
Relevant limitations and risks
Even when per-trade risk is defined and calculated carefully, the real-world outcome is uncertain. Common limitations include:
- Slippage and stop effectiveness: the realized exit price may be worse than the planned stop level.
- Execution differences: order processing and market microstructure effects can differ from the simple risk model.
- Model mismatch: automated algorithms may reference prices, order updates, or instrument parameters differently than the risk formula assumes.
- No guarantee of future results: a bounded loss estimate is not a guarantee that losses will stay within that bound in every scenario.
Which number should you pick?
You can pick any per-trade risk limit you want, but only the method is the verifiable part: select a maximum loss definition, compute the required position size from stop distance and currency conversion, and then ensure your execution reality aligns with the assumptions as closely as possible. Because uncertainty and execution effects can increase losses, smaller risk limits can reduce exposure to worst-case deviations, but the exact “right” percentage depends on how closely you can control execution and measurement errors.