<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Wheel_strategy on FinFr.ee: Financial Freedom for Globally Mobile Investors</title>
    <link>http://localhost:58538/tags/wheel_strategy/</link>
    <description>Tools, math, and lived experience for expats building wealth across borders. Passive portfolios and active income from a Dubai-based trader.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2026 | All rights reserved</copyright>
    <lastBuildDate>Tue, 20 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:58538/tags/wheel_strategy/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>The Options Wheel Strategy: A Popular Approach That Doesn&#39;t Work for Everyone</title>
      <link>http://localhost:58538/passive_active_investments/options_trading/options-wheel-strategy-honest-review/</link>
      <pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:58538/passive_active_investments/options_trading/options-wheel-strategy-honest-review/</guid>
      <description>An honest look at the Options Wheel Strategy - how it works, why it&#39;s popular, and why I personally prefer trading cash secured puts and covered calls separately</description>
      <content:encoded><![CDATA[
<h2 class="relative group">What is the Options Wheel Strategy?
    <div id="what-is-the-options-wheel-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-is-the-options-wheel-strategy" aria-label="Anchor">#</a>
    </span>
    
</h2>
<div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
  The Options Wheel Strategy combines cash secured puts and covered calls into a continuous cycle of premium collection. It's one of the most popular income strategies in the options world - but popular doesn't mean it works for everyone. Here's an honest look at the strategy, including why I've moved away from it.
</div>


  
  
  
  



<div
  
    class="flex px-4 py-3 rounded-md shadow bg-primary-100 dark:bg-primary-900"
  
  >
  <span
    
      class="text-primary-400 pe-3 flex items-center"
    
    >
    <span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c17.67 0 32 14.33 32 32c0 17.67-14.33 32-32 32S224 177.7 224 160C224 142.3 238.3 128 256 128zM296 384h-80C202.8 384 192 373.3 192 360s10.75-24 24-24h16v-64H224c-13.25 0-24-10.75-24-24S210.8 224 224 224h32c13.25 0 24 10.75 24 24v88h16c13.25 0 24 10.75 24 24S309.3 384 296 384z"/></svg>
</span>
  </span>

  <span
    
      class="dark:text-neutral-300"
    
    ><p><strong>Prerequisites:</strong> This article assumes you understand cash secured puts and covered calls. If not, read these first:</p>
<ul>
<li><a href="/passive_active_investments/options_trading/cash-secured-puts-get-paid-to-buy-stocks-at-discount/" >Cash Secured Puts: Get Paid to Buy Stocks at a Discount</a></li>
<li><a href="/passive_active_investments/options_trading/boost_your_portfolio_with_covered_calls_profiting_from_premiums_while_owning_stocks/" >Covered Calls: Profiting from Premiums While Owning Stocks</a></li>
</ul></span>
</div>

<p>The Wheel combines two strategies you may already know:</p>
<ol>
<li><strong>Sell cash secured puts</strong> until you get assigned shares</li>
<li><strong>Sell covered calls</strong> on those shares until they get called away</li>
<li><strong>Repeat</strong> - back to selling puts</li>
</ol>
<p>Sounds elegant, right? In theory, you're collecting premium at every stage. In practice... it's more complicated.</p>

<h2 class="relative group">How the Wheel Works
    <div id="how-the-wheel-works" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#how-the-wheel-works" aria-label="Anchor">#</a>
    </span>
    
</h2>
<pre class="not-prose mermaid">
graph TD
    A[Start with Cash] -->|Sell Cash Secured Put| B{At Expiration}
    B -->|Stock > Strike| C[Keep Premium<br/>No Assignment]
    C --> A
    B -->|Stock < Strike| D[Assigned: Buy 100 Shares]
    D -->|Sell Covered Call| E{At Expiration}
    E -->|Stock < Strike| F[Keep Premium<br/>Keep Shares]
    F --> D
    E -->|Stock > Strike| G[Called Away: Sell Shares]
    G --> A

    classDef primary fill:#2a9d8f,stroke:#1f7a6a,stroke-width:2px,color:#fff
    classDef success fill:#22c55e,stroke:#16a34a,color:#fff
    classDef warning fill:#f59e0b,stroke:#d97706,color:#fff

    class A primary
    class C,F success
    class G warning
</pre>


<h3 class="relative group">The Four Stages
    <div id="the-four-stages" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-four-stages" aria-label="Anchor">#</a>
    </span>
    
</h3>
<div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Stage 1: Sell CSP">
          <span class="flex items-center gap-1">
            
            Stage 1: Sell CSP
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Stage 2: Own Stock">
          <span class="flex items-center gap-1">
            
            Stage 2: Own Stock
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="2"
          data-tab-label="Stage 3: Sell CC">
          <span class="flex items-center gap-1">
            
            Stage 3: Sell CC
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="3"
          data-tab-label="Stage 4: Back to Cash">
          <span class="flex items-center gap-1">
            
            Stage 4: Back to Cash
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <p><strong>Sell Cash Secured Put</strong></p>
<p>You start with cash and sell a put option on a stock you want to own.</p>
<ul>
<li>If stock stays above strike → Keep premium, repeat</li>
<li>If stock drops below strike → Get assigned, move to Stage 2</li>
</ul>
<p><em>For full details on cash secured puts, see the <a href="/passive_active_investments/options_trading/cash-secured-puts-get-paid-to-buy-stocks-at-discount/" >dedicated article</a>.</em></p>

      </div><div class="tab__panel " data-tab-index="1">
        <p><strong>You Now Own 100 Shares</strong></p>
<p>You've been assigned. Your cash became shares at the strike price minus the premium you collected.</p>
<p>This is the transition stage - you're now a shareholder whether you planned to be or not.</p>

      </div><div class="tab__panel " data-tab-index="2">
        <p><strong>Sell Covered Call</strong></p>
<p>You sell a call option against your shares to generate income while waiting for the stock to recover.</p>
<ul>
<li>If stock stays below strike → Keep premium, keep shares, repeat</li>
<li>If stock rises above strike → Shares called away, move to Stage 4</li>
</ul>
<p><em>For full details on covered calls, see the <a href="/passive_active_investments/options_trading/boost_your_portfolio_with_covered_calls_profiting_from_premiums_while_owning_stocks/" >dedicated article</a>.</em></p>

      </div><div class="tab__panel " data-tab-index="3">
        <p><strong>Shares Called Away</strong></p>
<p>Your shares were sold at the strike price. You're back to cash and can start the wheel again.</p>
<p>The cycle is complete. In a perfect world, you collected premium at every stage.</p>

      </div></div>
</div>


<h2 class="relative group">Why the Wheel is Popular
    <div id="why-the-wheel-is-popular" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-the-wheel-is-popular" aria-label="Anchor">#</a>
    </span>
    
</h2>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          The Appeal
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Systematic approach</strong> - Clear rules at every stage</li>
<li><strong>Income at every step</strong> - Collect premium whether you own shares or not</li>
<li><strong>Feels safe</strong> - Based on stocks you want to own anyway</li>
<li><strong>Works in sideways markets</strong> - Doesn't need big moves to profit</li>
</ul></div></div>
<h2 class="relative group">The Problem: When the Wheel Breaks Down
    <div id="the-problem-when-the-wheel-breaks-down" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem-when-the-wheel-breaks-down" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>Here's what the YouTube videos and blog posts don't always tell you:</p>
<pre class="not-prose mermaid">
graph TD
    A[Sell Put at $100 Strike<br/>Collect $2 Premium] --> B[Stock Drops to $85<br/>You're Assigned]
    B --> C[Sell Covered Call<br/>$90 Strike for $1 Premium]
    C --> D{Stock Keeps Dropping}
    D -->|Stock at $75| E[Call Expires Worthless<br/>You Keep $1 Premium]
    E --> F[Sell Another Call<br/>$80 Strike for $0.50]
    F --> G[Stock Drops to $70]
    G --> H[Trapped: Can't Sell Calls<br/>Above Your Cost Basis]

    classDef danger fill:#ef4444,stroke:#dc2626,color:#fff
    classDef critical fill:#b91c1c,stroke:#991b1b,color:#fff

    class B,G danger
    class H critical
</pre>

<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="danger">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"  d="M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-2.8-5.6-5.6-11.2-9.8-16.8l-50.6 58.8s-81.4-103.6-87.1-110.6C133.1 243.8 112 273.2 112 306.8C112 375.4 162.6 416 225.7 416z"/></svg></span></div>
        <div class="grow">
          The Trap
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>When a stock keeps dropping after assignment, you're stuck. You can either:</p>
<ul>
<li>Sell calls below your cost basis (locking in a loss if assigned)</li>
<li>Sell calls so far out-of-the-money the premium is worthless</li>
<li>Hold and wait, collecting nothing</li>
</ul></div></div><p>This is exactly what happened to me. Multiple times.</p>

<h2 class="relative group">My Honest Experience with the Wheel
    <div id="my-honest-experience-with-the-wheel" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#my-honest-experience-with-the-wheel" aria-label="Anchor">#</a>
    </span>
    
</h2>

  
  
  
  



<div
  
    class="flex px-4 py-3 rounded-md shadow" style="background-color: #fef3c7"
  
  >
  <span
    
      class="pe-3 flex items-center" style="color: #d97706"
    
    >
    <span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"  d="M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-2.8-5.6-5.6-11.2-9.8-16.8l-50.6 58.8s-81.4-103.6-87.1-110.6C133.1 243.8 112 273.2 112 306.8C112 375.4 162.6 416 225.7 416z"/></svg></span>
  </span>

  <span
    
      style="color: #92400e"
    
    ><strong>Personal Note:</strong> Despite the Wheel being popular, it hasn't worked for me. I've been most profitable trading cash secured puts and covered calls as separate strategies rather than a combined wheel.</span>
</div>


<h3 class="relative group">What Kept Going Wrong
    <div id="what-kept-going-wrong" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-kept-going-wrong" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>Here's my typical wheel experience:</p>
<ol>
<li><strong>Sell a cash secured put</strong> on a quality stock I want to own</li>
<li><strong>Get assigned</strong> - stock drops below strike</li>
<li><strong>Sell a covered call</strong> trying to generate income while holding</li>
<li><strong>Stock keeps dropping</strong> - my covered call expires worthless</li>
<li><strong>Sell another call</strong> at an even lower strike</li>
<li><strong>Stock drops more</strong> - now I can't sell calls above my cost basis without locking in losses</li>
</ol>
<p>At this point, I'm trapped. The &quot;wheel&quot; has become a one-way trip to bagholding.</p>

<h3 class="relative group">The Numbers Don't Lie
    <div id="the-numbers-dont-lie" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-numbers-dont-lie" aria-label="Anchor">#</a>
    </span>
    
</h3>
<div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Wheel Attempt">
          <span class="flex items-center gap-1">
            
            Wheel Attempt
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Separate Strategy">
          <span class="flex items-center gap-1">
            
            Separate Strategy
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <p><strong>Example: My SOFI Wheel Gone Wrong</strong></p>
<div class="highlight-wrapper"><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl">Initial CSP: $8 strike, collected $0.40
</span></span><span class="line"><span class="cl">Assigned at: $7.50 (cost basis: $7.60)
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">Covered Call #1: $8 strike, collected $0.25
</span></span><span class="line"><span class="cl">Stock dropped to: $6.80 (call expired worthless)
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">Covered Call #2: $7.50 strike, collected $0.20
</span></span><span class="line"><span class="cl">Stock dropped to: $6.20 (call expired worthless)
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">Covered Call #3: $7 strike, collected $0.15
</span></span><span class="line"><span class="cl">Stock dropped to: $5.50 (call expired worthless)
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">Result after 4 months:
</span></span><span class="line"><span class="cl">- Total premium collected: $1.00
</span></span><span class="line"><span class="cl">- Stock loss: $2.10 per share
</span></span><span class="line"><span class="cl">- Net loss: -$1.10 per share (-$110 per contract)</span></span></code></pre></div></div>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="failure">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>
</span></div>
        <div class="grow">
          Outcome
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>The premiums didn't even come close to offsetting the stock decline.</p></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <p><strong>What I Do Now: Trade Them Separately</strong></p>
<div class="highlight-wrapper"><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-text" data-lang="text"><span class="line"><span class="cl">Cash Secured Puts:
</span></span><span class="line"><span class="cl">- Only sell on stocks I genuinely want to own
</span></span><span class="line"><span class="cl">- If assigned, I&#39;m happy to hold - no pressure to sell calls
</span></span><span class="line"><span class="cl">- If stock drops further, I might sell MORE puts at lower strikes
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">Covered Calls:
</span></span><span class="line"><span class="cl">- Only sell on stocks I WANT to exit
</span></span><span class="line"><span class="cl">- If I&#39;m assigned, great - I wanted out anyway
</span></span><span class="line"><span class="cl">- Never sell calls on stocks I want to keep long-term</span></span></code></pre></div></div>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Result
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>Much better returns because I'm not forcing trades that don't make sense.</p></div></div>
      </div></div>
</div>


<h2 class="relative group">Why I Trade CSPs and Covered Calls Separately
    <div id="why-i-trade-csps-and-covered-calls-separately" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-i-trade-csps-and-covered-calls-separately" aria-label="Anchor">#</a>
    </span>
    
</h2>

<h3 class="relative group">Cash Secured Puts: My Main Income Strategy
    <div id="cash-secured-puts-my-main-income-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#cash-secured-puts-my-main-income-strategy" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>I sell cash secured puts on quality stocks I want to own. Period.</p>
<ul>
<li><strong>If not assigned:</strong> Great, I keep the premium and sell another put</li>
<li><strong>If assigned:</strong> Great, I now own a stock I wanted at a discount</li>
<li><strong>If stock keeps dropping:</strong> I hold because I believe in the company. I might even sell more puts at lower strikes to average down.</li>
</ul>
<p>I don't immediately try to wheel out of the position. That's where I used to go wrong.</p>

<h3 class="relative group">Covered Calls: Only When I Want Out
    <div id="covered-calls-only-when-i-want-out" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#covered-calls-only-when-i-want-out" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>I only sell covered calls in one specific situation:</p>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="tip">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M112.1 454.3c0 6.297 1.816 12.44 5.284 17.69l17.14 25.69c5.25 7.875 17.17 14.28 26.64 14.28h61.67c9.438 0 21.36-6.401 26.61-14.28l17.08-25.68c2.938-4.438 5.348-12.37 5.348-17.7L272 415.1h-160L112.1 454.3zM191.4 .0132C89.44 .3257 16 82.97 16 175.1c0 44.38 16.44 84.84 43.56 115.8c16.53 18.84 42.34 58.23 52.22 91.45c.0313 .25 .0938 .5166 .125 .7823h160.2c.0313-.2656 .0938-.5166 .125-.7823c9.875-33.22 35.69-72.61 52.22-91.45C351.6 260.8 368 220.4 368 175.1C368 78.61 288.9-.2837 191.4 .0132zM192 96.01c-44.13 0-80 35.89-80 79.1C112 184.8 104.8 192 96 192S80 184.8 80 176c0-61.76 50.25-111.1 112-111.1c8.844 0 16 7.159 16 16S200.8 96.01 192 96.01z"/></svg>
</span></div>
        <div class="grow">
          My Covered Call Rule
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>I sell covered calls <strong>only</strong> when I already own a stock and <strong>want it to be called away</strong> because I'm no longer interested in holding it.</p></div></div><p>This completely changes the psychology:</p>
<ul>
<li>I'm not chasing premium while hoping the stock recovers</li>
<li>I'm actively trying to exit a position while collecting some income on the way out</li>
<li>If the stock rallies and gets called away - perfect, that's what I wanted</li>
</ul>

<h3 class="relative group">The Key Difference
    <div id="the-key-difference" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-key-difference" aria-label="Anchor">#</a>
    </span>
    
</h3>
<pre class="not-prose mermaid">
graph LR
    subgraph "Wheel Strategy"
    A1[Forced to Sell CC] --> B1[Hope Stock Recovers]
    B1 --> C1[Chase Premium]
    C1 --> D1[Often Trapped]
    end

    subgraph "My Approach"
    A2[Choose to Sell CC] --> B2[Want to Exit Position]
    B2 --> C2[Premium is Bonus]
    C2 --> D2[Win Either Way]
    end

    classDef bad fill:#ef4444,stroke:#dc2626,color:#fff
    classDef good fill:#22c55e,stroke:#16a34a,color:#fff

    class D1 bad
    class D2 good
</pre>


<h2 class="relative group">When the Wheel Might Work
    <div id="when-the-wheel-might-work" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#when-the-wheel-might-work" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>I'm not saying the wheel never works. It can work well when:</p>
<div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Good Conditions">
          <span class="flex items-center gap-1">
            
            Good Conditions
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Bad Conditions">
          <span class="flex items-center gap-1">
            
            Bad Conditions
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Wheel-Friendly Scenarios
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Sideways markets</strong> - Stock oscillates in a range</li>
<li><strong>Stable blue chips</strong> - Low volatility, consistent dividends</li>
<li><strong>Small position sizes</strong> - You can afford to be wrong</li>
<li><strong>Long time horizon</strong> - Years, not months</li>
<li><strong>Tax-advantaged accounts</strong> - No tax drag from frequent trading</li>
</ul></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="danger">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"  d="M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-2.8-5.6-5.6-11.2-9.8-16.8l-50.6 58.8s-81.4-103.6-87.1-110.6C133.1 243.8 112 273.2 112 306.8C112 375.4 162.6 416 225.7 416z"/></svg></span></div>
        <div class="grow">
          Wheel-Breaking Scenarios
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Trending down markets</strong> - Stocks keep falling after assignment</li>
<li><strong>Growth stocks</strong> - High volatility, no dividends to cushion</li>
<li><strong>Concentrated positions</strong> - Too much capital in one wheel</li>
<li><strong>Need income now</strong> - Can't wait for stocks to recover</li>
<li><strong>Impatient traders</strong> - Forcing trades to &quot;stay in the wheel&quot;</li>
</ul></div></div>
      </div></div>
</div>


<h2 class="relative group">Risk Comparison
    <div id="risk-comparison" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#risk-comparison" aria-label="Anchor">#</a>
    </span>
    
</h2>
<table>
	<thead>
			<tr>
					<th>Aspect</th>
					<th>Pure Wheel</th>
					<th>Separate CSP/CC</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td><strong>Complexity</strong></td>
					<td>Medium - systematic</td>
					<td>Low - situational</td>
			</tr>
			<tr>
					<td><strong>Flexibility</strong></td>
					<td>Low - must follow cycle</td>
					<td>High - trade what makes sense</td>
			</tr>
			<tr>
					<td><strong>Trap Risk</strong></td>
					<td>High - forced into bad CCs</td>
					<td>Low - no forced trades</td>
			</tr>
			<tr>
					<td><strong>Psychology</strong></td>
					<td>Frustrating when stuck</td>
					<td>Cleaner decision-making</td>
			</tr>
			<tr>
					<td><strong>Best For</strong></td>
					<td>Sideways markets</td>
					<td>Any market condition</td>
			</tr>
	</tbody>
</table>

<h2 class="relative group">Best Practices If You Still Want to Wheel
    <div id="best-practices-if-you-still-want-to-wheel" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#best-practices-if-you-still-want-to-wheel" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>If you're set on trying the wheel, here are some guidelines:</p>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="warning">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/></svg>
</span></div>
        <div class="grow">
          Wheel Requirements
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ol>
<li><strong>Only wheel stocks you'd hold for 5+ years</strong> - Not just &quot;stocks you like&quot;</li>
<li><strong>Keep positions small</strong> - Max 5% of portfolio per wheel</li>
<li><strong>Accept you might get stuck</strong> - Have a plan for extended holding periods</li>
<li><strong>Don't force covered calls</strong> - It's okay to skip a cycle</li>
<li><strong>Track your actual returns</strong> - Premium isn't profit if the stock tanks</li>
</ol></div></div>
<h3 class="relative group">Strike Selection
    <div id="strike-selection" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#strike-selection" aria-label="Anchor">#</a>
    </span>
    
</h3>
<table>
	<thead>
			<tr>
					<th>Phase</th>
					<th>Delta Target</th>
					<th>Distance from Price</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td>CSP</td>
					<td>-0.20 to -0.30</td>
					<td>5-15% below current</td>
			</tr>
			<tr>
					<td>CC</td>
					<td>0.20 to 0.30</td>
					<td>5-15% above cost basis</td>
			</tr>
	</tbody>
</table>

<h3 class="relative group">DTE (Days to Expiration)
    <div id="dte-days-to-expiration" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#dte-days-to-expiration" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>Aim for <strong>30-45 DTE</strong> for optimal theta decay. This gives you:</p>
<ul>
<li>Enough time for the stock to move</li>
<li>Maximum time decay in your favor</li>
<li>Room to roll if needed</li>
</ul>

<h2 class="relative group">Interactive Calculator
    <div id="interactive-calculator" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#interactive-calculator" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>Use this calculator to estimate potential wheel returns - but remember, these are best-case scenarios:</p>
<style>
    .wheel-calculator {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }
    .wheel-calculator h3 {
        margin-top: 0;
        color: #333;
        border-bottom: 2px solid #2a9d8f;
        padding-bottom: 10px;
    }
    .wheel-calculator .input-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        margin-bottom: 20px;
    }
    .wheel-calculator .input-group {
        display: flex;
        flex-direction: column;
    }
    .wheel-calculator label {
        font-weight: 600;
        margin-bottom: 5px;
        color: #555;
    }
    .wheel-calculator input[type="number"] {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
    }
    .wheel-calculator button {
        background-color: #2a9d8f;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
    }
    .wheel-calculator button:hover {
        background-color: #264653;
    }
    .wheel-calculator .results {
        margin-top: 20px;
        background-color: #fff;
        padding: 15px;
        border-radius: 4px;
        border: 1px solid #eee;
    }
    .wheel-calculator .results h4 {
        margin-top: 0;
        color: #264653;
    }
    .wheel-calculator .result-item {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }
    .wheel-calculator .result-item:last-child {
        border-bottom: none;
    }
    .wheel-calculator .result-item span:first-child {
        font-weight: 500;
    }
    .wheel-calculator .result-item span:last-child {
        font-weight: 700;
        color: #2a9d8f;
    }
</style>

<div class="wheel-calculator">
    <h3>Wheel Strategy Estimator</h3>
    <div class="input-grid">
        <div class="input-group">
            <label for="stockPrice">Stock Price ($)</label>
            <input type="number" id="stockPrice" placeholder="e.g., 105">
        </div>
        <div class="input-group">
            <label for="putStrike">Put Strike ($)</label>
            <input type="number" id="putStrike" placeholder="e.g., 100">
        </div>
        <div class="input-group">
            <label for="putPremium">Put Premium ($)</label>
            <input type="number" id="putPremium" placeholder="e.g., 2.00">
        </div>
        <div class="input-group">
            <label for="callStrike">Call Strike ($)</label>
            <input type="number" id="callStrike" placeholder="e.g., 105">
        </div>
        <div class="input-group">
            <label for="callPremium">Call Premium ($)</label>
            <input type="number" id="callPremium" placeholder="e.g., 1.50">
        </div>
    </div>
    <button id="calculateWheel">Calculate</button>
    <div class="results" id="wheelResults" style="display: none;">
        
        <h4>Cash-Secured Put Analysis</h4>
        <div class="result-item">
            <span>Premium per Share:</span>
            <span id="cspPremiumPerShare"></span>
        </div>
        <div class="result-item">
            <span>Total Premium Received:</span>
            <span id="cspTotalPremium"></span>
        </div>
        <div class="result-item">
            <span>Capital Required (per 100 shares):</span>
            <span id="cspCapitalRequired"></span>
        </div>
        <div class="result-item">
            <span>Return on Capital (if not assigned):</span>
            <span id="cspReturn"></span>
        </div>
        <div class="result-item">
            <span>Cost Basis if Assigned (per share):</span>
            <span id="cspCostBasis"></span>
        </div>
        <br>
        
        <h4>Covered Call Analysis (Post-Assignment)</h4>
        <div class="result-item">
            <span>Premium per Share:</span>
            <span id="ccPremiumPerShare"></span>
        </div>
        <div class="result-item">
            <span>Total Premium Received:</span>
            <span id="ccTotalPremium"></span>
        </div>
        <div class="result-item">
            <span>Return on Investment (from CC premium):</span>
            <span id="ccReturn"></span>
        </div>
         <div class="result-item">
            <span>Profit if Called Away (per share):</span>
            <span id="ccProfit"></span>
        </div>
        <div class="result-item">
            <span>Total Return if Called Away:</span>
            <span id="ccTotalReturn"></span>
        </div>
    </div>
</div>

<script>
    document.getElementById('calculateWheel').addEventListener('click', function() {
        
        const stockPrice = parseFloat(document.getElementById('stockPrice').value);
        const putStrike = parseFloat(document.getElementById('putStrike').value);
        const putPremium = parseFloat(document.getElementById('putPremium').value);
        const callStrike = parseFloat(document.getElementById('callStrike').value);
        const callPremium = parseFloat(document.getElementById('callPremium').value);

        
        if (isNaN(putStrike) || isNaN(putPremium) || putStrike <= 0) {
            alert("Please enter valid Put Strike and Put Premium values.");
            return;
        }

        
        const cspTotalPremium = putPremium * 100;
        const cspCapitalRequired = putStrike * 100;
        const cspReturn = (cspTotalPremium / cspCapitalRequired) * 100;
        const cspCostBasis = putStrike - putPremium;

        
        document.getElementById('cspPremiumPerShare').innerText = `$${putPremium.toFixed(2)}`;
        document.getElementById('cspTotalPremium').innerText = `$${cspTotalPremium.toFixed(2)}`;
        document.getElementById('cspCapitalRequired').innerText = `$${cspCapitalRequired.toFixed(2)}`;
        document.getElementById('cspReturn').innerText = `${cspReturn.toFixed(2)}%`;
        document.getElementById('cspCostBasis').innerText = `$${cspCostBasis.toFixed(2)}`;
        
        
        if (!isNaN(callStrike) && !isNaN(callPremium) && callStrike > 0) {
            const ccTotalPremium = callPremium * 100;
            
            const ccReturn = (ccTotalPremium / (cspCostBasis * 100)) * 100; 
            const profitIfCalled = (callStrike - cspCostBasis) + callPremium;
            const totalReturnIfCalled = ((profitIfCalled / cspCostBasis) * 100);

            document.getElementById('ccPremiumPerShare').innerText = `$${callPremium.toFixed(2)}`;
            document.getElementById('ccTotalPremium').innerText = `$${ccTotalPremium.toFixed(2)}`;
            document.getElementById('ccReturn').innerText = `${ccReturn.toFixed(2)}%`;
            document.getElementById('ccProfit').innerText = `$${profitIfCalled.toFixed(2)}`;
            document.getElementById('ccTotalReturn').innerText = `${totalReturnIfCalled.toFixed(2)}%`;

        } else {
             
            document.getElementById('ccPremiumPerShare').innerText = 'N/A';
            document.getElementById('ccTotalPremium').innerText = 'N/A';
            document.getElementById('ccReturn').innerText = 'N/A';
            document.getElementById('ccProfit').innerText = 'N/A';
            document.getElementById('ccTotalReturn').innerText = 'N/A';
        }

        
        document.getElementById('wheelResults').style.display = 'block';
    });
</script>


<h2 class="relative group">Key Takeaways
    <div id="key-takeaways" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#key-takeaways" aria-label="Anchor">#</a>
    </span>
    
</h2>
<ol>
<li><strong>The wheel is popular but not perfect</strong> - It works in specific conditions</li>
<li><strong>Stocks don't always cooperate</strong> - Dropping stocks break the cycle</li>
<li><strong>Forcing trades is costly</strong> - Don't sell covered calls just to &quot;stay in the wheel&quot;</li>
<li><strong>Separate strategies offer flexibility</strong> - You don't have to combine CSPs and CCs</li>
<li><strong>Personal experience matters</strong> - What works for others may not work for you</li>
</ol>

<h2 class="relative group">My Recommendation
    <div id="my-recommendation" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#my-recommendation" aria-label="Anchor">#</a>
    </span>
    
</h2>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="tip">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M112.1 454.3c0 6.297 1.816 12.44 5.284 17.69l17.14 25.69c5.25 7.875 17.17 14.28 26.64 14.28h61.67c9.438 0 21.36-6.401 26.61-14.28l17.08-25.68c2.938-4.438 5.348-12.37 5.348-17.7L272 415.1h-160L112.1 454.3zM191.4 .0132C89.44 .3257 16 82.97 16 175.1c0 44.38 16.44 84.84 43.56 115.8c16.53 18.84 42.34 58.23 52.22 91.45c.0313 .25 .0938 .5166 .125 .7823h160.2c.0313-.2656 .0938-.5166 .125-.7823c9.875-33.22 35.69-72.61 52.22-91.45C351.6 260.8 368 220.4 368 175.1C368 78.61 288.9-.2837 191.4 .0132zM192 96.01c-44.13 0-80 35.89-80 79.1C112 184.8 104.8 192 96 192S80 184.8 80 176c0-61.76 50.25-111.1 112-111.1c8.844 0 16 7.159 16 16S200.8 96.01 192 96.01z"/></svg>
</span></div>
        <div class="grow">
          What I Actually Do
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Cash secured puts</strong>: My main income strategy on stocks I want to own</li>
<li><strong>Covered calls</strong>: Only when I want to exit a position</li>
<li><strong>The wheel</strong>: I've moved away from it - too many forced trades</li>
</ul>
<p>I only buy quality stocks, so I don't mind holding even if they drop. But I'm not going to chase covered call premiums on a falling stock just to say I'm &quot;running the wheel.&quot;</p></div></div><p>The best strategy is one that matches your goals, risk tolerance, and market conditions - not just the one with the catchiest name.</p>
<hr>
<p><strong>Disclaimer</strong>: This is educational content based on personal experience. Options trading involves risk and is not suitable for all investors. What doesn't work for me might work for you - do your own research!</p>
]]></content:encoded>
      
      <media:content url="http://localhost:58538/img/featured/options-wheel-strategy-honest-review.webp" medium="image" />
    </item>
    
    <item>
      <title>Best Stocks for Wheel Strategy: Top 5 Picks for Consistent Income</title>
      <link>http://localhost:58538/passive_active_investments/options_trading/best-stocks-wheel-strategy/</link>
      <pubDate>Fri, 11 Nov 2022 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:58538/passive_active_investments/options_trading/best-stocks-wheel-strategy/</guid>
      <description>Discover the best stocks and ETFs for running the wheel strategy. Learn why SPY, QQQ, TNA, TQQQ, and GOOGL are ideal candidates for generating consistent premium income.</description>
      <content:encoded><![CDATA[<div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
  Wheel strategy is one of the safest strategies you can find in the market. This primarily involves 2 legs: selling cash-secured puts (CSP) and selling covered calls (CC). It starts with the first leg of selling a cash-secured put on a stock that you want to own at a certain price. You then keep selling puts until assigned, and once assigned you start selling covered calls against the same stock until it gets called away. That completes a full circle and you start again from the beginning by selling puts.
</div>

<p>In all of this, you collect a premium at every step plus any capital gain on the stock that you get when your stocks are called away.</p>
<p>You can read complete detail on how to run a successful wheel <a href="https://investing20.com/wheel-strategy/"  target="_blank" rel="noreferrer">here</a>.</p>

<h3 class="relative group">How the Wheel Strategy Works
    <div id="how-the-wheel-strategy-works" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#how-the-wheel-strategy-works" aria-label="Anchor">#</a>
    </span>
    
</h3>
<pre class="not-prose mermaid">
graph TD
    A[Start: Sell Cash Secured Put] -->|Not Assigned| A
    A -->|Assigned - Own 100 Shares| B[Sell Covered Call]
    B -->|Not Called Away| B
    B -->|Called Away - Shares Sold| C[Collect Capital Gain]
    C --> A
</pre>

<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="tip">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M112.1 454.3c0 6.297 1.816 12.44 5.284 17.69l17.14 25.69c5.25 7.875 17.17 14.28 26.64 14.28h61.67c9.438 0 21.36-6.401 26.61-14.28l17.08-25.68c2.938-4.438 5.348-12.37 5.348-17.7L272 415.1h-160L112.1 454.3zM191.4 .0132C89.44 .3257 16 82.97 16 175.1c0 44.38 16.44 84.84 43.56 115.8c16.53 18.84 42.34 58.23 52.22 91.45c.0313 .25 .0938 .5166 .125 .7823h160.2c.0313-.2656 .0938-.5166 .125-.7823c9.875-33.22 35.69-72.61 52.22-91.45C351.6 260.8 368 220.4 368 175.1C368 78.61 288.9-.2837 191.4 .0132zM192 96.01c-44.13 0-80 35.89-80 79.1C112 184.8 104.8 192 96 192S80 184.8 80 176c0-61.76 50.25-111.1 112-111.1c8.844 0 16 7.159 16 16S200.8 96.01 192 96.01z"/></svg>
</span></div>
        <div class="grow">
          The Wheel Income Sources
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ol>
<li><strong>Premium from selling puts</strong> - Collected while waiting to buy</li>
<li><strong>Premium from selling calls</strong> - Collected while holding shares</li>
<li><strong>Capital gains</strong> - When shares are called away above your cost basis</li>
</ol></div></div><p>In this article, I will be going through five of the best stocks and funds to run a profitable wheel.</p>

<h2 class="relative group">Best Underlying for Wheel Strategy
    <div id="best-underlying-for-wheel-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#best-underlying-for-wheel-strategy" aria-label="Anchor">#</a>
    </span>
    
</h2>

<h2 class="relative group">SPY
    <div id="spy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#spy" aria-label="Anchor">#</a>
    </span>
    
</h2>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/ab4d2ec73be81c0772d90b1d66d42491_MD5.webp"
    ></figure>
<p>The <strong>SPDR S&amp;P 500 trust</strong> is an <a href="https://en.wikipedia.org/wiki/Exchange-traded_fund"  target="_blank" rel="noreferrer">exchange-traded fund</a> that trades on the NY stock exchange under the symbol (SPY). SPDR is an acronym for the Standard &amp; Poor's Depositary Receipts, the former name of the ETF. It is designed to track the <a href="https://en.wikipedia.org/wiki/S%26P_500_Index"  target="_blank" rel="noreferrer">S&amp;P 500 stock market index</a>. This fund is the largest and oldest ETF in the world.</p>
<div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Pros">
          <span class="flex items-center gap-1">
            
            Pros
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Cons">
          <span class="flex items-center gap-1">
            
            Cons
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Why SPY Works for the Wheel
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>High Liquidity:</strong> SPY is probably the most traded ETF on the NY stock exchange, making it a perfect candidate for the wheel</li>
<li><strong>Low Volatility:</strong> SPY has lower volatility so it doesn't make wild swings unless there's a major economic event</li>
<li><strong>Multiple Expirations:</strong> SPY has multiple expiration dates in a single week, unlike other stocks/funds which typically have weekly/monthly options only</li>
</ul></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="warning">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/></svg>
</span></div>
        <div class="grow">
          Downsides to Consider
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Low Premiums:</strong> This is an inverse effect of having low volatility. SPY does not fall into the high-swing ETFs, so it tends to provide lower premiums</li>
</ul></div></div>
      </div></div>
</div>


<h2 class="relative group">QQQ
    <div id="qqq" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#qqq" aria-label="Anchor">#</a>
    </span>
    
</h2>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/2316ebfdf3174c1918bc4998162cf0cf_MD5.webp"
    ></figure>
<p>Invesco QQQ is an exchange-traded fund (ETF) that tracks the Nasdaq-100 Index™. The Index includes the 100 largest non-financial companies listed on the Nasdaq based on market cap. Based on daily traded volume, QQQ is the second-largest fund in the United States.</p>
<div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Pros">
          <span class="flex items-center gap-1">
            
            Pros
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Cons">
          <span class="flex items-center gap-1">
            
            Cons
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Why QQQ Works for the Wheel
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>High Liquidity:</strong> Similar to SPY, QQQ is also one of the most traded funds on the NY stock exchange, making it a perfect candidate for the wheel</li>
<li><strong>Growth Potential:</strong> QQQ tracks the top 100 tech companies that primarily operate out of the US, making it attractive for growth while leveraging the wheel strategy</li>
</ul></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="warning">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/></svg>
</span></div>
        <div class="grow">
          Downsides to Consider
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Tech Heavy:</strong> QQQ comprises all companies in the tech sector and that makes it slightly speculative with higher swings</li>
<li><strong>Medium Volatility:</strong> QQQ is of medium volatility so you can expect some swings, but compared to individual stocks this is still a better choice for running the wheel</li>
</ul></div></div>
      </div></div>
</div>


<h2 class="relative group">TNA
    <div id="tna" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#tna" aria-label="Anchor">#</a>
    </span>
    
</h2>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/30435b40b32cb0de403f58c76227bf5c_MD5.webp"
    ></figure>
<p>TNA falls into the high-risk and high-reward categories. This index fund measures the performance of approximately 2,000 small-capitalization companies in the Russell 3000® Index, based on a combination of their market capitalization. The fund invests at least 80% of its net assets in financial instruments, such as swap agreements, securities of the index, and ETFs that track the index and other financial instruments that provide daily leveraged exposure to the index or ETFs that track the index.</p>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="danger">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"  d="M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-2.8-5.6-5.6-11.2-9.8-16.8l-50.6 58.8s-81.4-103.6-87.1-110.6C133.1 243.8 112 273.2 112 306.8C112 375.4 162.6 416 225.7 416z"/></svg></span></div>
        <div class="grow">
          Leveraged ETF Warning
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>This is a 3X leveraged index so there is an inherent risk of owning this fund and it is only meant to hold for a small period of time. Do not plan to hold this in your portfolio as a long-term fund. Do your research about 3X leveraged risk before planning on investing in any of the leveraged funds.</p></div></div><div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Pros">
          <span class="flex items-center gap-1">
            
            Pros
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Cons">
          <span class="flex items-center gap-1">
            
            Cons
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Why TNA Works for the Wheel
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Huge Premiums:</strong> TNA gives one of the best bucks for your money in terms of premiums. This is a good instrument to leverage yourself rather safely by keeping a small percentage allocated to this</li>
<li><strong>High Volume:</strong> TNA is also one of the most traded funds in the stock market so you will not have issues closing or rolling off your options if they don't go in your favor</li>
</ul></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="warning">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/></svg>
</span></div>
        <div class="grow">
          Downsides to Consider
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>3X Leverage/High Risk:</strong> As mentioned earlier this is a leveraged ETF and can go down significantly in fund value during market drops. It magnifies your losses so wheel this weekly with a small % of your overall portfolio</li>
</ul></div></div>
      </div></div>
</div>


<h2 class="relative group">TQQQ
    <div id="tqqq" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#tqqq" aria-label="Anchor">#</a>
    </span>
    
</h2>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/02ad82310fa4e4919ec9fa8d3ad5db47_MD5.webp"
    ></figure>
<p>TQQQ also falls into the high-risk and high-reward categories. This leveraged ProShares ETF seeks a return that is 3x the return of its underlying benchmark (target) <em><strong>for a single day</strong></em>, as measured from one NAV calculation to the next. The underlying benchmark target here is the Nasdaq 100 which primarily is made of the top 100 companies listed in NASDAQ by their market capitalization.</p>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="danger">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"  d="M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-2.8-5.6-5.6-11.2-9.8-16.8l-50.6 58.8s-81.4-103.6-87.1-110.6C133.1 243.8 112 273.2 112 306.8C112 375.4 162.6 416 225.7 416z"/></svg></span></div>
        <div class="grow">
          Leveraged ETF Warning
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>This is a 3X leveraged index so there is an inherent risk of owning this fund and it is only meant to hold for a small period of time. Do not plan to hold this in your portfolio as a long-term fund. Do your research about 3X leveraged risk before planning on investing in any of the leveraged funds.</p></div></div><div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Pros">
          <span class="flex items-center gap-1">
            
            Pros
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Cons">
          <span class="flex items-center gap-1">
            
            Cons
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Why TQQQ Works for the Wheel
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Huge Premiums:</strong> TQQQ again will give you one of the best bucks for your money in terms of premiums. This is a good instrument to leverage yourself rather safely by keeping a small percentage allocated to this</li>
<li><strong>High Volume:</strong> TQQQ is also one of the most traded funds in the stock market so you will not have issues closing or rolling off your options if they don't go in your favor</li>
</ul></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="warning">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/></svg>
</span></div>
        <div class="grow">
          Downsides to Consider
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>3X Leverage/High Risk:</strong> As mentioned earlier this is a leveraged ETF and can go down significantly in fund value during market drops. It magnifies your losses so wheel this weekly with a small % of your overall portfolio</li>
</ul></div></div>
      </div></div>
</div>


<h2 class="relative group">GOOG
    <div id="goog" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goog" aria-label="Anchor">#</a>
    </span>
    
</h2>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/d49c00eb1a076478424f2d571231f8da_MD5.png"
    ></figure>
<p>Image Credit: Google</p>
<p>Google is one of the top 5 companies that probably every fund worldwide has exposure to. It has a robust pipeline of revenue and is well diversified. Google has shown the best track record in terms of being a stable stock throughout recent market corrections. The medium volatility and strong fundamentals make it one of the best stocks for wheel strategies that you can play for the long term.</p>
<div
  class="tab__container w-full"
  
  >
  <div class="tab__nav" role="tablist">
    <div class="flex flex-wrap gap-1"><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 tab--active"
          role="tab"
          aria-selected="true"
          data-tab-index="0"
          data-tab-label="Pros">
          <span class="flex items-center gap-1">
            
            Pros
          </span>
        </button><button
          class="tab__button px-3 py-2 text-sm font-semibold border-b-2 border-transparent rounded-t-md hover:bg-neutral-200 dark:hover:bg-neutral-700 "
          role="tab"
          aria-selected="false"
          data-tab-index="1"
          data-tab-label="Cons">
          <span class="flex items-center gap-1">
            
            Cons
          </span>
        </button></div>
  </div>
  <div class="tab__content mt-4"><div class="tab__panel tab--active" data-tab-index="0">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="success">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>
</span></div>
        <div class="grow">
          Why GOOG Works for the Wheel
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Strong Fundamentals:</strong> Google is a great combination of having growth and strong fundamentals. It gives you a solid amount of growth without putting your money into a speculative stock</li>
<li><strong>Medium Volatility:</strong> Google has medium volatility and in most market conditions it will go in a range-bound fashion which makes it a great fit for wheel strategy</li>
<li><strong>High Liquidity:</strong> Google is traded widely in major exchanges and that makes it very liquid in nature. You will not find any issues closing or rolling off the options</li>
</ul></div></div>
      </div><div class="tab__panel " data-tab-index="1">
        <div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="warning">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/></svg>
</span></div>
        <div class="grow">
          Downsides to Consider
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><ul>
<li><strong>Medium Premiums:</strong> You cannot expect very high premiums however it would be better than some of the other stable stocks in the market</li>
</ul></div></div>
      </div></div>
</div>


<h2 class="relative group">FAQ
    <div id="faq" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#faq" aria-label="Anchor">#</a>
    </span>
    
</h2>

<h3 class="relative group">What stocks are good for wheel strategy?
    <div id="what-stocks-are-good-for-wheel-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-stocks-are-good-for-wheel-strategy" aria-label="Anchor">#</a>
    </span>
    
</h3>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="info">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c17.67 0 32 14.33 32 32c0 17.67-14.33 32-32 32S224 177.7 224 160C224 142.3 238.3 128 256 128zM296 384h-80C202.8 384 192 373.3 192 360s10.75-24 24-24h16v-64H224c-13.25 0-24-10.75-24-24S210.8 224 224 224h32c13.25 0 24 10.75 24 24v88h16c13.25 0 24 10.75 24 24S309.3 384 296 384z"/></svg>
</span></div>
        <div class="grow">
          Quick Answer
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>Best stocks for wheel strategy include index funds with good volume like SPY, QQQ, TNA, and TQQQ. Some other recommended stocks for wheel strategy are Amazon (AMZN) and Google (GOOGL).</p></div></div>
<h3 class="relative group">Is the wheel strategy profitable?
    <div id="is-the-wheel-strategy-profitable" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#is-the-wheel-strategy-profitable" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>Yes, the wheel strategy is profitable. It is considered one of the safest strategies in the stock market that are bound to give consistent weekly/monthly income provided the right underlying are chosen.</p>

<h3 class="relative group">Is the wheel option strategy good?
    <div id="is-the-wheel-option-strategy-good" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#is-the-wheel-option-strategy-good" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>Yes, the wheel option strategy is considered one of the safe option strategies.</p>

<h3 class="relative group">How much money do you need to use the wheel strategy?
    <div id="how-much-money-do-you-need-to-use-the-wheel-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#how-much-money-do-you-need-to-use-the-wheel-strategy" aria-label="Anchor">#</a>
    </span>
    
</h3>
<div class="admonition relative overflow-hidden rounded-lg border-l-4 my-3 px-4 py-3 shadow-sm" data-type="tip">
      <div class="flex items-center gap-2 font-semibold text-inherit">
        <div class="flex shrink-0 h-5 w-5 items-center justify-center text-lg"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M112.1 454.3c0 6.297 1.816 12.44 5.284 17.69l17.14 25.69c5.25 7.875 17.17 14.28 26.64 14.28h61.67c9.438 0 21.36-6.401 26.61-14.28l17.08-25.68c2.938-4.438 5.348-12.37 5.348-17.7L272 415.1h-160L112.1 454.3zM191.4 .0132C89.44 .3257 16 82.97 16 175.1c0 44.38 16.44 84.84 43.56 115.8c16.53 18.84 42.34 58.23 52.22 91.45c.0313 .25 .0938 .5166 .125 .7823h160.2c.0313-.2656 .0938-.5166 .125-.7823c9.875-33.22 35.69-72.61 52.22-91.45C351.6 260.8 368 220.4 368 175.1C368 78.61 288.9-.2837 191.4 .0132zM192 96.01c-44.13 0-80 35.89-80 79.1C112 184.8 104.8 192 96 192S80 184.8 80 176c0-61.76 50.25-111.1 112-111.1c8.844 0 16 7.159 16 16S200.8 96.01 192 96.01z"/></svg>
</span></div>
        <div class="grow">
          Capital Requirements
        </div>
      </div><div class="admonition-content mt-3 text-base leading-relaxed text-inherit"><p>You can start the wheel strategy with as low as $2000. You can always increase the amount as you start to generate weekly profit.</p></div></div>]]></content:encoded>
      
      <media:content url="http://localhost:58538/img/featured/best-stocks-wheel-strategy.webp" medium="image" />
    </item>
    
    <item>
      <title>Wheel Strategy - Active Income</title>
      <link>http://localhost:58538/passive_active_investments/options_trading/wheel-strategy-active-income/</link>
      <pubDate>Fri, 11 Nov 2022 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:58538/passive_active_investments/options_trading/wheel-strategy-active-income/</guid>
      <description>An option wheel strategy is a complex options trading strategy that involves simultaneously buying and selling multiple options in order to generate a profit from price movements in the underlying security. This strategy is typically used by experienced traders who are comfortable with the risks and potential rewards of using options.Above explanation is not how […]</description>
      <content:encoded><![CDATA[<p>An option wheel strategy is a complex options trading strategy that involves simultaneously buying and selling multiple options in order to generate a profit from price movements in the underlying security. This strategy is typically used by experienced traders who are comfortable with the risks and potential rewards of using options.<br>
Above explanation is not how I am using the wheel strategy. In my case, the Option Wheel Strategy is a method of generating consistent option premiums by selling cash-secured puts and covered calls as part of a long-term trading strategy. This strategy is considered to have a lower risk profile compared to other options trading strategies, making it a popular choice among traders looking to generate active income during early retirement. The goal of the option wheel strategy is to collect option premiums. It is important to note that this strategy should not be considered a replacement for long-term investments.</p>
<p>The options wheel strategy involves the use of two basic options trading strategies: selling cash-secured puts and selling covered calls. In order to implement this strategy, an investor must first understand how these strategies work.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/6705b99de80cd1f9c0e4ebef00e50b1d_MD5.jpg"
    ></figure>
<p>Wheel Strategy</p>
<p>Selling a cash-secured put involves selling a put option on a stock while having the cash on hand to buy the shares if the price drops below the strike price. For example, if an investor sells a $140 put option on AAPL stock that expires in a week, and the current price of AAPL is $142, there are two potential outcomes:</p>
<p>At the end of the week, the price of AAPL is $141 or higher. In this case, the option expires worthless and the investor keeps the premium because the price is above the strike price.</p>
<p>At the end of the week, the price of AAPL is below $140. In this case, the investor is required to buy 100 shares of AAPL at $140 (for a total cost of $14,000), but they will still keep the premium they received for selling the put option.</p>
<p>Selling a covered call involves selling a call option on a stock that the investor already owns. For example, if an investor owns 100 shares of AAPL stock and sells a $145 call option that expires in a week, there are two potential outcomes:</p>
<p>At the end of the week, the price of AAPL is below $145. In this case, the option expires worthless and the investor keeps the premium because the price is below the strike price.</p>
<p>At the end of the week, the price of AAPL is above $145. In this case, the investor is required to sell their 100 shares of AAPL at $145, but they will still keep the premium they received for selling the call option.</p>
<p>Once an investor understands these basic options trading strategies, they can use the option wheel strategy to simultaneously buy and sell multiple options in order to profit from price movements in the underlying security.</p>
<p>Cash Secured Put<br>
A cash-secured put is a strategy in which an investor sells a put option on a stock while having the cash on hand to buy the shares if the price drops below the strike price. For example, if an investor sells a $140 put option on AAPL stock that expires in a week, and the current price of AAPL is $142, there are two potential outcomes:</p>
<p>At the end of the week, the price of AAPL is $141 or higher. In this case, the option expires worthless and the investor keeps the premium because the price is above the strike price.</p>
<p>At the end of the week, the price of AAPL is below $140. In this case, the investor is required to buy 100 shares of AAPL at $140 (for a total cost of $14,000), but they will still keep the premium they received for selling the put option.</p>
<p>In order to sell a cash-secured put, an investor must have at least $14,000 in cash available in their account in case the option is executed. This cash will be blocked from the investor’s account until the option either expires or is sold out of.</p>
<p>What is the Option Wheel Strategy:<br>
The Options Wheel strategy is a simple approach to options trading that involves constantly selling cash-secured puts and covered calls. The strategy starts by selling cash-secured puts on a particular stock. This means that the investor sells a put option on the stock, with the intention of buying the shares at the strike price if the price drops below the strike. If the option is not exercised, the investor keeps the premium as profit. If the option is exercised, the investor must buy the shares, at which point they switch to selling covered calls on the stock. This involves selling a call option on the shares that the investor already owns, with the intention of selling the shares at the strike price if the price goes above the strike. If the option is not exercised, the investor keeps the premium as profit. If the option is exercised, the investor must sell the shares, and then the process starts over again by selling cash-secured puts on a new stock. This cycle of selling puts, buying shares, selling calls, and selling shares is repeated until the investor decides to exit the strategy.</p>
<p>How to choose the strike price:<br>
When implementing the Options Wheel strategy, it is common for investors to use a delta value of 0.25 as a guide for selecting which options to trade. Delta is a measure of the expected price change of an option relative to the underlying security. A delta value of 0.25 means that the option is expected to gain or lose $0.25 in value for every $1.00 change in the price of the underlying security. By targeting a delta value of 0.25, investors can select options that are expected to provide a reasonable balance of potential profit and risk. Some trading platforms, such as Robinhood, provide a “Chance of Profit” column that can be used to evaluate the likelihood of profit for a given option based on its delta value. This can be helpful for investors who want to make more informed decisions about which options to trade.</p>
<p>Option Greeks:<br>
Option Greeks are a set of metrics used to measure the various factors that can affect the price of an option. These metrics, also known as option sensitivities, are commonly referred to as “Option Greeks” because they are denoted by Greek letters. Some of the most commonly used Option Greeks include:</p>
<p>Delta: Delta measures the expected change in the price of an option relative to a $1.00 change in the price of the underlying security. A call option with a delta of 0.50, for example, is expected to increase in value by $0.50 if the underlying security increases in price by $1.00.</p>
<p>Gamma: Gamma measures the expected change in the delta of an option relative to a $1.00 change in the price of the underlying security. A call option with a gamma of 0.01, for example, is expected to have its delta increase by 0.01 if the underlying security increases in price by $1.00.</p>
<p>Theta: Theta measures the expected change in the price of an option over time. A call option with a theta of -0.01, for example, is expected to decrease in value by $0.01 each day until expiration.</p>
<p>Vega: Vega measures the expected change in the price of an option relative to a 1% change in the volatility of the underlying security. A call option with a vega of 0.10, for example, is expected to increase in value by $0.10 if the underlying security’s volatility increases by 1%.</p>
<p>Option Greeks are important tools for traders who want to understand and manage the risks associated with options trading. By using Option Greeks, traders can make more informed decisions about which options to buy or sell, and how to position their trades for maximum profit and minimum risk.</p>
<p>How much money is needed?<br>
The Options Wheel strategy requires a significant amount of capital in order to be implemented effectively. This is because the strategy involves selling options, which requires the investor to have the collateral on hand to buy the underlying shares if the option is exercised. For example, if an investor wants to option wheel AMD stock, and the current price of the stock is $100, they would need to have $10,000 in their account in order to sell one put contract (which is equivalent to 100 shares of AMD stock). From the investor’s perspective, the goal of option wheeling is to collect premiums from the options they sell, while minimizing the risk of being required to buy or sell the underlying shares. By selling weekly options on AMD stock, an investor might be able to collect $100 in premiums per week on average, which translates to $400 per month or $5,000 per year. This represents a return of around 50% on the initial investment of $10,000, which is not a YOLO wallstreetbets type of return, but may be sufficient for the investor’s needs.</p>
<p>Bag holding<br>
Bag holding is a term used to describe the practice of holding onto a losing investment for an extended period of time in the hopes that it will eventually recover and generate a profit. It is often better to cut your losses and move on, rather than holding onto a losing investment for an extended period of time.</p>
<p>Choosing the right stocks<br>
To manage risk when trading the Options Wheel, it is important to choose stocks that you are confident will perform well over the long term. These are stocks that you would be willing to hold onto even if the market were to crash, because you believe that they will recover and generate a profit eventually. To reduce risk, it is generally best to stick to “blue chip” stocks, which are large, well-established companies with a history of strong financial performance. These stocks tend to be less volatile and offer smaller premiums, but they also carry less risk. By choosing stocks that you are long-term bullish on and focusing on blue chip stocks, you can reduce the risk associated with trading the Options Wheel and increase your chances of generating consistent profits.</p>
<p>Opportunity Cost<br>
One potential risk of trading the Options Wheel strategy is the opportunity cost of selling puts instead of buying the underlying shares. When a stock is on an uptrend, the put options that are sold will typically expire worthless, allowing the investor to keep the premium and continue selling additional puts. While this can generate a stable stream of income, it also means that the investor misses out on the potential appreciation of the underlying stock. In some cases, it may be more profitable to simply buy the shares and sell covered calls instead of selling puts. This is because the covered calls would generate higher premiums, and the investor would also benefit from the appreciation of the underlying shares. While this is not a typical risk associated with the Options Wheel strategy, it is important for investors to be aware of the opportunity cost of selling puts instead of buying the underlying shares.</p>
<p>Avoid using margin<br>
It is generally not recommended to use margin when implementing the Options Wheel strategy. Margin is a type of borrowing that allows investors to trade with more money than they have in their account. This can increase the potential returns from a trade, but it can also increase the potential losses. Using margin to trade options can be particularly risky because options can be difficult to value and the risks associated with them are not always clear. As a result, investors who use margin to trade options are at risk of incurring significant losses if the market moves against them. Additionally, using margin to trade the Options Wheel strategy can increase the risk of being assigned on a put option, which would require the investor to buy the underlying shares at the strike price. This could result in significant losses if the stock price subsequently declines. For these reasons, it is generally best to avoid using margin when implementing the Options Wheel strategy.</p>

<h2 class="relative group">Options Income Series – Earn Double-Digit Income (January 2023)
    <div id="options-income-series--earn-double-digit-income-january-2023" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#options-income-series--earn-double-digit-income-january-2023" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>Dec. 31, 2022 9:24 AM ET <a href="https://seekingalpha.com/symbol/AFL?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AAFL"  target="_blank" rel="noreferrer">AFL</a>, <a href="https://seekingalpha.com/symbol/AGCO?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AAGCO"  target="_blank" rel="noreferrer">AGCO</a>, <a href="https://seekingalpha.com/symbol/CVX?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ACVX"  target="_blank" rel="noreferrer">CVX</a>, <a href="https://seekingalpha.com/symbol/DHI?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ADHI"  target="_blank" rel="noreferrer">DHI</a>, <a href="https://seekingalpha.com/symbol/EXPD?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AEXPD"  target="_blank" rel="noreferrer">EXPD</a>, <a href="https://seekingalpha.com/symbol/JBHT?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AJBHT"  target="_blank" rel="noreferrer">JBHT</a>, <a href="https://seekingalpha.com/symbol/KLAC?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AKLAC"  target="_blank" rel="noreferrer">KLAC</a>, <a href="https://seekingalpha.com/symbol/LRCX?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ALRCX"  target="_blank" rel="noreferrer">LRCX</a>, <a href="https://seekingalpha.com/symbol/MKTX?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AMKTX"  target="_blank" rel="noreferrer">MKTX</a>, <a href="https://seekingalpha.com/symbol/MRK?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AMRK"  target="_blank" rel="noreferrer">MRK</a>, <a href="https://seekingalpha.com/symbol/MSFT?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AMSFT"  target="_blank" rel="noreferrer">MSFT</a>, <a href="https://seekingalpha.com/symbol/NKE?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ANKE"  target="_blank" rel="noreferrer">NKE</a>, <a href="https://seekingalpha.com/symbol/ODFL?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AODFL"  target="_blank" rel="noreferrer">ODFL</a>, <a href="https://seekingalpha.com/symbol/PXD?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3APXD"  target="_blank" rel="noreferrer">PXD</a>, <a href="https://seekingalpha.com/symbol/STLD?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ASTLD"  target="_blank" rel="noreferrer">STLD</a>, <a href="https://seekingalpha.com/symbol/TFII?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ATFII"  target="_blank" rel="noreferrer">TFII</a>, <a href="https://seekingalpha.com/symbol/TFII:CA?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3ATFII%3ACA"  target="_blank" rel="noreferrer">TFII:CA</a>, <a href="https://seekingalpha.com/symbol/V?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AV"  target="_blank" rel="noreferrer">V</a>, <a href="https://seekingalpha.com/symbol/XOM?source=content_type%3Areact%7Csection%3Amain_content%7Csection_asset%3Ameta%7Cfirst_level_url%3Aarticle%7Csymbol%3AXOM"  target="_blank" rel="noreferrer">XOM</a> <a href="https://seekingalpha.com/article/4566929-options-income-series-earn-double-digit-income-january-2023#comments"  target="_blank" rel="noreferrer">77 Comments</a> 35 Likes</p>

<h2 class="relative group">Summary
    <div id="summary" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#summary" aria-label="Anchor">#</a>
    </span>
    
</h2>
<ul>
<li>We explain why selling cash-covered puts and covered calls are relatively safe choices for earning a high income.</li>
<li>We will discuss how to formulate an options income strategy that’s sustainable and repeatable.</li>
<li>In this monthly series, we present how to go about selecting the right kind of stocks for options income. We present two lists of 10 stocks and three scenarios, each with different goals that would be suitable to write (or sell) options to generate consistent income.</li>
<li>This idea was discussed in more depth with members of my private investing community, High Income DIY Portfolios. <a href="https://seekingalpha.com/checkout?service_id=mp_1189&amp;source=mp_marketing_text_top"  target="_blank" rel="noreferrer">Learn More »</a>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/0b65a4f44f7e305ea4cceb412e255322_MD5.jpg"
    ></figure>
</li>
</ul>
<p>PashaIgnatov</p>
<p>Earning a decent income from your investments that’s significantly higher than the rate of inflation is always challenging. This has been especially true in the past decade and a half. We believe selling Options (cash-covered puts and covered calls) remain a relatively good choice to earn a high income. However, certainly, there are some risks involved with Options, and we will discuss how to mitigate them in a bit. In the current volatile market situation amid the fear of a looming recession, we will urge extra caution and due diligence.</p>
<p>If you’re a conservative income investor, always select dividend-paying stocks (to write options) that you are willing to hold at least for a period of one to two years if you had to. Always keep an extra margin of safety, and don’t take the risk that you cannot afford. That said, regarding Options income, an ideal market would be a rising or steady market for PUT options and a stagnant or flat market for CALL options. For PUT options, we should choose stocks from sectors that are currently favored, for example, energy, healthcare, electric, and gas utilities. Also, these stocks should display a high level of relative strength. For CALL options, we should select stocks that offer highly reliable and safe dividends besides being able to grow their earnings in spite of challenging times.</p>
<p>Please note that the options strategies discussed in this monthly series are limited to selling (or writing) the Covered Call options and cash-covered PUT options. We do not cover buying the Options as they’re not only risky, but at the same time, they’re not really suited for income strategies. The primary purpose of our options strategies is to generate income. As such, there are two sides to options. There’s an option buyer for every seller of an option. When you sell an option, you earn an immediate premium, and you get to keep that premium irrespective of the outcome of the option. However, when you buy an option, you pay the premium upfront and basically buy the right to buy (or sell) the underlying security at a pre-set price (called the strike price). As an option buyer, you’re essentially looking for a high gain, but your entire investment (the amount of premium paid) is at risk if the option expires worthless, which, by the way, happens the majority of the time. We believe the strategy of selling options (opposite of buying options) to generate income is the safer strategy. It’s more akin to acting like an insurance provider, where you earn the premium upfront, and if you act conservatively, 80%-90% of options should expire worthless, thereby limiting your risk.</p>
<p><em>Author’s Note: This article is part of our periodic series that attempts to present three lists of stocks that could be suitable for writing options to generate safe income. Certain parts of the introduction, definitions, and section describing the selection process may have some commonality and repetitiveness with our other articles in the series. This is unavoidable as well as intentional to keep the entire series consistent and easy to follow for new readers. Regular readers who follow the series from month to month could skip such sections.</em></p>
<p><em>All tables in this article have been created by the author (unless explicitly specified). Most of the data in this article are sourced from</em> <em>Fidelity, Yahoo Finance, DripInvesting, and Barchart.com.</em></p>

<h2 class="relative group">How To Mitigate the Risks:
    <div id="how-to-mitigate-the-risks" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#how-to-mitigate-the-risks" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>We do not intend to convey an impression, especially to the folks who are new to options, that there’s no risk in selling options. In fact, there’s plenty, especially if we’re not careful. However, there are ways we can minimize the risk by following certain time-tested principles.</p>
<ul>
<li>The first rule is that we should not use the margin (or borrowed) money to write or sell options. That should be a big “no” for conservative investors. We only recommend using cash-covered PUTs and covered CALL options.</li>
<li>Second, the stocks that we choose to write PUT options should be the ones that we would not mind holding for the long term. If a trade was to go against us and we were assigned the shares while the share price dropped significantly, we could just hold the stock until the price recovered close to our buying cost.</li>
<li>Next, we should preferably use only dividend-paying and dividend-growing stocks for options. If we were forced to hold shares for the medium to long term, not only would we be paid for waiting, but the dividend growth stocks would have a much better chance of recovering quickly.</li>
<li>Further, for any stock that you think that long-term upside may be too great to lose and your holding position is the bare minimum, you should refrain from using such stocks for call options.</li>
<li>Last but not least, we should not chase very high premium rates to avoid risk, as they’re high for a reason. We should keep our expectations in check and aim to earn an average of 10% to 15% premium (annualized) on dividend stocks.</li>
</ul>

<h2 class="relative group">Options Income Strategy 101
    <div id="options-income-strategy-101" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#options-income-strategy-101" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p><em>Note: This section is for readers who do not have much prior exposure or experience with Options. Please see our blog post by</em> <a href="https://seekingalpha.com/instablog/434815-financially-free-investor/5806439-options-income-strategy-101?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer"><em>clicking here.</em></a></p>

<h3 class="relative group">Selection Strategy For Underlying Stocks
    <div id="selection-strategy-for-underlying-stocks" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#selection-strategy-for-underlying-stocks" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>One of the most important aspects of writing or selling options is to select the right kind of stocks and to use the right kind of options strategy. What kind of stocks will be suitable will depend on the investor’s goals and risk profile. In this monthly series, we will present three lists of 10 stocks, each with different characteristics. Please note that some stocks may appear in multiple lists. We will scan the complete universe of stocks and apply some broad-based filtering criteria to make our list smaller.</p>
<ol>
<li>The market cap of the company is near or higher than $10 billion (this can be lowered somewhat in a down market).</li>
<li>Daily volume for the underlying stock to be &gt; 100,000.</li>
<li>Dividend yield preferably &gt; 1.5%; however, we would make some exceptions for well-established dividend stocks (for example, stocks like Apple (<a href="https://seekingalpha.com/symbol/AAPL?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">AAPL</a>), Microsoft (<a href="https://seekingalpha.com/symbol/MSFT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">MSFT</a>), and many others) at this initial stage.</li>
</ol>
<p>By applying the above criteria, we get roughly 600 stocks.</p>
<p>Since our goal is to look for companies that we do NOT mind owning for at least in the short to medium term, we will filter out the companies that have less than five years of dividend growth history. This filter leaves us roughly 300 companies that have a consistent record of paying growing dividends for at least five years, preferably longer.</p>
<p>Now, we will import financial data for each company in our list. We want to see the dividend safety of each company, at least on a relative basis. So, we import the following data elements:</p>
<ol>
<li>Number of years of dividend growth history</li>
<li>Dividend growth during the last one year, three years, and five years</li>
<li>Dividend Payout Ratio (preferably based on cash-flow basis rather than EPS)</li>
<li>Debt/Capital</li>
<li>Return on Capital – ROC</li>
<li>Sales Growth during the last five years</li>
<li>Credit Rating (from S&amp;P)</li>
<li>EPS growth rating</li>
</ol>
<p>We will combine these factors and calculate a dividend safety score for each company. Sure, a high safety score would not guarantee absolute safety because business conditions can change over time, new competition can emerge, or the management can get distracted or make some bad decisions destroying shareholder value. Nonetheless, a high dividend safety score will at least provide a reasonable level of assurance that the company has the financial capability to continue making its dividend payments for the foreseeable future.</p>
<p>We also will import the data on price movements related to 1-week, 4-weeks, and 12-week price performance for the selected stocks. We also obtain the relative strength data to shortlist stocks that have a recent price momentum. This is especially helpful in filtering probable candidates for writing PUT options.</p>
<p>We’re going to use our proprietary formulas (as detailed below) to calculate the optimal strike prices for CALL and PUT options. However, there are many other ways to determine the appropriate strike prices. The readers are encouraged to try several methods before determining what works best for them. There are many other ways to determine the appropriate strike prices. Your brokerage provider may provide more information on variables like delta, gamma, theta, etc., and how they can be relevant to options.</p>
<p>We also will calculate the following ratios and factors:</p>
<ul>
<li><strong>The Distance ratio:</strong></li>
</ul>
<p>Distance-Ratio = (52-WK-HIGH – 52-WK-LOW)/((52-WK-HIGH + 52-WK-LOW)/2)</p>
<p>Distance-Ratio % = Distance-Ratio x 100</p>
<ul>
<li><strong>Strike-Price Safe Distance</strong></li>
</ul>
<p>Strike-Price-Safe-Distance % = </p>
\[(Distance-Ratio %) x STPR-factor (STRIKE-PRICE-factor)\]<p> / 10</p>
<p>Whereas STPRC-factor = 1.2 (can vary from 1.0 to 1.5)</p>
<ul>
<li><strong>CALL Option Strike-price</strong> = Close-price + (Close-price x Strike-Price-Safe-Distance)</li>
</ul>
<p>This price may need to be rounded to the lowest dollar or half-dollar amount depending upon what strike prices are prevailing for the underlying stock for the specific strike date.</p>
<ul>
<li><strong>PUT Option Strike-price</strong> = Close-price – (Close-price x Strike-Price-Safe-Distance)</li>
</ul>
<p>This price may need to be rounded up to the nearest dollar or half-dollar amount, depending upon what strike prices are prevailing for the underlying stock for the specific strike date.</p>
<p>Below, we present two lists of 10 stocks each, one for writing PUT options and the other one for writing CALL options. The second list is presented with two different options – the first one with stocks that you may want to own (or already own), whereas the second one is using the same stocks for the purpose of earning a high rate of income but possibly avoiding owning them. Please note that some stocks may appear in multiple lists as they may satisfy the criteria for more than one category.</p>

<h2 class="relative group">10 Option Stocks Suitable For PUT Options
    <div id="10-option-stocks-suitable-for-put-options" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#10-option-stocks-suitable-for-put-options" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>For PUT options, with the primary objective of generating income, we would want to see them expire worthless. So, we will analyze the 1-week, 4-week, and 12-week price performance as well as Relative Strength and try to see if it’s a rising trend or a downward trend. For writing (or selling) PUT Options, we want to select stocks that have a rising trend. These are the stocks that generally would have high relative strength or momentum. That will help ensure that, more than likely, the PUT option will expire worthless. In the reverse situation, if the option was assigned and we were put the shares, the rising trend will help that we are able to write the CALL option immediately with a good premium.</p>
<p>In our list, we’re careful not to put too many names from the same industry segment. We generally limit to two or three names from the same sector for the sake of avoiding too much concentration in one sector.</p>
<p><strong>One important caveat for selling PUT options</strong>: Do not start a PUT option on a stock that you do not see yourself holding for an extended period of time. Also, please note that this list only highlights probable good candidates, but further due diligence is required.</p>
<p>Here are the top 10 large-cap stocks for PUT options:</p>
<p>(<a href="https://seekingalpha.com/symbol/NKE?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">NKE</a>), (<a href="https://seekingalpha.com/symbol/AGCO?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">AGCO</a>), (<a href="https://seekingalpha.com/symbol/AEM?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">AEM</a>), (<a href="https://seekingalpha.com/symbol/MRK?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">MRK</a>), (<a href="https://seekingalpha.com/symbol/STLD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">STLD</a>), (<a href="https://seekingalpha.com/symbol/MKTX?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">MKTX</a>), (<a href="https://seekingalpha.com/symbol/AFL?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">AFL</a>), (<a href="https://seekingalpha.com/symbol/CVX?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">CVX</a>), (<a href="https://seekingalpha.com/symbol/DHI?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">DHI</a>), (<a href="https://seekingalpha.com/symbol/XOM?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">XOM</a>)</p>
<p>Table 1:</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/eb72d3afe247c4e5b4dac8ecabc4bf53_MD5.png"
    ></figure>
<p>Author</p>
<p>Below, we present the current PUT Options trades and current premiums that we can expect for the above 10 stocks. Please note that due to current market environment, we have selected very conservative strike prices and sacrificed a little bit of premium income. So, the average premium or annualized returns are slightly on the lower side.</p>
<p>Table 1A:</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/f4171afd629e55c8246655185d26a80d_MD5.png"
    ></figure>
<p>Author</p>

<h3 class="relative group">10 Option Stocks With Safe Dividends (PART-A)
    <div id="10-option-stocks-with-safe-dividends-part-a" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#10-option-stocks-with-safe-dividends-part-a" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>In this category (part-A), we’re assuming that you already own these stocks (or you will be happy to own them at the right price). So, we’re aiming for an average of 2% dividend and roughly 10%-12% income by writing call options.</p>
<p>In this category, we will list 10 large-cap stocks that are perceived to have very safe dividends. There’s nothing that we can claim to be absolutely safe in the investing world – the same can be said about dividends. But based on various financial metrics, we can short list companies that have low payout ratios, low debt, high credit ratings, positive top-line growth, and have been consistently growing their dividends. We present ten such companies below:</p>
<p>Our Top 10 Stocks with Very Safe Dividends for (BUY-WRITE) CALL options:</p>
<p>(<a href="https://seekingalpha.com/symbol/PXD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">PXD</a>), (<a href="https://seekingalpha.com/symbol/STLD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">STLD</a>), (<a href="https://seekingalpha.com/symbol/EXPD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">EXPD</a>), (<a href="https://seekingalpha.com/symbol/ODFL?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">ODFL</a>), (<a href="https://seekingalpha.com/symbol/JBHT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">JBHT</a>), (<a href="https://seekingalpha.com/symbol/LRCX?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">LRCX</a>), (<a href="https://seekingalpha.com/symbol/TFII?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">TFII</a>), (<a href="https://seekingalpha.com/symbol/KLAC?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">KLAC</a>), (<a href="https://seekingalpha.com/symbol/MSFT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">MSFT</a>), (<a href="https://seekingalpha.com/symbol/V?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">V</a>)</p>
<p>Table 2:</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/924f38e6746bbd24eca541d8545b6b90_MD5.png"
    ></figure>
<p>Author</p>
<p><em>Note: The “Dividend Rating” (the last column above) is based on recent past parameters like 5-year dividend growth, number of years of dividend growth, Payout Ratio based on cash flow, ROC, Sales growth, Debt/capital, and Relative Strength.</em></p>
<p>Below, we present the current CALL Option trades and current premiums that we can expect for the above ten stocks.</p>
<p>Table 2A:</p>
<p>(<a href="https://seekingalpha.com/symbol/PXD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">PXD</a>), (<a href="https://seekingalpha.com/symbol/STLD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">STLD</a>), (<a href="https://seekingalpha.com/symbol/EXPD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">EXPD</a>), (<a href="https://seekingalpha.com/symbol/ODFL?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">ODFL</a>), (<a href="https://seekingalpha.com/symbol/JBHT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">JBHT</a>), (<a href="https://seekingalpha.com/symbol/LRCX?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">LRCX</a>), (<a href="https://seekingalpha.com/symbol/TFII?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">TFII</a>), (<a href="https://seekingalpha.com/symbol/KLAC?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">KLAC</a>), (<a href="https://seekingalpha.com/symbol/MSFT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">MSFT</a>), (<a href="https://seekingalpha.com/symbol/V?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">V</a>)</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/96bb6356956e9fe8623c4b8a83a77fc6_MD5.png"
    ></figure>
<p>Author</p>

<h3 class="relative group">10 Option Stocks With Safe Dividends (PART-B)
    <div id="10-option-stocks-with-safe-dividends-part-b" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#10-option-stocks-with-safe-dividends-part-b" aria-label="Anchor">#</a>
    </span>
    
</h3>
<p>In this part, we are assuming that you do not own these stocks to start with, and your goal is NOT to own these stocks but simply to earn a high income (&gt;= 20% annualized rate). Even then, there’s always a chance that we could end up owning these companies, so we want to make sure that their dividends are safe. Also, this option is better if you think that the market will fall from the current levels.</p>
<p>To achieve this, we will use the buy-write CALL option (for one contract, buy 100 shares and sell one call-option contract at the same time). Since the goal is simply to earn a high income, we will sell call option with a strike price that is either ITM (in-the-money) or NTM (near the money), meaning either below the current price or near the current market price. In fact, with the market going through a period of high volatility, we’re writing call options deep in-the-money. In normal circumstances, the odds will be very high that the shares will get called away, and we will earn a high premium. It’s also possible in some cases that the shares are not called away as the price may fall substantially. In such a case, our cost basis will be much lower (roughly 5% lower than the current price due to the premium already earned), and we can write another set of call-option.</p>
<p>However, there’s one caveat here, and it’s an important one. In case you write such call options on a large number of stocks (10 different stocks in our example below), and if the market was to take a deep dive (&gt; 10% down) during the option period (which is always a possibility but more so in the current environment), the majority of our shares would NOT get called away, and you will end up owning most of these stocks, albeit at much-reduced cost basis (on average -7%). So, it’s important to know how much capital you’re willing to commit and if you can really afford to allocate it. Secondly, you always want to use this strategy with stocks that you do not mind owning and holding for an extended period of time.</p>
<p>This list of stocks is the same as in Part-A:</p>
<p>(<a href="https://seekingalpha.com/symbol/PXD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">PXD</a>), (<a href="https://seekingalpha.com/symbol/STLD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">STLD</a>), (<a href="https://seekingalpha.com/symbol/EXPD?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">EXPD</a>), (<a href="https://seekingalpha.com/symbol/ODFL?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">ODFL</a>), (<a href="https://seekingalpha.com/symbol/JBHT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">JBHT</a>), (<a href="https://seekingalpha.com/symbol/LRCX?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">LRCX</a>), (<a href="https://seekingalpha.com/symbol/TFII?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">TFII</a>), (<a href="https://seekingalpha.com/symbol/KLAC?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">KLAC</a>), (<a href="https://seekingalpha.com/symbol/MSFT?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">MSFT</a>), (<a href="https://seekingalpha.com/symbol/V?source=content_type%3Areact%7Csection%3Amain_content%7Cbutton%3Abody_link"  target="_blank" rel="noreferrer">V</a>)</p>
<p>Table 3:</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/53812a5aafd543457a9b40d21041d3da_MD5.png"
    ></figure>
<p>Author</p>

<h2 class="relative group">Conclusion
    <div id="conclusion" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#conclusion" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>We have presented two lists with 10 stocks each. The second list has been presented with two possible action strategies. In order to have a conservative strategy, we have limited our choices to stocks that are large cap (cap near or above $9 billion), pay respectable yields, have at least five years of dividend growth history, and generate enough cash to cover their dividends.</p>
<p>Please review the goals of each of the three distinct strategies carefully. We think these lists could be great selections for writing/selling PUT or CALL options. We have tried to put relatively safe stocks in all groups; however, the stocks listed in the second list (parts A and B) for call options (or buy-write call options) have been specifically filtered based on the safety of their dividends. However, nothing is absolutely safe in the investing world. Also, if generating income was your only objective, the second list (with the second option) is the safer bet.</p>
<p>We expect 60% to 80% of our options to expire worthless, earning us the upfront premium. But there will be times (just like the current market environment) when we’re assigned a stock. Usually, it should not be a problem, as we can turn around and write a covered call option. But there will be times, especially during high volatility periods, when the stock price may drop unexpectedly and significantly below our strike price. In such cases that are hard to predict, we will have to sell CALL options far out of money, earning us very little premium (or sometimes no premium at all) but still earning the dividends. This will reduce the overall premium yields by 2%-3% in the long term, but this can be easily offset by the capital gains we may earn from time to time. So, overall, it may be quite reasonable for us to expect 10% to 12% income on a consistent basis, as long as we play it wisely and conservatively.</p>
<p>In the current environment of great uncertainty, we need to be extra diligent in what stocks and strike prices we choose. There are many ways to determine the appropriate strike prices, but we have used our proprietary formulas to calculate the optimal strike prices. We suggest you perform your due diligence on each individual name if you decide to play the options.</p>

<h2 class="relative group">The Wheel (aka Triple Income) Strategy Explained
    <div id="the-wheel-aka-triple-income-strategy-explained" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-wheel-aka-triple-income-strategy-explained" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p><strong>Original Post: See Edits at the bottom of the post for updates.</strong></p>
<p>I’ve been asked and have explained The Wheel strategy many times, so I thought it may be a good idea to write it down all in one place for posterity!</p>
<p>This is the options strategy I use most often and IMHO it is about as safe and reliable as options trading gets. You will NOT get fantastic returns and it is quite boring and slow, but with the proper stock and patience, it can result in reliable profits and income. A 10% to 20%+ return is not difficult depending on a few factors, mostly based on stock selection, experience managing short puts and calls, plus the trader’s patience.</p>
<p>The Wheel (sometimes called the Triple Income Strategy) is a strategy where a trader sells cash secured Puts to collect premiums on a stock or stocks they wouldn’t mind owning long term. If the options expire or closed for a profit without being assigned, the premiums are all profit. The goal is to set up trades and avoid being assigned, but it is understood that if the put is assigned the account will buy and hold the stock. Through the collection of premiums, the initial cost basis of the stock can often be lower than the strike price paid.</p>
<p>The next step of The Wheel is to sell covered calls on the stock shares if assigned. It is highly preferable to sell a call with a strike higher than the stock’s cost basis, but this is not always possible. This is repeated over and over to collect even more premiums that continue to lower the stocks cost basis, and along with any rising stock price movement, works back to break-even or a profit.</p>
<p>At some point the call is exercised and the stock called away, or you can simply sell the stock, but when you add up all the premiums collected from selling the puts and calls, plus it is desired and common to end up selling the stock for a profit, this results in the Triple Income. If the stock pays a dividend while you own it then you can collect that as well (Quadruple income!).</p>
<p>Below is a graphic showing a simple spreadsheet to track the Credits and Debits to keep track of the overall position.</p>
<p><strong>Step #1: Stock Selection</strong> – Most traders who have had a bad experience with the wheel have chosen the wrong stock. The stock(s) you chose must be a good candidate and one you don’t mind owning for some length of time, as it is possible you could own it for months.</p>
<p>Use <strong>your own criteria</strong> that fits your account and there is no one-size-fits-all way to choose stocks as only you can determine if you think the company is a good one to trade and hold if needed. Below are my general guidelines:</p>
<ul>
<li>A profitable company that has solid cash flow</li>
<li>Bullish, or at least neutral chart trend and analyst ratings</li>
<li>Priced around <del>$10 to $50</del> <strong>Edit: $15 to up to about $100 now due to a higher account balance,</strong> but so I can afford to take the assignment if needed and I stay away from sub-$10 stocks as a rule</li>
<li>A stable chart without wild gyrations (especially those caused by CEO tweets!)</li>
<li>A nice dividend is always a good thing, both that you may collect it if assigned the stock but also that dividend stocks tend to be more stable and predictable</li>
</ul>
<p>Use your own fundamental analysis criteria to create a watchlist of 10 or so stocks that you can trade. If you find some lower priced ETFs, or have a larger account for the more expensive ones, then these can be included and make good candidates due to their normally steady movement, no ERs, and no CEO tweets. I look at my watchlist every few weeks and change it accordingly.</p>
<p><strong>Step #2: Sell Puts</strong> – Selling short or Cash Secured Puts (CSPs) indicate you have the cash/margin to buy the stock if it is assigned. Be aware of any upcoming ER or other events that could cause a spike or movement in the stock, it is best to close or have the Put expire prior to the event, in effect skipping it and then continue selling CSPs afterward if the stock still meets the criteria.</p>
<p>Sell a Put on the selected stock: Below is a suggested model, but up to the individual trader:</p>
<ul>
<li>30 to 45 DTE offers a good premium as the time decay curve starts to accelerate</li>
<li>70% Prob OTM or higher (~.30 Delta)</li>
<li>A number of contracts are based on account size and if it is able to handle an assignment</li>
<li>The Put can be closed at a 50% profit using a GTC Limit Order to close automatically. A put can then be sold on the same stock or another based on your opening criteria.</li>
<li>Enter the Credits received, and any Debits paid to close or roll, on the Tracking P&amp;L file</li>
<li>Roll for a credit if the Put is challenged when possible, and provided a net credit can be made it can be rolled as long as needed which can also be used to track the stock’s movement by changing the strike price. See this post for more on rolling puts to avoid assignment: <a href="https://www.reddit.com/r/Optionswheel/comments/lliy8x/rolling_short_puts_to_avoid_assignment/"  target="_blank" rel="noreferrer">https://www.reddit.com/r/Optionswheel/comments/lliy8x/rolling_short_puts_to_avoid_assignment/</a></li>
<li>If a credit cannot be made then it is best to take an assignment of the stock</li>
</ul>
<p>The SP should be able to be sold over and over to collect as much premium as possible, and often never be assigned. If there is a fundamental change in the stock, close your position for an overall net profit and then move on to review and/or move on to another stock.</p>
<p>If assigned then Sell Covered Calls as shown in Step #3.</p>
<p><strong>Step #3: Sell Covered Calls</strong> – Using the tracking file determine the net stock cost which is often already below where the stock is. As selling puts is usually the most profitable, some traders just sell the stock and move on to selling more CSPs, or sell a very high-value ITM Call that is sure to be called away and adds to the profit.</p>
<p>If your net stock cost is above the current market price and you keep the stock, then the goal is to sell CC premium to continue adding to the Credits and lowering the net stock cost below where the stock is trading before it gets called away.</p>
<p>Sell CCs, again here is a suggested process:</p>
<ul>
<li>Sell a Call above the net stock cost whenever possible, however, at times you may need to trade the strike below to get some good premium. Note that I will settle for a lower premium to be farther out to avoid the risk of early assignment and give the stock a chance to stabilize and possibly start to recover.</li>
<li>Edit: Depending on the net stock cost I may sell an ATM CC for the next expiration date if it can result in a net profit. If the stock is below the net stock cost that I’ll look out to where I can sell a CC above the net cost to result in a profit if assigned. If I cannot sell a CC a reasonable time out (30ish DTE) then I am willing to hold the stock to wait for it to move back up. <del>Same as CSPs: 30 to 45 DTE, 70% Prob OTM or higher</del></li>
<li>If the call is not assigned then it can be closed for some level of profit and another sold until the net stock cost is below the current stock price.</li>
<li>Track Credits and Debits, plus any Dividends captured, on the tracking file</li>
<li>Continue this until the net stock cost is below the strike price at which time the stock can be left to be called away (some note that it cost less in fees to close the option and just sell the stock which accomplishes the same thing)</li>
</ul>
<p><strong>Step #4: Review and go back to Step #1</strong> – This is why it is called the wheel as you start over again. The tracking file makes it easy to see the P&amp;L, review the trade to verify the numbers and then look for the next, or same, stock to sell CSPs in Step #1.</p>
<p>As they say, rinse and repeat.</p>
<p><strong>Risks and Possible Problems:</strong> The single biggest issue for this strategy is the stock price drops significantly, but this is no more risk than just owning the stock outright.</p>
<p>Stock Drops: The reason to make these trades on a stock you wouldn’t mind owning is because of this risk, and if a good stock is selected then this should be a very rare occurrence plus not a major issue.</p>
<ul>
<li>The price of the stock may drop well below the CSP strike and rolling for a credit will not be possible causing assignment.</li>
<li>If CSPs were sold over and over the net stock cost may be much lower mitigating this drop in price.</li>
<li>Management is to sell CCs over and over to allow time for the stock to recover, this can take time but when added to the CSP premiums collected the position can get “healthy” faster than you may think, however, this does take a lot of patience!</li>
<li>There may be rare occasions when a stock is no longer viable (Enron?) and the position needs to be closed for a loss, again this shows the critical importance of stock selection.</li>
</ul>
<p>Stock Rises: Many see this as a problem, but I personally do not as if the CC strike is above your net stock cost then the position profits, but just not as much.</p>
<ul>
<li>The stock is assigned and you sell CCs only to have the stock run well past your strike price.</li>
<li>In most cases closing the CC and selling the stock outright can cause a bigger loss than just letting the stock be called at the strike price.</li>
<li>It is, in this case, you may lament the profits that were “lost” by having the CC, but provided the above is done properly the position will still profit.</li>
</ul>
<p>Impatience: By far this causes the most losses from this strategy!</p>
<ul>
<li>First, if you can’t roll for a credit let the CSP play out! If you close the CSP early it will cause a major loss.</li>
<li>If you get assigned the stock and sell CCs, do not try to “save” the stock through buying it back at an inflated price! If you can’t roll for a credit then let the stock be called away and sell more CSPs to start the process over again provided the stock is still a viable candidate.</li>
<li>Recognize it may take months selling CCs to build the premium up to a point where the net stock cost is less than the current stock price, but it will happen eventually if you can keep the CC from being exercised early.</li>
</ul>
<p>A Tracking P&amp;L File graphic is included and shows Credits and Debits to know where the position is at any given time. Note the stock price can be entered as a Credit to show where the position is at any given time. This is simple to create and use. NOTE: I do not send out copies as it would take me longer to do that than you recreating the 3 formulas.</p>
<p>Hopefully, this is a thorough and detailed trading plan, but let me know of any questions, typos or improvements you may have! -Scot</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="r/options - The Wheel (aka Triple Income) Strategy Explained"
    src="https://preview.redd.it/5qrik6c6nc221.png?width=854&amp;format=png&amp;auto=webp&amp;v=enabled&amp;s=7780d9f01f2978a5de7adaf3aa85b06d5304ad70"
    ></figure>
<p>r/options - The Wheel (aka Triple Income) Strategy Explained</p>
<p><strong>EDIT #1:</strong> Hello All, the response to this post has been amazing, thanks for the many who have contributed or inquired. Wanted to add a few things up front that seem to be causing confusion.</p>
<ol>
<li>The goal of this strategy is to collect the premium, NOT be assigned stock! While being ready and able to take the stock is part of the plan, being assigned is always to be avoided. If you sold a CSP 1 time and were assigned, you are either doing something wrong or are terribly unlucky by picking a stock that tanked.</li>
</ol>
<p>CSPs should be sold over and over or rolled for a credit, to avoid assignment. You should be collecting 4 to 5 or more premiums worth several dollars before getting assigned. Some who have contacted me sold a CSP and just waited to be assigned, this is not the strategy.</p>
<p>If you are getting assigned more than a couple of times a year you may want to look at the stocks you are trading and how well you are managing your position. Getting assigned the stock should be a very rare occurrence.</p>
<ol start="2">
<li>
<p>As you select the stock and sell the CSP expect to get assigned. Be sure it is a low cost enough stock so that you can handle the shares and still make other trades. If you’re trading a $150 stock, be aware you could have $15K tied up for a while and be prepared to do that.</p>
</li>
<li>
<p>Going along with #2 I trade small and use lower to mid cost stocks. The premiums are not as juicy and the attraction of a TSLA or AMZN is hard to resist, but you are better selling 1 contract at a time for 10 positions than 10 contracts in one position and have to take 1000 shares.</p>
</li>
</ol>
<p>It is always good account management to not trade more than about 5% of your account in any one stock to avoid news or movement from the stock from blowing up your account. It is also a good idea to keep 50% of your buying power available for safety and to take advantage of opportunities.</p>
<ol start="4">
<li>
<p>There have been negative nellies telling me this won’t work and being critical. Note that this is not my strategy and I don’t make any money from it being used or not. My time was spent in an effort to show one method options can more safely be traded, so if you have had a bad experience or think there are better ways, then feel free to post them!</p>
</li>
<li>
<p>Lastly, I have not done any research on this vs buying and holding stock. I’ve traded for more than 20 years with most of that time focused on stocks, and I did well!</p>
</li>
</ol>
<p>Where I see the main differences are that options give leverage so I can collect premium from more stocks than just buying a couple, so this spreads out my risk. Also, I very much like the shorter time frame as I can move on to other stocks should one drop or run up. If done well you may only get assigned a couple of times a year and often be out of the stock in a couple of weeks.</p>
<p>OK, I think you will see this is not sexy or exciting trading, it is boring and you make $50 per position in many cases, but they add up. For those looking at huge returns and the excitement of major risk, this is not for you. If you want a more reliable way to trade options then this may be good to check out.</p>
<p><strong>EDIT #2:</strong> I’ve updated this post now that it is unlocked. Some changes include:</p>
<ul>
<li>Stock price minimums moving up as I now have a larger account</li>
<li>Selling CCs based on if the net stock cost is above or below the current stock price</li>
<li>Added a rolling put link.</li>
<li>There are many different wheel strategies today with some selling ATM puts, others only selling covered calls (not sure how that is a wheel), and several other variations. This is what I trade and it is up to you how you trade.</li>
</ul>

<h2 class="relative group">What is the wheel strategy? | The Wheel Strategy
    <div id="what-is-the-wheel-strategy--the-wheel-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-is-the-wheel-strategy--the-wheel-strategy" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>This is one of the safest options strategies that you can find in the market. This primarily involves 2 legs that consist of selling cash-secured puts (CSP) and selling covered calls ( CC). It starts with the first leg of selling a cash-secured put on a stock that you want to own at a certain price. You then keep selling puts until assigned and once assigned you then start selling covered calls against the same stock until it gets called away. That completes a full circle and you start again from the beginning by selling puts. In all of this, you collect a premium at every step plus any capital gain on the stock that you get when your stocks are called away.</p>
<p>Overall it is a Win-Win strategy from all sides as long as you follow a few things and run the wheel on good stock.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/ae1bb95e06bb08cce1ddbd2cb3cf4659_MD5.png"
    ></figure>
<p>wheel strategy poster</p>

<h2 class="relative group">What are cash-secured puts?
    <div id="what-are-cash-secured-puts" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-are-cash-secured-puts" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>This is leg 1 of the wheel strategy. ( Refer to the yellow box in the diagram below) In very simple terms you basically agree to buy 100 shares of a stock at a certain price only if it hits that price on the day of option expiration. For this, you put money equal to the purchase price of 100 stocks as collateral and in exchange for that, you get to keep the premium.</p>

<h2 class="relative group">What is the covered call strategy?
    <div id="what-is-the-covered-call-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-is-the-covered-call-strategy" aria-label="Anchor">#</a>
    </span>
    
</h2>
<p>This is leg 2 of the wheel strategy ( Refer to the yellow box in the diagram below). This is exactly the opposite of Cash secured put. Once you have 100 shares of stock assigned you to sell a covered call against that. In simple terms, you agree to sell 100 shares of a stock at a certain price only if it hits that price on the day of option expiration. For this, you put your 100 shares as collateral and in exchange for that, you get to keep the premium.</p>
<p><a href="https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4367924245715011&amp;output=html&amp;h=280&amp;slotname=2818748804&amp;adk=950649815&amp;adf=3780039712&amp;pi=t.ma~as.2818748804&amp;w=823&amp;fwrn=4&amp;fwrnh=100&amp;lmt=1673850624&amp;rafmt=1&amp;format=823"  target="_blank" rel="noreferrer">https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4367924245715011&output=html&h=280&slotname=2818748804&adk=950649815&adf=3780039712&pi=t.ma~as.2818748804&w=823&fwrn=4&fwrnh=100&lmt=1673850624&rafmt=1&format=823</a>×280&amp;url=https%3A%2F%2Finvesting20.com%2Fwheel-strategy%2F&amp;host=ca-host-pub-2644536267352236&amp;fwr=0&amp;fwrattr=true&amp;rpe=1&amp;resp_fmts=3&amp;wgl=1&amp;uach=WyJXaW5kb3dzIiwiMTAuMC4wIiwieDg2IiwiIiwiMTA5LjAuNTQxNC43NCIsW10sZmFsc2UsbnVsbCwiNjQiLFtbIk5vdF9BIEJyYW5kIiwiOTkuMC4wLjAiXSxbIkdvb2dsZSBDaHJvbWUiLCIxMDkuMC41NDE0Ljc0Il0sWyJDaHJvbWl1bSIsIjEwOS4wLjU0MTQuNzQiXV0sZmFsc2Vd&amp;dt=1673850624716&amp;bpp=9&amp;bdt=1730&amp;idt=178&amp;shv=r20230111&amp;mjsv=m202212050101&amp;ptt=9&amp;saldr=aa&amp;abxe=1&amp;cookie=ID%3D3b0d270be110fd59-2242978449d900c2%3AT%3D1673849444%3ART%3D1673849444%3AS%3DALNI_Mbg96RemyG0gmcGPtkB1lUCWQqo8A&amp;gpic=UID%3D00000ba53d31127b%3AT%3D1673849444%3ART%3D1673849444%3AS%3DALNI_Mb6eHNXEotNlM4AzLqUfpvjb4ryZA&amp;correlator=1949236965862&amp;frm=20&amp;pv=2&amp;ga_vid=238656898.1673844068&amp;ga_sid=1673850625&amp;ga_hid=1191457049&amp;ga_fc=1&amp;u_tz=240&amp;u_his=4&amp;u_h=1152&amp;u_w=2048&amp;u_ah=1112&amp;u_aw=2048&amp;u_cd=24&amp;u_sd=1.25&amp;dmc=8&amp;adx=340&amp;ady=1980&amp;biw=1890&amp;bih=1002&amp;scr_x=0&amp;scr_y=0&amp;eid=44759876%2C44759927%2C44759837%2C31071011&amp;oid=2&amp;pvsid=4010391759943435&amp;tmod=1879458036&amp;uas=0&amp;nvt=1&amp;ref=https%3A%2F%2Finvesting20.com%2Fbest-stocks-for-wheel-strategy%2F&amp;eae=0&amp;fc=896&amp;brdim=28%2C0%2C28%2C0%2C2048%2C0%2C1920%2C1120%2C1906%2C1002&amp;vis=1&amp;rsz=%7C%7CeEbr%7C&amp;abl=CS&amp;pfx=0&amp;fu=128&amp;bc=31&amp;ifi=1&amp;uci=a!1&amp;btvi=1&amp;fsb=1&amp;xpc=g3SFehRlrI&amp;p=https%3A//investing20.com&amp;dtd=210</p>
<p>As you can see you get to keep the premium no matter what.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/17b076f7452909de1da066ae3e3dfbf5_MD5.webp"
    ></figure>
<p>Wheel Strategy Options</p>
<p>Now let’s understand the steps of the wheel with an example</p>
<p><a href="https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4367924245715011&amp;output=html&amp;h=280&amp;slotname=2818748804&amp;adk=950649815&amp;adf=2549473649&amp;pi=t.ma~as.2818748804&amp;w=823&amp;fwrn=4&amp;fwrnh=100&amp;lmt=1673850625&amp;rafmt=1&amp;format=823"  target="_blank" rel="noreferrer">https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4367924245715011&output=html&h=280&slotname=2818748804&adk=950649815&adf=2549473649&pi=t.ma~as.2818748804&w=823&fwrn=4&fwrnh=100&lmt=1673850625&rafmt=1&format=823</a>×280&amp;url=https%3A%2F%2Finvesting20.com%2Fwheel-strategy%2F&amp;host=ca-host-pub-2644536267352236&amp;fwr=0&amp;fwrattr=true&amp;rpe=1&amp;resp_fmts=3&amp;wgl=1&amp;uach=WyJXaW5kb3dzIiwiMTAuMC4wIiwieDg2IiwiIiwiMTA5LjAuNTQxNC43NCIsW10sZmFsc2UsbnVsbCwiNjQiLFtbIk5vdF9BIEJyYW5kIiwiOTkuMC4wLjAiXSxbIkdvb2dsZSBDaHJvbWUiLCIxMDkuMC41NDE0Ljc0Il0sWyJDaHJvbWl1bSIsIjEwOS4wLjU0MTQuNzQiXV0sZmFsc2Vd&amp;dt=1673850624759&amp;bpp=4&amp;bdt=1774&amp;idt=305&amp;shv=r20230111&amp;mjsv=m202212050101&amp;ptt=9&amp;saldr=aa&amp;abxe=1&amp;cookie=ID%3D3b0d270be110fd59-2242978449d900c2%3AT%3D1673849444%3ART%3D1673849444%3AS%3DALNI_Mbg96RemyG0gmcGPtkB1lUCWQqo8A&amp;gpic=UID%3D00000ba53d31127b%3AT%3D1673849444%3ART%3D1673849444%3AS%3DALNI_Mb6eHNXEotNlM4AzLqUfpvjb4ryZA&amp;prev_fmts=823×280%2C0x0&amp;nras=1&amp;correlator=1949236965862&amp;frm=20&amp;pv=1&amp;ga_vid=238656898.1673844068&amp;ga_sid=1673850625&amp;ga_hid=1191457049&amp;ga_fc=1&amp;u_tz=240&amp;u_his=4&amp;u_h=1152&amp;u_w=2048&amp;u_ah=1112&amp;u_aw=2048&amp;u_cd=24&amp;u_sd=1.25&amp;dmc=8&amp;adx=340&amp;ady=2527&amp;biw=1890&amp;bih=1002&amp;scr_x=0&amp;scr_y=0&amp;eid=44759876%2C44759927%2C44759837%2C31071011&amp;oid=2&amp;pvsid=4010391759943435&amp;tmod=1879458036&amp;uas=0&amp;nvt=1&amp;ref=https%3A%2F%2Finvesting20.com%2Fbest-stocks-for-wheel-strategy%2F&amp;eae=0&amp;fc=896&amp;brdim=28%2C0%2C28%2C0%2C2048%2C0%2C1920%2C1120%2C1906%2C1002&amp;vis=1&amp;rsz=%7C%7CeEbr%7C&amp;abl=CS&amp;pfx=0&amp;fu=128&amp;bc=31&amp;ifi=3&amp;uci=a!3&amp;btvi=2&amp;fsb=1&amp;xpc=aksu4Q4Fhj&amp;p=https%3A//investing20.com&amp;dtd=312</p>
<p>Let’s taken a concrete example from the Robinhood platform to understand this strategy. The price of Google Stock as of the writing of this article is about $96 and you want to run the wheel on it.</p>
<ol>
<li>The first step is to sell a cash-secured put on Google. You first select Sell/Put from the top and select expiry as a week in advance. You then select $95 as your strike price. For this, you will get a premium of about $158 and you have to put $9500 as collateral.
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/6d9a85530a9a57cc902a5951ba1b6aea_MD5.webp"
    ></figure>
</li>
</ol>
<p>cash secured put</p>
<p>2. At expiry, if the google stock closes above your strike price of $95. Your collateral money is released and you also get to keep all the premiums.</p>
<p>3. You repeat step 1 of selling CSP again next week and collect the premium. You keep doing this until the google stock closes below your strike price of $95.</p>
<p>4. Stock Assignment – If google closes below your strike price you are required to buy the google stock at the strike price of $95. As a result of this, you now own 100 shares of google at $95 for each stock.</p>
<p>5. Now you turn the wheel and start selling covered calls against the stock. You pick the strike price let’s say $97 and select the expiry of the week ahead. You get a premium of $161.</p>
<figure><img
    class="my-0 rounded-md"
    loading="lazy"
    decoding="async"
    fetchpriority="low"
    alt="Image Description"
    src="/images/316e8406a8c429b969b7fda06457112f_MD5.webp"
    ></figure>
<p>covered call</p>
<p>6. You keep repeating step 5 of the selling covered call until google stock closes above your stick price of $97.</p>
<p>7. Stock Called Away – If the stock closes above your strike price of $97 you have to sell your shares. However, you will have a $200 profit from the stock since you bought it at $95. Plus you get to keep the premium.</p>
<p>8. This completes the full circle of the wheel and you restart the wheel from step 1.</p>

<h2 class="relative group">How to select the best stock for wheel strategy
    <div id="how-to-select-the-best-stock-for-wheel-strategy" class="anchor"></div>
    
    <span
        class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
        <a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#how-to-select-the-best-stock-for-wheel-strategy" aria-label="Anchor">#</a>
    </span>
    
</h2>
<ol>
<li>Liquidity is very important when selecting any stock options and the same applies to the wheel strategy. You need to ensure that there is a good amount of volume for the stock you plan to do wheel strategy.</li>
<li>Run the wheel strategy on a stock that you really like to own in your portfolio.</li>
<li>Avoid stocks with high volatility, they tend to have high price swings which are not what you want to run the wheel strategy.</li>
<li>Consider selecting stock with a low beta value. This is another indicator that you can use to avoid high swings stocks.</li>
<li>Take advantage of the Bollinger band indicator to identify stocks that are mostly range bound. It’s preferred to have a stock that doesn’t is range bound.</li>
<li>Use <a href="https://www.barchart.com/options/most-active/stocks?orderBy=optionsTotalVolume&amp;orderDir=desc"  target="_blank" rel="noreferrer">this site</a> to find a good liquid and active option to run a successful wheel strategy.</li>
</ol>
]]></content:encoded>
      
      <media:content url="http://localhost:58538/img/featured/wheel-strategy-active-income.webp" medium="image" />
    </item>
    
  </channel>
</rss>
