The short put condor is the precision income strategy for sideways markets. Four put options, one profit zone, defined risk—and absolutely brutal to analyze in Excel. Here's how AI turns 40 minutes of spreadsheet torture into 40 seconds of conversation.
Andrew Grosser
February 16, 2026 • 13 min read
March 2024: AAPL at $185 has been pinned between $180 and $190 for six weeks. It tested $190 twice and got rejected. It touched $180 three times and bounced. The market has spoken: AAPL wants to trade in a range. This is the perfect setup for a short put condor—a credit strategy that profits when price stays confined within a specific zone. You sell premium at the edges, collect the credit upfront, and win if the stock cooperates by staying calm.
The problem isn't conceptual—it's computational. A short put condor has four separate put option legs with different strikes, different premiums, different Greeks, and different probabilities of being in-the-money. Calculating your maximum profit, two breakeven points, profit zone boundaries, and daily theta decay requires options pricing models, volatility curves, and probability distributions. In Excel, you're building nested formulas, manually tracking four positions, and updating everything by hand when strikes change sign up free.
Or they use Sourcetable. Try it free.
A short put condor isn't one trade—it's a synchronized position made of four puts. You're buying a long put at the highest strike (protection), selling a put at the upper-middle strike (premium collection), selling another put at the lower-middle strike (premium collection), and buying a long put at the lowest strike (protection). Each leg has its own premium, delta, vega, and theta. Your profit comes from collecting more premium than you pay, and your maximum profit occurs when the stock closes between your two middle strikes at expiration.
Let's say AAPL is at $185. You might structure a short put condor like this:
Your net credit is $2.90 per share ($240 + $190 − $80 − $60 = $290 per contract). That's your maximum profit—which you keep if AAPL closes anywhere between $180 and $190 at expiration. Your maximum loss is the width of your widest spread minus the credit—in this case, $5.00 − $2.90 = $2.10, or $210 per contract. Your breakevens are $177.10 on the downside (lower-middle strike minus credit) and $192.90 on the upside (upper-middle strike plus credit).
Now here's where Excel becomes a nightmare:
That's seven separate analytical workflows, each requiring custom formulas and constant updates. And if you're managing six short put condors across different stocks and expirations? Multiply everything by six and hope you don't transpose a strike price.
Sourcetable doesn't eliminate the math—it eliminates the manual labor of doing the math. Upload your options chain data (manually, CSV, or via API), and the AI handles everything else. You interact with your short put condor analysis the same way you'd interact with a quantitative analyst: by asking questions in plain English.
In Excel, you'd build a table with four rows (one per leg), columns for strike, bid, ask, position (long/short), then write a formula summing premiums with positive/negative signs. In Sourcetable, you upload your four puts and ask: "What's my net credit?"
The AI instantly returns $2.90 per share, recognizing that you're selling $2.40 + $1.90 and buying $0.80 + $0.60. No formulas. No manual updates. Change a strike price and the credit recalculates automatically—no cell references to fix.
The hallmark of a short put condor is the profit zone—the price range where you achieve maximum profit. For this AAPL condor, that zone is between $180 and $190. Ask Sourcetable: "Show me my profit zone."
It returns: $180 to $190 (maximum profit of $290). Your profit plateau is $10 wide, centered near the current stock price of $185. As long as AAPL closes anywhere in this zone at expiration, you keep the entire $290 credit. No partial profits to calculate—it's binary and clean.
Breakevens are straightforward algebra: lower-middle strike minus credit for the downside, upper-middle strike plus credit for the upside. But when you're managing multiple condors, tracking breakevens manually is tedious and error-prone. Ask Sourcetable: "What are my breakevens?"
It returns: $177.10 (downside) and $192.90 (upside). AAPL needs to drop below $177.10 or rally above $192.90 for you to start losing money. That's a 9.1% cushion below and a 4.3% cushion above—substantial room for error in a 30-day window.
Professional traders use payoff diagrams to understand risk profiles instantly. In Excel, generating one requires building a data table with stock prices from $170 to $200, calculating P&L at each point using multi-condition IF statements, then formatting a line chart. It takes 20 minutes and breaks every time you adjust a strike.
In Sourcetable, ask: "Show my risk graph." The AI generates a publication-quality payoff diagram in seconds. You see the flat profit plateau between $180 and $190 (your maximum profit zone), the gradual loss slopes outside the profit zone, and the capped losses of $210 on either side. The current stock price at $185 is marked clearly, showing you're centered in the sweet spot.
Here's where Excel truly falls apart. Calculating probability of maximum profit requires pulling implied volatility from the options chain, converting it to expected daily movement, then using probability distributions to estimate the likelihood of closing within your profit zone. The formula involves options pricing models, logarithms, and statistical functions.
Ask Sourcetable: "What's my probability of max profit?" It pulls current IV (say, 22% annualized), calculates the expected price range over 30 days, and returns: 68% probability of closing between $180 and $190. You instantly know whether the $290 premium justifies the $210 risk—without touching a single formula.
Short put condors profit from time decay—theta. As expiration approaches, the options you sold lose value faster than the options you bought (because at-the-money options decay faster than out-of-the-money options). But calculating daily theta for a four-leg position requires aggregating Greeks across all legs with proper weighting. Sourcetable does this automatically. Ask: "Show my daily theta."
It returns: $11 per day. With 30 days to expiration, you're collecting $11 of time decay every day AAPL stays in range. That's $330 over 30 days if nothing happens—exceeding your $290 initial credit through mark-to-market gains that allow early profit-taking.
Professional income traders don't run one short put condor—they run fifteen or twenty simultaneously across different underlyings and expirations. This creates a diversified premium collection portfolio that generates consistent monthly income. Managing this in Excel is chaos: fifteen separate spreadsheets, manual consolidation, no way to see portfolio-wide Greeks or aggregate profit zones.
Sourcetable centralizes everything. Upload all positions and ask portfolio-level questions:
This kind of aggregated analysis would require VBA macros and hours of Excel engineering. In Sourcetable, it's a single question. The AI understands that when you ask about "total theta," you mean the sum across all active short put condors, weighted by contracts and adjusted for position size.
Short put condors aren't set-and-forget. When the underlying moves toward one of your breakevens, you need to decide: roll the threatened side, close the entire position, convert to a different structure, or add a hedge. The decision depends on how much time remains, how much profit you've captured, and what the adjustment will cost relative to your remaining risk.
Sourcetable makes adjustment analysis instant. Say AAPL drops to $178—now just $2 inside your profit zone with 12 days remaining. Ask: "Should I roll my lower strikes down?"
The AI calculates the cost of buying back your $180/$175 put spread ($2.80 debit) and selling a new $175/$170 spread ($1.60 credit), resulting in a net $1.20 cost. It compares this to your current $290 credit and remaining theta, then suggests: "Rolling costs 41% of your profit but only extends the profit zone by $5. Consider closing the position instead—you've captured $210 of the $290 max gain with only 12 days of risk remaining."
This kind of strategic guidance would require building a separate adjustment calculator in Excel with scenario modeling. Sourcetable does it conversationally, factoring in all relevant Greeks, time value, and opportunity cost.
Short put condors thrive in specific market conditions. Understanding when to deploy them—and when to avoid them—is the difference between consistent income and blown-up accounts.
Sideways Markets with Defined Range: When a stock or ETF has been consolidating between technical levels for weeks, short put condors are ideal. The defined range gives you clear boundaries for strike selection.
Elevated Implied Volatility: When IV is high, option premiums are fat. You collect more credit for the same defined risk. After earnings or market volatility spikes, IV often stays elevated even as price stabilizes—perfect for condors.
Stocks Unlikely to Drop Sharply: Since all four legs are puts, your exposure is entirely on the downside. Use this strategy when you believe the stock has strong support and is unlikely to crash. Established blue-chips with low volatility are ideal.
30-45 Days to Expiration: This timeframe captures accelerated theta decay while giving the position enough time to work. Shorter durations increase gamma risk; longer durations reduce theta collection rate.
Strong Downtrends: Short put condors get destroyed when stocks trend lower. If the chart shows a clear downtrend with lower lows, don't try to collect $290 betting it'll stop falling. Momentum beats premium collection every time.
Upcoming Binary Events: Earnings, FDA decisions, economic data—these create outsized moves. One surprise number can gap price through your entire profit zone and into max loss territory overnight. Wait until after the catalyst.
Low Implied Volatility: When IV is crushed, premiums are tiny. The risk-reward becomes unfavorable—you're risking $210 to make $80. Skip it and wait for IV expansion.
Illiquid Options: Wide bid-ask spreads destroy profitability. If you're paying $0.30 in slippage entering and another $0.30 exiting, you've just given up 21% of a $2.90 credit to transaction costs.
Sourcetable can help you identify favorable conditions. Connect live market data and ask: "Which of my watchlist stocks are range-bound with IV above the 60th percentile and strong support levels?" The AI scans the list and returns candidates meeting all three criteria—instant opportunity filtering without manual chart review or volatility rank calculations.
A single short put condor is a trade. Twelve short put condors across different underlyings and expirations is a system. The goal: generate $800-$1,500 per month in premium income with defined, manageable risk on each position. Here's how professionals structure it.
Multiple Sectors: Don't cluster all your condors in tech stocks. Spread across tech, financials, healthcare, consumer goods, and industrials. Sector rotation happens—when one sector gets volatile, others often stay calm.
Staggered Expirations: Don't let all your condors expire the same week. Stagger expirations every 7-10 days so you're constantly managing winners, rolling losers, and deploying fresh capital into new positions.
Position Sizing: Risk no more than 3-5% of your portfolio on any single short put condor. A $15,000 account should risk $450-$750 maximum loss per position—which means credit collected should be sized accordingly.
Avoid Correlation Traps: Five condors on AAPL, MSFT, GOOGL, NVDA, and TSLA might look diversified but they're all tech. A sector-wide selloff hits all five simultaneously. True diversification means spreading across uncorrelated sectors.
Income traders follow a monthly rhythm. At the start of each month, open 10-15 new short put condors across different sectors and underlyings with 30-45 DTE (days to expiration). As expiration approaches, close profitable positions at 60-80% of max profit—don't wait for the last dollar. Redeploy that capital into new condors for the next expiration cycle. This creates a perpetual premium collection machine.
Sourcetable tracks this cycle automatically. Ask: "Which condors have captured 70% of max profit?" It flags positions ready to close early. Ask: "How much buying power do I have for new condors this week?" It calculates available capital after accounting for margin requirements on existing positions.
The short put condor is a credit strategy that profits when price stays within a defined range. It involves four put options: long put at highest strike, short put at upper-middle strike, short put at lower-middle strike, long put at lowest strike.
Maximum profit equals the net credit collected, achieved when the stock closes anywhere between the two middle strikes at expiration. Maximum loss is the width of the widest spread minus the credit.
Traditional Excel analysis requires tracking four separate puts, calculating net credit, modeling profit zones, generating payoff diagrams, and aggregating Greeks—a 40-minute process that needs constant updates as prices move.
Sourcetable turns short put condor analysis into natural language questions: "What's my net credit?" → $2.90. "Show profit zone." → $180 to $190. "What's my probability of max profit?" → 68%.
Short put condors work best in sideways markets with elevated implied volatility, strong support levels, and 30-45 days to expiration. Avoid them during downtrends or before binary events.
Professional income traders run 10-15 condors simultaneously across different sectors and expirations, generating $800-$1,500 monthly in premium income with defined risk per position.
If your question is not covered here, you can contact our team.
Contact Us