What exit rules are
Exit rules are the predefined conditions that tell you when to close a forex position (fully or partially). They act like a checklist that turns an intention—such as “I will not keep this trade open if X happens”—into a repeatable decision.
In forex, the position value changes continuously, so “when to exit” is often as important as “when to enter.” Exit rules usually describe:
- The objective trigger (for example, a price reaching a level)
- The action taken (close the full position, reduce it, or move a stop)
- Any additional constraints (time limit, maximum holding period, or rule ordering)
Because this is an informational explanation, it is assumed there are no real-time market data guarantees and no promise that following any set of rules will produce a specific result.
How exit rules work in a practical model
A simple way to understand exit rules is to separate them into stable mechanics and variable conditions.
Stable mechanics (the parts you can define)
- Trigger definition: what observation counts (e.g., “price reaches level A”).
- Mapping to action: what you do when the trigger occurs (close, partially close, adjust).
- Execution logic: which rule applies first if multiple triggers occur.
Variable conditions (the parts you cannot fully control)
- Market movement can gap or move quickly between updates.
- Costs affect effective exit prices (spread and commissions).
- Execution quality can differ from the theoretical price level.
Simple example with explicit assumptions
Assume you open a position and define an exit rule: “If price falls to 1.1000, close immediately.” Assume also:
- You receive an execution price equal to the displayed level.
- No additional fees are considered. Under these assumptions, the realized exit aligns with 1.1000.
Now change only one assumption: you may be filled at a worse price due to slippage or liquidity. Then the exit occurs near the level but not exactly at 1.1000, changing the realized outcome. This is why exit rules are not purely mathematical; they depend on execution conditions.
Partial exits as a related concept
Partial exits are when you close only part of the position according to a rule, leaving the remainder to follow additional rules. This can reduce exposure while still allowing some participation if the market continues moving.
Limitations and failure modes
Exit rules reduce improvisation, but they can still fail or behave unexpectedly.
Material limitation: trigger ambiguity
“Price reaches a level” can be ambiguous if you are using different price references (bid vs ask, candle close vs intrabar high/low, or server-time updates). Even with well-written rules, different platforms or charting conventions can produce different trigger timing.
Material limitation: cost and execution drift
Even if your rule is correct in concept, effective outcomes depend on spread, commissions, and slippage. Historical relationships between price levels and outcomes do not guarantee future results.
Material limitation: conflicting rules
If multiple exit triggers can happen during fast moves, the rule ordering matters. A poorly defined priority can lead to an unintended exit action (for example, reducing size rather than fully closing, or moving a stop when another condition should have ended the trade).
Material limitation: time-based rules can be arbitrary
Time stops (“close after N hours/days”) may help control exposure, but the market may still be in a state where the rule forces an exit at an unfavorable moment. Without testing and review, time rules can become a fixed habit rather than a risk-control mechanism.
How to verify exit rules (without assuming outcomes)
To verify exit rules, focus on what is measurable and what assumptions are being made.
- Check definitions: ensure the trigger uses a clear price reference and timeframe.
- Check action mapping: confirm each trigger leads to a specific, unambiguous action.
- Check interaction: define what happens when multiple rules trigger.
- Review realism: account for costs and execution uncertainty, and recognize that backtests cannot ensure forward performance.
A useful next question is whether your exit rules align with the risk goal you are trying to control—such as limiting time in the position or capping the distance to an exit—while still allowing for uncertainty in execution.