Rolling vs Fixed Strike Selection
When your strategy runs indicators on option data - a single option chart or several options combined. Signals AI has to answer one question on every candle:
Which exact option contract do I calculate the indicator on right now?
Strike Selection Timing answers it, and it has two modes:
- Rolling - re-pick the strike whenever your criteria say a different strike now qualifies. The contract can change during the day.
- Fixed - pick the strike once, at a time you set, and use that same contract for the rest of the day.
Rolling vs Fixed is only about when the strike is chosen. The strike criteria (ATM, ITM/OTM offset, Premium Range) are exactly the same in both modes.
What a "strike" actually meansโ
Picking a strike fixes all of these together into one tradable contract:
| Part | Example |
|---|---|
| Underlying | NIFTY |
| Option type | CE / PE |
| Expiry | Weekly / Next Weekly / Monthly / Next Monthly |
| Strike price | Set by your Strike Criteria (e.g. ATM) |
The result is one contract - e.g. NIFTY 24000 CE (weekly) and your indicators are calculated on that contract's candles.
Rollingโ
Under Rolling, Signals AI re-checks your strike criteria on every candle. If the criteria now point to a different strike, the strategy switches to the new contract and keeps evaluating your indicators on it.
How it behaves:
- On each candle, resolve the strike from your criteria and the current spot/premiums.
- Calculate the indicator on whichever contract is currently resolved.
- Evaluate your entry/exit conditions on that value.
Because the contract can change through the day, the series your indicators run on is a composite - segments of different strikes joined at the moments the strike rolled.
Use Rolling when you always want to be looking at "the current ATM/OTM option" as spot moves - the relationship to spot matters more than staying on one contract.
Because the contract switches mid-day, an indicator's lookback will, right after a roll, be reading candles from a different contract than a few candles earlier. That's expected, but it means the series is not one real chart you can pull up on a broker or TradingView and match candle for candle.
Fixedโ
Under Fixed, Signals AI resolves the strike once, at the fix time you set (e.g. 09:16 or 09:20), using your criteria and the spot/premiums at that moment. That single contract is then used for every entry/exit check for the rest of the session. The strike does not move as spot moves.
How it behaves:
- At the fix time, resolve one strike and lock it for the day.
- For the rest of the day, calculate indicators on that one contract's candle series.
- Indicators like RSI and EMA need candles from before today's session (their lookback period). Under Fixed, Signals AI pulls that history from previous days - but each previous day used its own, different fixed strike.
Under Fixed, the strike is chosen once at the fix time and every entry/exit check that day runs on that single strike. But indicators like RSI and EMA need candles from before today's session, and Signals AI pulls that lookback history from previous days where each day used its own, differently selected fixed strike. So the series an indicator actually runs on is stitched together from several different contracts across days, not one continuous option. This is why a Fixed strike signal cannot be reproduced candle for candle on TradingView or your broker, and why it can differ from what a single option's chart would show.
Before the fix time: no strike is resolved yet, so no entries can fire before then. Set time-based entries at or after your fix time.
Use Fixed when you want an intraday, single-strike strategy - you pick a strike in the morning and trade only that strike for the day.
On the Options chart vs the Combined Premium chartโ
- Options chart
- Combined Premium chart
The strategy evaluates indicators on the premium of one option (CE or PE).
- Rolling: the single evaluated option can change strike intraday.
- Fixed: one option is chosen at the fix time and evaluated all day.
Indicators run directly on the option premium, which is driven by the underlying move plus time decay (theta) and volatility (IV). So, signals differ from spot/futures charts.
The strategy evaluates indicators on the sum of several legs premiums - e.g. an ATM straddle's combined premium = CE premium + PE premium.
Rolling/Fixed timing applies per leg:
- Rolling: each leg re-resolves its own strike every candle; the combined value sums each leg's currently-resolved premium. Legs can roll independently.
- Fixed: each leg resolves its strike once at the fix time; the combined value sums those fixed legs for the rest of the day.
Combined Premium is usually seeded from a template (Straddle, Strangle, Iron Condor, Iron Fly), which creates the legs; each leg then follows the chosen timing and its own criteria.
Worked examplesโ
All examples use NIFTY, weekly expiry, 5-minute candles, with this spot path during the day:
| Time | NIFTY spot |
|---|---|
| 09:20 | 24,000 |
| 11:00 | 24,060 |
| 13:00 | 24,110 |
| 14:30 | 24,180 |
- Options ยท Fixed
- Options ยท Rolling
- Combined ยท Fixed
- Combined ยท Rolling
ATM CE, fix time 09:20.
- 09:20 - resolve once. Spot 24,000 โ ATM CE = 24000 CE. Locked for today.
- All day - RSI 14 / EMA 20 run on 24000 CE's premium for today's candles. But their lookback (candles from before today) is pulled from previous days - which each used a different fixed strike (e.g. yesterday's ATM was 23950 CE, the day before 24100 CE).
- Spot rises to 24,180, but today's evaluated contract stays 24000 CE (now deep ITM). Conditions today are only ever checked on 24000 CE.
- Verify: because the lookback spans those different daily strikes, opening
NIFTY 24000 CEon TradingView will not reproduce the indicator values candle for candle. Fixed is not externally verifiable this way.
ATM CE.
- 09:20 - ATM CE = 24000 CE โ evaluate on 24000 CE.
- 11:00 - spot 24,060; ATM is now 24050 CE โ the strategy switches; indicators read the new contract.
- 13:00 / 14:30 - as spot climbs, ATM keeps rolling to higher strikes; evaluation follows.
- Result: the evaluated series is a composite of 24000 โ 24050 โ 24100 โฆ CE. It tracks "the ATM option" but equals no single broker chart. Same criteria as the Fixed example (ATM CE) - but Fixed stays on 24000 CE all day, while Rolling follows spot.
ATM straddle, fix time 09:20.
- 09:20 - resolve both legs once. Spot 24,000 โ 24000 CE + 24000 PE, both locked for today.
- Say CE = 120, PE = 110 โ combined premium = 230.
- All day - combined series =
24000 CE + 24000 PE, using only those two fixed legs. At 13:00, CE = 165, PE = 70 โ combined = 235; indicators evaluate on this series. - Note: within the day the combined series uses the two fixed legs, but each leg's lookback pulls previous days' - differently selected strikes (yesterday's straddle was on a different strike). So the series still can't be matched candle for candle on a broker chart across days.
ATM straddle.
- 09:20 - legs 24000 CE + 24000 PE โ combined 230.
- 11:00 - spot 24,060 โ ATM rolls; legs become 24050 CE + 24050 PE; combined now sums the new legs.
- Each leg rolls independently every candle; the combined series always sums the currently resolved ATM legs.
- Result: a continuous "ATM straddle premium" that follows spot - a composite across strikes, not a fixed pair you can pin to one broker view.