All option guides
Earnings execution guardrails6 minute read

Pre-earnings liquidity gate checklist

Protect against bad fills and invalid orders by testing quote, spread, and market-route conditions before earnings open

Prepared by Mark · Primary sources below

Direct answer

Earnings often open the door for fast repricing, and the first minutes can punish untested execution assumptions. A small spread or a visible quote is not enough without a pre-committed liquidity gate

Fix the event clock and contract close rules first

Do not merge strategy and execution into one guess.

  1. Confirm the option class close and the stock close for the symbol
  2. Confirm whether your broker accepts late-day modifications for this symbol and account type
  3. Confirm the auto-exercise/assignment default and any blackout windows for the session

If any of these checks are missing, treat the idea as untradeable until the gate is rebuilt.

Define the spread tolerance that blocks entry

Most post-news slippage begins with a spread widened by one to three points of implied-volatility jump.

Set three numbers before the window:

These are not targets. They are kill switches.

  • max bid/ask width to accept
  • max order size that can still be entered cleanly
  • min displayed lot size for the side you most care about

Test both the symbol and the sibling strike

If your structure has two legs, test both the target leg and hedge leg independently.

Create a simple spread check: - expected fill for primary leg - expected fill quality for the hedge leg - invalidation when either side fails spread or depth conditions

If you cannot define this check, do not submit until the first post-open minute.

Pre-pick the order path and failover path

Record one of these execution modes before entering: - single limit order with explicit cancel time - split entry using a pre-set smaller starter order plus expansion only if conditions hold - conditional strategy order where the second leg waits for first-leg completion

Never let the default order route be your fallback. If the route stalls, move to the failover plan.

Set the first-minute review rule as a hard stop

At one minute, compare: - mark change vs planned shock path - spread and quoted depth behavior - whether your assigned outcome logic still matches the opening print

If the planned edge is gone and execution quality is weak, reduce immediately and convert from “try” to “no-frill control”.

Gate assignment and funding consequences before the open

For short positions, write how many shares you are comfortable adding if assignment logic is triggered. For long positions, write whether early exercise is realistically relevant in your setup and what a stale price would imply for margin.

This is not legal education; this is operational clarity.

Common questions

How is this different from a normal options checklist?

This checklist is about whether the first print is executable in the market you actually face, not about whether the setup idea looks correct on paper.

Can I trade without a spread threshold?

You can, but you should treat that as a discretionary trade and keep size intentionally small. Most avoidable errors happen where no threshold was defined.

What should I link to when spreads are unstable?

Link your plan to a practical spread reference in how-wide-is-too-wide-option-bid-ask-spread and a position-size guard from options position size checklist.

Sources and further reading

Related guides