Reference · Order Execution
Stop-Limit Order: Trigger and Limit in One Instruction
Trace the two stages of a stop-limit order with filled and unfilled examples, plus checks for price relationships, expiry and platform support.
Published Updated
Published by FxTrusts, a supplier of brokerage and prop firm technology. Prepared with AI-assisted research and drafting; reviewed against the cited public sources. Examples are illustrative. Product links describe our services.
What is Stop-limit order?
A stop-limit order combines an activation condition with a limit-price instruction. Reaching the stop activates the limit order; it does not guarantee execution. If the market does not satisfy the resulting limit, the order can remain unfilled according to its expiry and platform rules.

Keep the two prices in separate fields
The stop determines when the instruction activates. The limit defines the worst acceptable execution price after activation under the selected model. They are not two names for the same value. Interfaces and venues can impose different relationships between the prices, so a generic explanation should not invent a valid combination for a particular system. MetaTrader documents its own buy and sell stop-limit structure; other markets must be checked against their own rules.
Follow the intermediate active-limit state
An order can be successfully triggered yet still be waiting for execution. That intermediate state is essential for a clear customer explanation. A dashboard that displays only pending or complete can obscure whether the stop has already activated. Keep activation information and the resulting limit instruction linked, including original identifiers and later amendments. Where the platform implements the process using separate records, preserve both rather than dropping the first record.
Price control creates a different failure mode
A limit can prevent execution outside its stated price condition, but that protection comes with non-fill risk. In a quickly moving market, a triggered buy limit can remain below available asks or a sell limit above available bids. The position or intended exposure can therefore remain unchanged. Do not describe stop-limit as universally safer than stop-market: it changes the trade-off, and the appropriate instruction depends on the user’s objectives and the actual market rules.
Check expiry, amendments and support before testing
Confirm whether the order’s lifetime continues after activation, whether the limit can be modified and what happens at a session boundary. Not every instrument or API supports every pending-order type. A platform acceptance test should inspect both a successful fill path and a triggered-but-unfilled path. It should also verify cancellation behavior so a reviewer does not infer that an old instruction disappeared merely because the interface stopped showing its original label.
A two-stage synthetic buy instruction
For this example only, a buy stop at 55.00 activates a buy limit at 54.80, consistent with the illustrated trigger-then-retracement structure. At activation the ask is 55.10, so the limit is not eligible. A later ask at 54.75 satisfies the limit condition if quantity is available. If the ask never returns, the order may remain unfilled until its applicable expiry.
| Stage | Ask | Result |
|---|---|---|
| Waiting | 54.90 | Stop not reached |
| Activation | 55.10 | Buy limit at 54.80 becomes active |
| Later eligible quote | 54.75 | Fill possible under the declared limit |
| Alternative continuation | 55.30 | No fill at a price above 54.80 |
Implementation checklist
- Validate the permitted stop/limit relationship for the actual platform.
- Expose the triggered-but-unfilled state in records and support explanations.
- Test lifetime and cancellation after activation.
- Avoid presenting a stop-limit instruction as guaranteed protection or execution.
Sources
These documents support the reference. Check the original publication for current requirements and the limits of its scope.
- MetaTrader 5 trading principleswww.metatrader5.com
- SEC trading basics investor bulletinwww.investor.gov
Continue with the broader guides
Connect this reference to platform selection and the wider operating workflow.
