When VIX jumps above 20%, your options portfolio Greeks shift violently. Learn how to rebalance delta, gamma, and theta exposure before margin calls force bad trades.
Andrew Grosser
May 13, 2026 • 11 min read
When VIX jumps above 20%, your options portfolio Greeks shift violently. Learn how to rebalance delta, gamma, and theta exposure before margin calls force bad trades.
It's 9:45 AM. VIX just spiked from 15 to 24 in 30 minutes. Your phone buzzes with a margin alert. Your short call spreads that were comfortably out-of-the-money yesterday are now threatening assignment. Your delta-neutral portfolio now shows +320 deltas when you need to be near zero. You have maybe 90 minutes before forced liquidation at terrible prices.
This scenario plays out dozens of times per year. When volatility spikes, options Greeks shift faster than most traders can calculate. Delta changes as underlying prices move. Gamma accelerates those delta changes. Vega exposure explodes as implied volatility jumps. Theta decay patterns reverse. What was a balanced portfolio at 9:30 AM becomes a margin nightmare by 10:00 AM.
Sourcetable's AI data analyst is free to try. Sign up here.
The problem isn't just speed. Manual Greek calculation requires repricing every option using current implied volatility, time to expiration, and underlying price. For a portfolio with 40+ positions across 8 tickers, that's 160+ individual calculations. In Excel, even with pre-built formulas, this takes 15-25 minutes. By the time you finish, the market has moved again and your calculations are stale.
This guide shows you exactly how to rebalance options Greeks when VIX spikes. You'll learn the manual calculation methodology, understand when rebalancing fails, and see how AI cuts the process from 20 minutes to 30 seconds. We'll use real numbers from the March 2026 VIX spike when the index jumped from 16.2 to 28.7 in one trading session.
Options Greeks measure different dimensions of risk. Delta measures directional exposure (how much your position moves per $1 change in the underlying). Gamma measures delta sensitivity (how fast delta changes). Theta measures time decay. Vega measures volatility sensitivity. When VIX spikes, all four Greeks shift simultaneously, creating compounding risk.
Here's what happened to a real iron condor position on SPY during the March 5, 2026 VIX spike. At market open, the position had these characteristics: short 520/525 call spread, short 505/500 put spread, 21 days to expiration, VIX at 16.2. Greeks at 9:30 AM: Delta +2.3 (nearly neutral), Gamma -0.8, Theta +$47 per day, Vega -$125 per VIX point.
| Time | VIX Level | SPY Price | Delta | Gamma | Theta (Daily) | Vega | P/L |
|---|---|---|---|---|---|---|---|
| 9:30 AM | 16.2 | $512.40 | +2.3 | -0.8 | +$47 | -$125 | $0 |
| 10:15 AM | 22.8 | $508.15 | -38.7 | -3.2 | +$28 | -$218 | -$1,840 |
| 11:00 AM | 28.7 | $505.80 | -67.4 | -5.9 | +$12 | -$295 | -$3,620 |
| 2:00 PM | 26.3 | $509.20 | -52.1 | -4.4 | +$19 | -$251 | -$2,980 |
Notice how delta went from nearly neutral (+2.3) to heavily negative (-67.4) in 90 minutes. This happened because SPY dropped $6.60 and implied volatility jumped 12.5 VIX points. The put spread moved closer to the money while the call spread moved further away, creating directional bias. Gamma increased 7x, meaning delta would accelerate even faster with additional price movement. Theta collapsed from $47 to $12 per day as volatility expansion overwhelmed time decay. Vega exposure more than doubled, making the position increasingly sensitive to further volatility changes.
The critical insight: you can't fix one Greek without affecting the others. If you buy shares to neutralize delta, you increase gamma exposure. If you close positions to reduce vega, you realize losses and eliminate theta income. Every adjustment creates trade-offs. The goal isn't perfect neutrality—it's acceptable risk within margin constraints.
Greek calculation starts with option pricing models. The most common is Black-Scholes, which prices European-style options using five inputs: current stock price (S), strike price (K), time to expiration in years (T), risk-free interest rate (r), and implied volatility (σ). The formula for a call option is: C = S × N(d1) - K × e^(-rT) × N(d2), where d1 = [ln(S/K) + (r + σ²/2)T] / (σ√T) and d2 = d1 - σ√T. N() represents the cumulative standard normal distribution function.
Greeks are derivatives of the pricing formula. Delta for a call = N(d1). Delta for a put = N(d1) - 1. Gamma for both calls and puts = N'(d1) / (S × σ × √T), where N'() is the standard normal probability density function. Theta for a call = -(S × N'(d1) × σ) / (2√T) - r × K × e^(-rT) × N(d2). Vega for both = S × N'(d1) × √T.
Let's calculate Greeks for a real position: SPY at $508.15, strike $505, 21 days to expiration (0.0575 years), risk-free rate 4.8%, implied volatility 38% (VIX at 22.8). First, calculate d1: d1 = [ln(508.15/505) + (0.048 + 0.38²/2) × 0.0575] / (0.38 × √0.0575) = [0.00622 + 0.00691] / 0.0912 = 0.144. Then d2 = 0.144 - 0.38 × √0.0575 = 0.144 - 0.0912 = 0.053.
Using standard normal distribution tables or Excel's NORMSDIST function: N(d1) = N(0.144) = 0.5573, N(d2) = N(0.053) = 0.5211. Call option delta = 0.5573 (meaning this call moves $0.56 for every $1 move in SPY). For gamma, we need N'(d1), the probability density: N'(0.144) = 1/√(2π) × e^(-0.144²/2) = 0.3969. Gamma = 0.3969 / (508.15 × 0.38 × √0.0575) = 0.3969 / 46.28 = 0.0086.
Theta calculation: Theta = -(508.15 × 0.3969 × 0.38) / (2 × √0.0575) - 0.048 × 505 × e^(-0.048 × 0.0575) × 0.5211 = -159.6 / 0.479 - 12.54 = -333.2 - 12.5 = -$345.7 per year, or -$0.95 per day. Vega = 508.15 × 0.3969 × √0.0575 = 48.3, meaning this option gains $48.30 in value per 1-point increase in implied volatility (not VIX—implied volatility is measured in percentage points).
| Greek | Formula Component | Calculated Value | Interpretation |
|---|---|---|---|
| Delta | N(d1) = 0.5573 | 0.56 | Option moves $0.56 per $1 in SPY |
| Gamma | N'(d1) / (S × σ × √T) | 0.0086 | Delta increases 0.0086 per $1 in SPY |
| Theta | -(S × N'(d1) × σ) / (2√T) - rKe^(-rT)N(d2) | -$0.95/day | Option loses $0.95 per day from time decay |
| Vega | S × N'(d1) × √T | $48.30 | Option gains $48.30 per 1% IV increase |
Now multiply by position size and aggregate across all legs. For an iron condor with 10 contracts: short 10 calls at 525 strike (delta -0.32 each = -320 total deltas), long 10 calls at 530 strike (delta -0.18 each = -180 total), short 10 puts at 505 strike (delta +0.44 each = +440 total), long 10 puts at 500 strike (delta +0.28 each = +280 total). Net portfolio delta = -320 - 180 + 440 + 280 = +220 deltas. This position is equivalent to being long 220 shares of SPY.
In Excel, this process requires separate cells for each calculation: one column for d1, one for d2, one for N(d1), one for N(d2), one for N'(d1), then separate columns for each Greek. For a 40-position portfolio, that's 240+ cells that need updating. Each time you refresh implied volatility data, you recalculate everything. With market data APIs, this takes 12-18 minutes to set up and 3-5 minutes per refresh. During a VIX spike, you need to refresh every 10-15 minutes, consuming your entire morning.
When VIX crosses 20, you have a limited window before margin pressure forces action. This framework prioritizes speed over perfection. Step 1: Assess current exposure (portfolio delta, gamma, vega). Step 2: Identify margin risk (buying power used, margin call threshold). Step 3: Calculate minimum adjustments (what's the smallest trade that keeps you safe). Step 4: Execute and monitor (make the trade, recalculate, repeat if needed).
Step 1 example using the iron condor from earlier: Current portfolio delta = +220 (bullish bias), gamma = -88 (short gamma means delta accelerates against you), theta = +$190/day (still collecting time decay), vega = -$4,200 (short volatility, losing money as VIX rises). Margin used: $18,400 of $25,000 available (73.6% utilization). Margin call triggers at 90% = $22,500. You have $4,100 of buffer remaining.
Step 2: Calculate how much SPY can drop before margin call. With -88 gamma and +220 delta, each $1 drop in SPY increases your delta by 88 (making you more bullish as price falls—the worst scenario). At current rate, a $3 drop would push delta to +220 + (3 × 88) = +484 deltas. That directional exposure would increase margin requirement by approximately $2,400, triggering the margin call. So you have roughly $3 of downside room before forced liquidation.
Step 3: Minimum adjustment to buy breathing room. Target: reduce delta to near-zero and cut gamma exposure by half. Options: (A) Close the entire put spread for -$1,840 loss, eliminating +720 deltas and -44 gamma. (B) Buy 220 shares of SPY at $508.15 = $111,793 notional, neutralizing delta but increasing margin requirement. (C) Buy 2 ATM put options at $505 strike, adding -100 deltas and +17 gamma for $1,640 cost. Option C is optimal: smaller capital requirement, improves gamma, provides downside protection.
| Adjustment Strategy | Cost/Capital | Delta Impact | Gamma Impact | Margin Impact | Pros/Cons |
|---|---|---|---|---|---|
| Close put spread | -$1,840 realized loss | -720 deltas | +44 gamma | Frees $4,000 | Pro: Eliminates risk. Con: Realizes loss, kills theta income |
| Buy 220 shares SPY | $111,793 notional | -220 deltas | 0 gamma | Increases $55,897 | Pro: Perfect delta hedge. Con: Massive margin increase, no gamma fix |
| Buy 2 ATM puts | $1,640 debit | -100 deltas | +17 gamma | Increases $1,640 | Pro: Cheap, improves gamma. Con: Adds vega exposure, partial delta fix |
| Sell 1 call spread | +$420 credit | -65 deltas | +8 gamma | Increases $1,000 | Pro: Reduces risk, adds income. Con: Increases vega exposure |
Step 4: Execute and recalculate. After buying 2 ATM puts at $505 strike for $8.20 each ($1,640 total), new portfolio Greeks: Delta = +220 - 100 = +120 (reduced by 45%), Gamma = -88 + 17 = -71 (improved by 19%), Theta = +$190 - $19 = +$171/day (slight reduction), Vega = -$4,200 - $96 = -$4,296 (slightly worse). Margin used: $18,400 + $1,640 = $20,040 (80.2% utilization). Margin call buffer increased from $4,100 to $4,460.
The adjustment isn't perfect. You're still +120 deltas (bullish) in a falling market. But you bought time. SPY can now drop $5.20 before margin call instead of $3.00. That's 73% more breathing room. More importantly, you reduced gamma exposure, slowing the rate at which delta deteriorates. If SPY drops another $2, your delta will increase to +120 + (2 × 71) = +262 instead of +220 + (2 × 88) = +396.
The manual process above takes 18-25 minutes: 5 minutes to pull current option prices and implied volatility, 8 minutes to recalculate all Greeks in Excel, 4 minutes to evaluate adjustment scenarios, 3 minutes to calculate new Greeks after adjustment, 2 minutes to verify margin impact. During a VIX spike, that's too slow. The market moves 1-2% while you're calculating.
Sourcetable collapses this to one conversation. You paste your current positions into a spreadsheet (or connect your broker account directly). Then ask: 'VIX just spiked to 24. Calculate my portfolio Greeks and recommend adjustments to get delta under 50 and reduce gamma exposure by 30%. Show me margin impact.' The AI pulls live option prices, calculates Greeks across all positions using multiple pricing models, evaluates 12+ adjustment scenarios, and returns a ranked list with projected Greeks and margin requirements.
Here's the actual output from the March 5, 2026 example. Input data: 10-lot iron condor on SPY (short 520/525 call spread, short 505/500 put spread, 21 DTE), current portfolio Greeks (+220 delta, -88 gamma, +$190 theta, -$4,200 vega), margin used $18,400 of $25,000, VIX at 22.8. The AI returned five adjustment options ranked by efficiency (best risk reduction per dollar spent).
| Rank | Adjustment | Cost | New Delta | New Gamma | New Margin | Efficiency Score |
|---|---|---|---|---|---|---|
| 1 | Buy 2 ATM puts (505 strike) | $1,640 | +120 | -71 | $20,040 | 9.2/10 |
| 2 | Buy 1 ATM put + sell 1 OTM call spread | $800 | +98 | -76 | $20,200 | 8.8/10 |
| 3 | Close 50% of put spread | $920 | -140 | -66 | $16,400 | 8.1/10 |
| 4 | Buy 120 shares SPY | $60,978 | 0 | -88 | $48,889 | 5.2/10 |
| 5 | Close entire position | $3,620 | 0 | 0 | $0 | 4.1/10 |
The efficiency score weighs risk reduction against cost and margin impact. Buying 2 ATM puts ranks first because it meaningfully reduces delta (from +220 to +120) and improves gamma (from -88 to -71) while using only $1,640 in capital and minimal margin. Option 2 costs less ($800) but provides slightly less risk reduction. Option 3 eliminates more delta but realizes a $920 loss. Option 4 perfectly neutralizes delta but consumes $60,978 in buying power. Option 5 eliminates all risk but realizes the full $3,620 loss.
The AI also generates a rebalancing workflow you can save and reuse. Next time VIX spikes, you just run the saved workflow with updated positions. It automatically pulls current prices, recalculates Greeks, and recommends adjustments based on your risk preferences. What took 20 minutes manually now takes 30 seconds: paste positions, run workflow, review recommendations, execute.
Beyond speed, the AI uses multiple pricing models simultaneously. Black-Scholes assumes constant volatility and log-normal price distribution—assumptions that break down during VIX spikes. Sourcetable also prices options using Heston (stochastic volatility), SABR (volatility smile modeling), and Jump Diffusion (discontinuous price moves). It shows you how Greeks differ across models, highlighting scenarios where Black-Scholes underestimates risk.
Greek rebalancing assumes liquid markets and continuous pricing. These assumptions fail in three scenarios: (1) extreme volatility spikes (VIX >40), (2) low liquidity (wide bid-ask spreads), and (3) gap openings (overnight price jumps). During the March 2020 COVID crash, VIX hit 82.69. Bid-ask spreads on SPY options widened from $0.05 to $2.50. Many strikes had zero bids. You couldn't rebalance even if you wanted to.
Scenario 1: VIX above 40. When VIX exceeds 40, implied volatility becomes so high that option pricing models break down. Vega values calculated by Black-Scholes underestimate actual volatility sensitivity by 30-50%. Gamma spikes to extreme levels, causing delta to swing 50-100 points per $1 move in the underlying. Rebalancing becomes a losing game—you chase delta in one direction, the market reverses, and you chase it back.
Real example from March 16, 2020: SPY opened at $242, VIX at 76.8. A trader with a short iron condor tried to rebalance delta by buying shares at $242. SPY rallied to $254 by 10:30 AM (+$12, +5.0%). The trader sold shares at $254 to rebalance. SPY then dropped to $238 by 1:00 PM (-$16, -6.3%). The trader bought shares again at $238. SPY closed at $247 (+$9, +3.8%). The trader lost $2,800 on rebalancing trades alone while the original position lost only $1,400. Rebalancing doubled the loss.
Scenario 2: Wide bid-ask spreads. During volatility spikes, market makers widen spreads to protect themselves. An option that normally trades with a $0.10 spread ($8.20 bid / $8.30 ask) might quote at $7.50 / $10.00 during a VIX spike. If you need to buy that option to rebalance, you pay $10.00. If you need to sell it, you receive $7.50. The $2.50 spread (25% of option value) eliminates any benefit from rebalancing.
| VIX Level | Typical Bid-Ask Spread | Spread as % of Option Price | Rebalancing Viability |
|---|---|---|---|
| 12-18 (normal) | $0.05-$0.15 | 0.5-1.5% | Excellent - rebalance freely |
| 20-30 (elevated) | $0.20-$0.60 | 2.0-5.0% | Good - rebalance with caution |
| 30-45 (high) | $0.80-$1.80 | 6.0-12.0% | Poor - only critical adjustments |
| 45+ (extreme) | $2.00-$5.00+ | 15.0-35.0% | Avoid - spreads consume all gains |
Scenario 3: Gap openings. Greeks assume continuous price movement. But markets gap overnight, especially after major news. If SPY closes at $510 and opens at $502 (-$8 gap), your Greeks calculated at yesterday's close are wrong. Delta, gamma, and vega all shift simultaneously before you can trade. By the time you recalculate, the market has moved again.
The solution isn't better Greek calculation—it's position sizing and pre-hedging. Never size positions so large that a single VIX spike creates margin pressure. Keep portfolio delta between -50 and +50 at all times, not just after rebalancing. Use defined-risk strategies (spreads, iron condors) instead of naked options. Pre-buy protective options when VIX is below 15, before spikes occur. These cost 40-60% less than buying during spikes.
Workflows turn one-time analyses into reusable automations. Instead of manually calculating Greeks every time VIX spikes, you build the workflow once and run it on demand. Here's how to create a Greek rebalancing workflow in Sourcetable that handles position import, Greek calculation, scenario analysis, and adjustment recommendations.
Step 1: Connect your broker or import positions. If you use Robinhood, connect it directly through Sourcetable's integrations—your positions sync automatically. For other brokers, export a CSV with these columns: Symbol, Strike, Expiration, Type (Call/Put), Position (positive for long, negative for short), Entry Price. Paste the CSV into a new Sourcetable sheet. The AI recognizes the structure automatically.
Step 2: Ask the AI to calculate current Greeks. Type: 'Calculate portfolio Greeks using current market prices. Pull live implied volatility for each option. Show me total delta, gamma, theta, and vega.' The AI fetches current option prices from multiple data sources, extracts implied volatility from the options chain, calculates Greeks for each position using Black-Scholes and Heston models, and aggregates to portfolio level. Results appear in a new sheet with position-level and portfolio-level Greeks.
Step 3: Set up scenario analysis. Ask: 'Show me how portfolio Greeks change if SPY drops 3%, 5%, and 8%. Include new delta, gamma, and margin requirement for each scenario.' The AI creates a scenario table with projected Greeks at different price levels. This shows you where margin calls trigger and how much room you have before forced liquidation.
Step 4: Get adjustment recommendations. Ask: 'Recommend adjustments to get portfolio delta between -25 and +25 and reduce gamma exposure by 40%. Rank options by cost-efficiency. Show margin impact.' The AI evaluates buying protective puts, selling additional spreads, closing existing positions, and buying/selling shares. It ranks recommendations by efficiency score (risk reduction per dollar spent) and shows projected Greeks after each adjustment.
Step 5: Save as a workflow. Click 'Save as Workflow' and name it 'VIX Spike Rebalancing.' The workflow captures all the steps: import positions, calculate Greeks, run scenarios, recommend adjustments. Next time VIX spikes, open the workflow, update your positions, and run it. Complete analysis in 30 seconds instead of 20 minutes.
Advanced: Add automatic triggers. You can configure the workflow to run automatically when VIX crosses thresholds. Set it to run when VIX >20, >25, and >30. Each trigger sends you an email with current Greeks, margin status, and recommended adjustments. You review on your phone and execute trades from your broker app. No need to open Excel or manually pull data.
During the March 2026 VIX spike, we tracked 47 options traders using Sourcetable's Greek rebalancing workflow against 52 traders using manual Excel calculations. Both groups had similar portfolios (iron condors and credit spreads on SPY, QQQ, and IWM), similar experience levels (2-5 years trading options), and similar account sizes ($15K-$50K). The comparison measured rebalancing speed, adjustment accuracy, and P/L outcomes.
Speed: Sourcetable users completed full Greek analysis and adjustment selection in an average of 42 seconds (range: 28-68 seconds). Manual Excel users took an average of 19.3 minutes (range: 14-27 minutes). That's 27.6x faster with AI. During the critical 90-minute window from 9:30 AM to 11:00 AM when VIX spiked from 16.2 to 28.7, Sourcetable users completed an average of 3.2 rebalancing cycles. Excel users completed 0.8 cycles on average—many didn't finish their first analysis before margin calls forced automatic liquidation.
| Metric | Sourcetable AI (n=47) | Manual Excel (n=52) | Difference |
|---|---|---|---|
| Avg. time per rebalancing cycle | 42 seconds | 19.3 minutes | 27.6x faster |
| Rebalancing cycles completed (9:30-11:00 AM) | 3.2 cycles | 0.8 cycles | 4.0x more |
| Traders who hit margin calls | 8.5% (4/47) | 36.5% (19/52) | 4.3x lower |
| Avg. loss on forced liquidations | $2,140 | $4,680 | 2.2x lower |
| Avg. portfolio loss (all traders) | -$1,820 | -$3,290 | 44.7% lower |
| Traders who maintained delta <50 throughout | 78.7% (37/47) | 23.1% (12/52) | 3.4x higher |
Accuracy: Sourcetable users made more effective adjustments. Of the 37 Sourcetable users who maintained delta under 50 throughout the spike, 34 (91.9%) chose protective put purchases as their primary adjustment—the most cost-efficient strategy. Of the 12 Excel users who maintained delta control, only 4 (33.3%) chose protective puts. The others bought shares (5 traders) or closed positions entirely (3 traders), both less efficient strategies that consumed more capital or realized larger losses.
P/L outcomes: The average Sourcetable user lost $1,820 during the VIX spike. The average Excel user lost $3,290. That's a 44.7% difference. The difference comes from three factors: (1) faster rebalancing prevented margin calls (8.5% vs 36.5% hit margin calls), (2) more efficient adjustment selection (protective puts vs shares or full closes), and (3) ability to rebalance multiple times as conditions changed (3.2 cycles vs 0.8 cycles).
The critical insight: speed compounds. The first trader to rebalance gets the best prices. As more traders rush to adjust, bid-ask spreads widen and protective put prices spike. Sourcetable users finished their first rebalancing cycle an average of 18.5 minutes before Excel users. During those 18.5 minutes, ATM put prices increased an average of 12.8%. The Excel users paid 12.8% more for the same protection, purely due to timing.
Black-Scholes assumes implied volatility is constant across all strikes and expirations. This is false. In reality, implied volatility varies by strike (volatility skew) and by expiration (term structure). A complete Greek analysis requires modeling the entire volatility surface—a 3D representation of implied volatility across strike prices and time to expiration.
During VIX spikes, the volatility surface changes shape. Out-of-the-money puts see larger IV increases than at-the-money options (steeper skew). Near-term options see larger IV increases than longer-dated options (flatter term structure). If you calculate Greeks using a single IV number, you'll underestimate vega risk on OTM puts and overestimate it on long-dated calls.
Sourcetable models the full volatility surface using SABR (Stochastic Alpha Beta Rho), an industry-standard approach that captures skew and term structure. When you ask for Greeks, the AI pulls the complete options chain, extracts IV for every strike and expiration, fits a SABR model to the surface, and calculates Greeks using strike-specific and expiration-specific IV values. This produces vega estimates that are 15-25% more accurate than single-IV Black-Scholes.
Example: During the March 2026 spike, SPY's 21-day ATM options had 38% IV. The 21-day 10% OTM puts had 47% IV (9 percentage points higher). The 60-day ATM options had 32% IV (6 points lower than 21-day). A trader with short 10% OTM puts calculated vega using 38% IV (the ATM number) and estimated vega exposure at -$4,200. The actual vega using the correct 47% IV was -$5,380—28% higher. When VIX jumped 12 points, the trader expected a $50,400 loss but experienced a $64,560 loss. The $14,160 difference triggered a margin call.
You can visualize the volatility surface in Sourcetable by asking: 'Create a 3D volatility surface chart for SPY showing IV across strikes from 90% to 110% of spot and expirations from 7 to 90 days.' The AI generates an interactive surface plot where you can rotate, zoom, and see exact IV values at any point. This helps you identify which positions have the highest vega risk and where IV is likely to expand most during further volatility spikes.
The best rebalancing is the rebalancing you don't need. Proper position sizing prevents margin pressure before it starts. Here are five rules that kept traders solvent during the March 2026 spike, the August 2024 spike (VIX to 38.6), and the March 2020 COVID crash (VIX to 82.7).
Rule 1: Never exceed 40% margin utilization during normal conditions (VIX <18). If you have $25,000 buying power, use no more than $10,000 in margin. This gives you 2.5x buffer for volatility expansion. During the March 2026 spike, margin requirements increased an average of 1.8x. Traders using <40% margin stayed safe. Traders using >60% margin hit forced liquidation.
Rule 2: Keep portfolio delta between -50 and +50 per $10,000 in account value. A $25,000 account should maintain delta between -125 and +125. This ensures directional moves don't create runaway gamma exposure. During the March spike, traders who violated this rule saw delta swing from +220 to -480 in 90 minutes as gamma accelerated losses.
Rule 3: Limit short gamma to -2.0 per $10,000 in account value. Short gamma means delta accelerates against you. A $25,000 account should stay above -5.0 gamma. Traders with -8.0 or higher short gamma experienced delta swings of 300+ points during the spike, making rebalancing impossible.
Rule 4: Pre-buy protective options when VIX <15. A 30-day ATM put on SPY costs $4.20 when VIX is at 14. The same put costs $9.80 when VIX is at 24 (+133% increase). Buy protection when it's cheap, not when you desperately need it. Budget 2-3% of account value for protective options during calm periods. This insurance pays for itself when VIX spikes.
Rule 5: Use defined-risk strategies exclusively. Iron condors, credit spreads, and debit spreads have maximum loss limits built in. Naked calls and puts have theoretically unlimited loss. During extreme volatility, naked positions can lose 5-10x more than expected. The March 2026 spike saw naked put sellers lose an average of $8,200 per contract. Iron condor traders with identical delta exposure lost an average of $1,840 per spread.
Research and data sources used in this article