QuantNifty
Instrument

Expiry day removes one risk and concentrates another.

0 DTE trading is often sold as the safe version of option selling because nothing is held overnight. That half is true. The other half is what happens to sensitivity in the last hour.

Short answer

DTE means days to expiry. A 0 DTE option expires the same day it is traded; a 1 DTE option expires the next session. Systematic strategies use them because time value decays to zero within hours, and because closing before the bell removes overnight gap risk, historically the largest single source of catastrophic loss for Indian option sellers. The trade-off is that an option's sensitivity to index movement rises steeply near expiry, so the danger shifts from an overnight gap you cannot act on to an intraday move you can, but which arrives fast.

01What DTE actually means

DTE is simply days to expiry. A NIFTY option contract expiring on a Thursday is, on that Thursday, a 0 DTE contract. On the preceding session it is 1 DTE. The underlying index has not changed; only the time remaining on the contract has.

That distinction matters because almost everything about an option's behaviour is a function of time remaining. The same strike, on the same index, behaves like a different instrument at 30 days to expiry than it does with two hours left.

02The Indian expiry landscape

Both NIFTY 50 on the NSE and SENSEX on the BSE run weekly expiry cycles alongside monthly contracts. In practice this means a near-expiry session is available most weeks of the year, which is what makes expiry-focused systematic strategies viable here at all: there are enough occurrences to build a statistically meaningful sample.

Do not hard-code the weekday

Exchanges have revised expiry days and cycles more than once, and holidays shift expiry within a week. Any system that assumes "expiry is Thursday" will eventually trade the wrong contract on a holiday-shortened week. Expiry must come from a maintained exchange calendar, not from a constant in the code. This is one of the most common defects we find in systems we are asked to review.

03Why decay accelerates

An option's price has two components: intrinsic value, which is what it would be worth if exercised now, and time value, which is the premium paid for the possibility that it moves further into the money before expiry.

Time value does not decay linearly. It decays slowly when expiry is distant and rapidly as expiry approaches, because the range of outcomes still possible collapses. On expiry day, the entire remaining time value must reach zero by the close, a matter of hours.

A net short option position collects that decay. This is the mechanical basis of expiry-day theta capture: you are being paid to hold a decaying liability through the window where it decays fastest. The reason that is not free money is that the same collapse in possible outcomes is what makes the position violently sensitive to the outcomes that remain.

04What removing overnight risk buys

The largest single-day losses in Indian index option selling have overwhelmingly come from gaps, the index opening materially away from the previous close, driven by something that happened while the market was shut.

A gap is unhedgeable in a specific and important sense: your stop-loss cannot execute at your stop level, because no trading occurred between the close and the open. A short option position that would have been closed at a manageable loss is instead marked at whatever the opening price implies. Every risk control you built assumes a continuous market, and overnight the market is not continuous.

Closing the position before the session ends removes this failure mode completely. That is a genuine, structural improvement, not a marketing claim. It is the single strongest argument for intraday expiry-focused strategies over multi-day option selling.

05Where the risk relocates

What you give up is that the position becomes far more sensitive to index movement as expiry approaches. Near the money and near expiry, an option's value responds sharply to small moves in the underlying, and that responsiveness itself changes quickly.

Concretely: a 40-point NIFTY move on a Monday morning affects a weekly option modestly. The same 40-point move at 14:45 on expiry day, with the strike close to the money, can be the difference between a position expiring worthless and one that is deeply in the money. The strategy's entire outcome for that session can be decided in minutes.

The honest comparison

Overnight risk is slow but unactionable. Expiry-day sensitivity is fast but actionable: the market is open, you can trade, stops can fill. Preferring the second is defensible. Believing you have eliminated risk rather than exchanged one kind for another is not.

06Why hedging still matters

Because expiry-day moves are fast, an unhedged short option can lose more between two of your system's decision points than it collected over many sessions. The defence is structural rather than reactive: buy a further out-of-the-money option against the one you sold, so the maximum loss on the position is defined before the session starts regardless of how fast the index moves.

This costs part of the premium and therefore lowers the headline return. That is the correct trade. A strategy whose worst case is bounded can be sized rationally; one whose worst case is open-ended cannot be sized at all, only gambled with. This is also why every performance figure we publish is net of hedge cost. An unhedged comparison would flatter the numbers and misrepresent the risk.

07Building for expiry day

Requirements that are specific to expiry-day systems, beyond the usual:

  • A maintained expiry calendar, including holiday shifts, as above.
  • A hard flat time. The system must close everything by a defined time before the close, not "when the exit condition triggers." Liquidity thins into the final minutes and an exit you delayed is an exit you may not get at a sensible price.
  • Strike selection that accounts for liquidity, not just distance from spot. A strike with an attractive premium and a wide spread is a trap once you need to exit in a hurry.
  • Spike detection. Momentary liquidity holes on expiry day can print prices far from fair value. A stop that triggers on such a print exits at a terrible level for no reason.
  • Broker-side stops, so a disconnect during the most sensitive hours does not leave the position unmanaged.

Every one of these is execution engineering rather than strategy research, and every one of them changes live results without changing the backtest at all.

08Questions people ask

What does 0 DTE mean?

Days to expiry. A 0 DTE option expires on the same day it is traded, so a position opened and closed within that session never carries beyond expiry. A 1 DTE option expires the following session. Intraday systematic strategies use both precisely because nothing needs to be held overnight.

Why do traders use 0 DTE options?

Remaining time value decays to zero within hours, so a net short position collects that decay quickly instead of over weeks. And closing before the session ends removes overnight gap risk entirely, historically the largest source of catastrophic single-day losses for Indian option sellers, because a gap prices through your stop before it can execute.

Are 0 DTE options riskier than longer-dated options?

Differently risky rather than uniformly riskier. You remove overnight exposure, which is a real gain. In exchange, sensitivity to index movement rises sharply near expiry, so a late-session move matters far more than the same move a week out. You are swapping a slow unhedgeable risk for a fast one that at least occurs while the market is open.

Which Indian indices have frequent expiries?

NIFTY 50 on the NSE and SENSEX on the BSE both run weekly cycles alongside monthly contracts, so near-expiry sessions occur most weeks. Expiry days and cycles have been revised more than once. Confirm the current schedule with the exchange rather than assuming a fixed weekday.

Can you run 0 DTE strategies on pledged margin?

The margin source is independent of the strategy. See pledged margin for how collateral is released and what it puts at risk. Defined-risk hedged structures are a better fit for collateral you cannot afford to lose than naked short options are.

Important

QuantNifty is an algorithm development and consulting firm. We are not a SEBI-registered Research Analyst, Investment Adviser, Portfolio Manager or Broker. This page is educational and is not investment advice or a recommendation to trade any instrument or structure. Options trading can lose more than your initial capital, and expiry-day positions can move against you very quickly. Full risk disclosure is in our Terms.

Building an expiry-day system?

Expiry calendars, hard flat times, strike liquidity screening, spike detection, broker-side stops. The parts that never show up in a backtest and always show up in live results.

Tell us what you want built