Direct answer: a worked example of trailing position
A trailing position is a trade management method where a stop order “follows” the market at a fixed distance (or under a fixed rule). To show the mechanics transparently, here is a fully worked scenario with every assumption stated.
Mechanism or definition: what “trailing” means
Start with a basic long-position example.
Assumptions (for the example):
- You enter a long position at a price of 100.00.
- You set a trailing stop using a fixed trailing distance of 2.00 (in price units).
- The rule is: new stop = current price − trailing distance.
- The stop only moves up (never down), because trailing is meant to protect gains.
- No spreads, slippage, execution delays, or order-queue effects are included in the calculations.
Now define the key quantities:
- Entry price: where the position starts (100.00).
- Current market price: the latest reference price used for the update.
- Trailing distance: constant gap between current price and the stop (2.00).
- Stop level: the price where the stop would trigger (current price − 2.00).
Evidence or example: step-by-step numerical scenario
At entry
- Entry price = 100.00
- Initial stop = 100.00 − 2.00 = 98.00
Market moves in your favor Consider three successive reference prices:
- Current price = 101.50
- Updated stop = 101.50 − 2.00 = 99.50
- The stop moves from 98.00 to 99.50 (upward only).
- Current price = 103.00
- Updated stop = 103.00 − 2.00 = 101.00
- The stop moves from 99.50 to 101.00.
- Current price = 104.20
- Updated stop = 104.20 − 2.00 = 102.20
- The stop moves from 101.00 to 102.20.
A reversal happens Suppose the market then falls from 104.20 toward the stop. If the market price reaches 102.20, the stop triggers, and the position is closed.
Result in this simplified model:
- Entry = 100.00
- Stop trigger (assumed exact) = 102.20
- Realized profit in price units = 102.20 − 100.00 = 2.20
This example shows the core idea: trailing is not about predicting price; it is about recalculating a protective exit level according to a predefined distance rule.
Limitations and risks: what this example does not guarantee
Even with the same trailing rule, outcomes can differ in real conditions. Material failure modes include:
-
Execution does not equal the reference price. The stop trigger price in practice can differ because of order processing time, liquidity changes, and price gaps. This means realized outcomes may not match the simple arithmetic.
-
Trailing can still be stopped out during normal pullbacks. A trailing stop protects profits only if the market stays on your “favorable” side long enough. A short reversal can trigger the stop, even though the broader trend might later resume.
-
Provider/platform order rules may alter behavior. Different systems may implement trailing stops differently (for example, whether updates are event-driven or time-based, how often the stop is allowed to adjust, and how price references are chosen).
-
Costs are ignored in the example. Commissions, financing (if applicable), and bid/ask spread effects can reduce net results. The worked example only uses idealized price levels.
-
Incorrect assumptions break the calculation. If the trailing distance is defined in different units (e.g., ticks versus price units) or the rule uses the highest price since entry rather than the latest quote, the stop path changes.
Verification and next question: how to check your understanding
To independently verify the mechanics, reproduce the arithmetic using the same assumptions:
- Choose a fixed trailing distance.
- Compute initial stop = entry − distance.
- For each new reference price, compute candidate stop = price − distance.
- Apply the “move only in the favorable direction” rule.
- Identify the stop level that would trigger on a reversal.
A useful next question is whether your specific platform defines trailing distance using the latest price, the highest/lowest since entry, or another reference—because that choice changes the stop-update sequence.