All option guides
Position protection12 minute read

How to set an option stop loss

Design an option stop-loss rule around the right trigger, order type, liquidity, and maximum-loss branch

Prepared by Mark · Primary sources below

Direct answer

An option stop loss is an exit instruction, not a guaranteed loss cap. Before you place one, decide what should trigger it, which price can actually be executed, and what you will do if the option gaps, pauses, or only fills one leg

What an option stop loss actually does

A stop loss waits for a trigger and then submits a closing order. The trigger might be the option quote, the last trade, the underlying price, or a broker-defined condition. The broker's implementation matters: [OIC's trade-entry FAQ](https://www.optionseducation.org/referencelibrary/faq/trade-entry-execution) notes that exchanges may allow option stop orders but that investors should confirm availability and trigger details with their broker.

When a sell stop is elected, it can become a market order or a limit order. A stop-market order prioritizes an attempt to exit; a stop-limit order prioritizes a price boundary and can remain unfilled. Neither one promises that the option will be sold at the stop price. [FINRA's guidance](https://www.finra.org/investors/insights/stop-orders-factors-consider-during-volatile-markets) explains why a fast market can produce an execution materially away from the trigger.

For a long option, write the plan as a closing sell. For a short option or a credit spread, write the plan as a closing buy and include assignment and margin consequences. This guide focuses on planning and education, not a recommendation to use any particular order type.

Step 1: Choose the trigger you can explain

There is no universally correct trigger. Pick one that matches the reason you entered the trade and record the exact field shown by your broker.

### Option-price trigger

Use the option's bid, ask, last trade, or a broker's mark when your risk is defined by the contract's tradable value. A sell trigger based on the bid is conservative for a long position because the bid is the side you can sell into. A mark or midpoint is useful for monitoring but may not be executable when the spread is wide. The [OIC explanation of bid and ask prices](https://www.optionseducation.org/news/understanding-the-bid-and-ask-prices-for-options) is a good reference for this distinction.

### Underlying-price trigger

Use the stock or index price when the thesis is invalidated by a level in the underlying. For example, a put bought as protection may be closed only after the underlying recovers above a support level. Confirm whether the broker watches a trade, a quote, or an official index value. An underlying trigger can avoid a one-off option quote, but it does not remove spread, volatility, or gap risk in the option itself.

### Event or time trigger

An earnings release, ex-dividend date, expiration cutoff, or a time-of-day rule can be a second safety condition. It should not silently replace the price rule. Write it as an explicit branch, such as “close or reassess 30 minutes before the scheduled event, even if the price stop has not fired.”

Step 2: Set the loss in dollars before choosing the price

Start with the amount of account equity you are willing to expose. For a long option, a simple premium stop is:

```text stopPremium = entryPremium × (1 − allowedLossPercent) ```

The approximate contract loss is:

```text lossPerContract = (entryPremium − stopPremium) × contractMultiplier ```

For example, a 2.40 premium, 20% planned loss, and 100-share multiplier gives a 1.92 premium stop and about $48 of premium loss per contract before costs. The number is an estimate, not a promise: the fill can be worse, the spread can widen, and the option may gap through the trigger.

For a short option, calculate the buy-to-close cost and include the possibility that the stop is skipped. For a spread, calculate the net debit to close and the maximum loss of the entire package. Never size a position from the stop percentage alone; first read options position sizing and maximum loss.

Step 3: Choose stop-market or stop-limit deliberately

### Stop-market

After election, the order seeks the best available market price. It is appropriate only when getting out is more important than controlling the exact fill. In a thin option, the next offer may be far away from the stop. A short-lived quote or trade can also elect the order and leave you with a poor fill. [FINRA's stop-order article](https://www.finra.org/investors/insights/stop-orders-factors-consider-during-volatile-markets) describes this execution-versus-price trade-off.

### Stop-limit

After election, the order becomes a limit order. You control the worst acceptable price, but there is no guarantee of a fill. A gap can move the option beyond the limit and leave the position open while risk continues. Use a limit only when you have a separate action for a no-fill state, such as a timed manual review, a smaller replacement limit, or a pre-defined hedge.

Do not assume the words “stop loss” mean the same thing at every broker. Some platforms use a stop price plus a limit offset; others use a conditional order that submits a regular limit order. Save a screenshot or the broker's order confirmation so you can audit the actual behavior.

Step 4: Account for the option quote, not just the chart

Option charts can display stale last trades. Before placing the stop, record:

A stop near the midpoint may be elected by a quote that you cannot sell into. If the spread is 0.30 wide, a one-cent move in the underlying can be less important than a quote refresh. Review why the option last price can mislead, option bid-ask-mid-mark price, and options slippage before setting a tight trigger.

  • bid, ask, midpoint, and size on both sides
  • time of the quote and whether it is real-time
  • open interest, recent volume, and the normal spread for that series
  • whether the underlying or option is halted
  • the option's expiration, strike, and contract multiplier

Step 5: Give the stop enough room for normal Greeks

Delta, gamma, theta, and vega can move premium without a clean move in the underlying.

Use a stop that invalidates the thesis, not every ordinary quote fluctuation. If the thesis is about direction, an underlying-level stop may be more coherent. If the thesis is about a volatility premium, an option-price or IV checkpoint may be better. These are different hypotheses and should not share one automatic rule.

  • A high-gamma, near-expiration option can jump through a stop in one quote update
  • Theta can lower a long option gradually, making a static stop stale
  • Vega can change the premium around an earnings event even when spot is flat
  • A far-out-of-the-money option can have a small bid and a large percentage spread

Step 6: Plan multi-leg positions as one package

For a vertical spread, iron condor, calendar, or other multi-leg trade, prefer a broker-supported net order or conditional package when available. A stop on only one leg can create an unintended naked position. Define:

1. the net package trigger and net limit, if any 2. the action if one leg fills and another does not 3. the maximum time allowed for the residual leg 4. the margin and assignment response while the package is incomplete

Read OCO and bracket orders for options and what happens after an option order partially fills before automating a multi-leg exit. If your broker cannot express the whole risk in one order, reduce size and monitor the legs as separate positions with separate limits.

Step 7: Add the market-hours and event branches

Options do not necessarily trade with the same hours or liquidity as the underlying. A stop that is active overnight may not be monitored until the option market reopens. A stop submitted near the open, close, or an auction can be affected by a wide quote, a trading halt, or a delayed data feed.

Write a short branch table before entry:

| Condition | Action | Re-entry rule | | --- | --- | --- | | Stop elected and filled | Record realized loss and cancel linked orders | No automatic re-entry | | Stop elected, no fill | Follow the time limit; do not widen blindly | Reassess thesis and liquidity | | Option or underlying halted | Cancel stale assumptions; check official status | Resume only after a fresh quote | | Earnings or ex-dividend is near | Recalculate IV, assignment, and gap risk | Trade only with a new plan | | One leg of a package filled | Freeze new orders and cap residual exposure | Flatten or complete by a clock |

This turns a stop into a complete risk process instead of a single number.

A worked example

Suppose you buy one call at 2.40 with a 100 multiplier. You are willing to risk approximately $50 on premium, so you choose 1.90 as a planning level. The current quote is 1.88 bid and 2.08 ask, which is already a 0.20 spread.

Your plan might say:

  • trigger: the sell-side quote reaches 1.90, subject to the broker's election rule
  • order: stop-limit with a 1.84 limit, or manual close if the platform cannot express it
  • no-fill branch: review after 60 seconds; do not chase below the limit without a new decision
  • event branch: close or reassess before the scheduled earnings release
  • accounting: record the actual fill, spread, fees, and remaining account risk

If the option opens at 1.50 after a gap, the 1.90 stop cannot create a 1.90 fill. If the stop-limit remains unfilled, the position is still exposed; if a stop-market fills at 1.45, the realized premium loss is about $95 before fees. That is why a stop is a process boundary, not insurance.

Stop-loss checklist

  • Is the trigger based on the option, the underlying, or an event?
  • Which quote field and time source does the broker use?
  • What dollar loss does the stop represent after the multiplier and fees?
  • Is a stop-market fill more important than a minimum price, or vice versa?
  • What happens if the option gaps through the stop or the order does not fill?
  • Can a multi-leg order be closed as one package?
  • Are market hours, halts, earnings, dividends, and expiration covered?
  • Have you recorded the order confirmation and a no-reentry rule?

Related reads

Common questions

Should I trigger an option stop from the stock or the option?

Use the field that matches the thesis and that your broker actually supports. A stock trigger can express thesis invalidation; an option trigger reflects tradable premium. Either way, the option's spread and liquidity still determine the fill.

Is a stop-limit safer than a stop-market?

It can limit the worst displayed price, but it can also remain unfilled after a gap. Decide whether your priority is exiting or refusing a price before choosing it, and document the no-fill action.

Can I use a trailing stop on an option?

Some brokers offer trailing or conditional orders for single-leg options, while others restrict them. Confirm the trigger source, update frequency, order lifetime, and behavior during halts with your broker. Do not assume a trailing percentage tracks the option's midpoint.

What if one leg of my spread hits the stop?

Freeze new entries, identify the residual exposure, and follow the prewritten flatten-or-complete rule. Do not leave an unintended naked leg while deciding what to do.

Does a stop loss guarantee that I lose only the planned amount?

No. A gap, wide spread, delayed quote, halt, partial fill, or broker rejection can produce a larger loss or leave the position open. Position size and cash or margin buffers remain the primary controls.

Sources and further reading

Related guides