SlideShare a Scribd company logo
1 of 7
Download to read offline
Trade Ideas
Weekly SPX verticals
The Setup
• Weekly Short Put Vertical
• First short vertical OTM beyond the expected move
• Should be less than .16 delta, > 80% POP
• Put on Monday morning at open
• Let expire or roll out for (credit or even) if wrong
• Expect approx. .50 or so in premium
Expected Move
• Expected Move = Price * (IV/100) * √(#days/365)
• Example:
• Expected Move in SPX for next Friday expiration =
• EM = +- 2108.58 * .1344 * √(6/365)
• EM = +- 36.33
• Range of: 2072 - 2144 ($1.00 for this IC today)
Thinkscript - http://tos.mx/PPe1lF
declare lower;
declare hide_on_intraday;
def vol = imp_volatility();
def data = if !IsNaN(vol) then vol else vol[-1];
def hi = Highest(data, TimePeriod);
def lo = Lowest(data, TimePeriod);
def AP = GetAggregationPeriod();
def len ;
if AP == 604800000 {
len = 5;
}
else if AP == 86400000 {
len = 1;
}
else {
len = 30;
};
input DisplayIVPercentile = yes;
input DisplayImpVolatility = yes;
input DisplayDailyEM = yes;
input DisplayWeeklyEM = yes;
input DisplayMonthlyEM = yes;
input TimePeriod = 252;
def Percentile = (data - lo) / (hi - lo) * 100;
plot EM = open * ImpVolatility() * Sqrt(len/365);
AddLabel(DisplayIVPercentile , Concat("IV Rank: ",
AsPercent(Percentile / 100)), Color.BLACK);
AddLabel(DisplayImpVolatility, Concat("ImpVolatility: ",
AsPercent(vol)), Color.BLACK);
def ImpPts = close * vol * Sqrt(1 / 365);
AddLabel(DisplayDailyEM, Concat("Daily EM +/- $",
AsText( ImpPts, NumberFormat.TWO_DECIMAL_PLACES)),
Color.BLACK);
def ImpPts2 = close * vol * Sqrt(5 / 365);
AddLabel(DisplayWeeklyEM, Concat("Weekly EM +/- $",
AsText( ImpPts2,
NumberFormat.TWO_DECIMAL_PLACES)), Color.BLACK);
def ImpPts3 = close * vol * Sqrt(30 / 365);
AddLabel(DisplayMonthlyEM, Concat("Monthly EM +/- $",
AsText( ImpPts3,
NumberFormat.TWO_DECIMAL_PLACES)), Color.BLACK);
The Results
• 144/156 weeks or 92% winners (last 3 years put side)
• Profit will depend on how we manage the losers
• Profit Approx. ($50 x 144) = $7200 minus managed losers
• Roll out to same strikes in next week cycle
• employ % credit received loss limit? (1x, 2x, etc.)
Takeaways/Discussion
• Expiration is rarely outside the expected move
• Can roll when wrong to same strike in next cycle for credit
• High probability of profit 92% historically
• Calls trade outside range more often
DISCLAIMER:
The purpose of this material is for education only. You must consider your
own situation and risk tolerance prior to entering into any investment. You
are assuming the entire risk of any and all trades placed in the stock market.
The Mechanical Bear, LLC. is not a licensed financial advisor, registered
investment advisor, registered broker-dealer or FINRA|SIPC|NFA-member
firm. The Mechanical Bear, LLC. does not provide investment or financial
advice or make investment recommendations. The Mechanical Bear, LLC. is
not in the business of transacting trades, nor does The Mechanical Bear, LLC.
agree to direct your commodity accounts or give trading advice tailored to
your particular situation. By using The Mechanical Bear website and
materials, you agree, at all time, to indemnify, defend, and hold The
Mechanical Bear (including and of its respective officers, directors,
employees, agents, or representatives) harmless from and against any and all
claims, actions, demands, suits, losses and costs (including attorney’s fees)
resulting from trades you place in the market. References and links to
content provided by dough, Inc. or tastytrade, Inc. are the property of that
organization and is only referenced for educational purposes. Please refer to
their website for additional details. All credit is given to them for the content
they create.

More Related Content

What's hot

Zest Trading Phoenix - November, 2016
Zest Trading Phoenix - November, 2016Zest Trading Phoenix - November, 2016
Zest Trading Phoenix - November, 2016
Joshua Kershner
 
Portfolio management
Portfolio managementPortfolio management
Portfolio management
Ashwini Das
 
Zest Trading Explorer - November, 2016
Zest Trading Explorer - November, 2016Zest Trading Explorer - November, 2016
Zest Trading Explorer - November, 2016
Joshua Kershner
 
Zest Trading Polar - November, 2016
Zest Trading Polar - November, 2016Zest Trading Polar - November, 2016
Zest Trading Polar - November, 2016
Joshua Kershner
 
FX Perpetual- Key Features
FX Perpetual- Key Features FX Perpetual- Key Features
FX Perpetual- Key Features
Brian Boyd
 

What's hot (20)

Investing in REITs.
Investing in REITs.Investing in REITs.
Investing in REITs.
 
Lecture no 53 collar
Lecture no 53    collarLecture no 53    collar
Lecture no 53 collar
 
Lecture no 45 modified call butterfly
Lecture no 45   modified call butterflyLecture no 45   modified call butterfly
Lecture no 45 modified call butterfly
 
Termsheet overview - Nurture Talent Academy's Investor Yatra
Termsheet overview - Nurture Talent Academy's Investor YatraTermsheet overview - Nurture Talent Academy's Investor Yatra
Termsheet overview - Nurture Talent Academy's Investor Yatra
 
Lecture no 46 modified put butterfly
Lecture no 46   modified put butterflyLecture no 46   modified put butterfly
Lecture no 46 modified put butterfly
 
Market Neutral Fancy
Market Neutral FancyMarket Neutral Fancy
Market Neutral Fancy
 
Zest Trading Phoenix - November, 2016
Zest Trading Phoenix - November, 2016Zest Trading Phoenix - November, 2016
Zest Trading Phoenix - November, 2016
 
Portfolio management
Portfolio managementPortfolio management
Portfolio management
 
Zest Trading Explorer - November, 2016
Zest Trading Explorer - November, 2016Zest Trading Explorer - November, 2016
Zest Trading Explorer - November, 2016
 
Lecture no 23 bull call ladder
Lecture no 23  bull call ladderLecture no 23  bull call ladder
Lecture no 23 bull call ladder
 
Lecture no 63 short combo
Lecture no 63   short comboLecture no 63   short combo
Lecture no 63 short combo
 
Zest Trading Polar - November, 2016
Zest Trading Polar - November, 2016Zest Trading Polar - November, 2016
Zest Trading Polar - November, 2016
 
Portfolio management
Portfolio managementPortfolio management
Portfolio management
 
Active management
Active managementActive management
Active management
 
FX Perpetual- Key Features
FX Perpetual- Key Features FX Perpetual- Key Features
FX Perpetual- Key Features
 
To Hedge or Not to Hedge
To Hedge or Not to HedgeTo Hedge or Not to Hedge
To Hedge or Not to Hedge
 
FX Risk Management – Best Practice Standards for Good Corporate Governance
FX Risk Management – Best Practice Standards for Good Corporate GovernanceFX Risk Management – Best Practice Standards for Good Corporate Governance
FX Risk Management – Best Practice Standards for Good Corporate Governance
 
Principal protected fund
Principal protected fundPrincipal protected fund
Principal protected fund
 
FX Dealings & Internal Controls, Compliance & Risk Management
FX Dealings & Internal Controls, Compliance & Risk ManagementFX Dealings & Internal Controls, Compliance & Risk Management
FX Dealings & Internal Controls, Compliance & Risk Management
 
Portfolio management and asset allocation12111
Portfolio management and asset allocation12111Portfolio management and asset allocation12111
Portfolio management and asset allocation12111
 

Viewers also liked

Sonja_Muller's_Resume Updated
Sonja_Muller's_Resume UpdatedSonja_Muller's_Resume Updated
Sonja_Muller's_Resume Updated
Sonja Muller
 
WendyWang_CouleursJazz_PatriciaBarber_0814
WendyWang_CouleursJazz_PatriciaBarber_0814WendyWang_CouleursJazz_PatriciaBarber_0814
WendyWang_CouleursJazz_PatriciaBarber_0814
Wendy Wang
 
Deploy apps on ibm bluemix docker day vietnam 2015
Deploy apps on ibm bluemix   docker day vietnam 2015Deploy apps on ibm bluemix   docker day vietnam 2015
Deploy apps on ibm bluemix docker day vietnam 2015
hai260288
 
Ricicla(r)te
Ricicla(r)teRicicla(r)te
Ricicla(r)te
pinosa
 
Stad, Haven en Regio Rotterdam in 2030
Stad, Haven en Regio Rotterdam in 2030Stad, Haven en Regio Rotterdam in 2030
Stad, Haven en Regio Rotterdam in 2030
Martijn Baten
 
19 konsep akhlak (nik afifah shahirah rahimi)
19 konsep akhlak (nik afifah shahirah rahimi)19 konsep akhlak (nik afifah shahirah rahimi)
19 konsep akhlak (nik afifah shahirah rahimi)
Dania Azmy
 
纽芬兰纪念大学量表
纽芬兰纪念大学量表纽芬兰纪念大学量表
纽芬兰纪念大学量表
Calkee
 

Viewers also liked (19)

March Meeting
March MeetingMarch Meeting
March Meeting
 
Feb Meeting
Feb MeetingFeb Meeting
Feb Meeting
 
Sonja_Muller's_Resume Updated
Sonja_Muller's_Resume UpdatedSonja_Muller's_Resume Updated
Sonja_Muller's_Resume Updated
 
November meeting - ROC
November meeting - ROCNovember meeting - ROC
November meeting - ROC
 
WendyWang_CouleursJazz_PatriciaBarber_0814
WendyWang_CouleursJazz_PatriciaBarber_0814WendyWang_CouleursJazz_PatriciaBarber_0814
WendyWang_CouleursJazz_PatriciaBarber_0814
 
July meeting
July meetingJuly meeting
July meeting
 
Deploy apps on ibm bluemix docker day vietnam 2015
Deploy apps on ibm bluemix   docker day vietnam 2015Deploy apps on ibm bluemix   docker day vietnam 2015
Deploy apps on ibm bluemix docker day vietnam 2015
 
San Francisco Telixtlahuaca, Oaxaca
San Francisco Telixtlahuaca, OaxacaSan Francisco Telixtlahuaca, Oaxaca
San Francisco Telixtlahuaca, Oaxaca
 
Analiza_web_sjedista
Analiza_web_sjedistaAnaliza_web_sjedista
Analiza_web_sjedista
 
Ricicla(r)te
Ricicla(r)teRicicla(r)te
Ricicla(r)te
 
아이애드
아이애드아이애드
아이애드
 
Animales
AnimalesAnimales
Animales
 
Stad, Haven en Regio Rotterdam in 2030
Stad, Haven en Regio Rotterdam in 2030Stad, Haven en Regio Rotterdam in 2030
Stad, Haven en Regio Rotterdam in 2030
 
Guerra,josé alfredo equipo 5 vuelo de ganzos
Guerra,josé alfredo equipo 5 vuelo de ganzosGuerra,josé alfredo equipo 5 vuelo de ganzos
Guerra,josé alfredo equipo 5 vuelo de ganzos
 
Feria del Tejate 2011, San Andrés Huayapam
Feria del Tejate 2011, San Andrés HuayapamFeria del Tejate 2011, San Andrés Huayapam
Feria del Tejate 2011, San Andrés Huayapam
 
19 konsep akhlak (nik afifah shahirah rahimi)
19 konsep akhlak (nik afifah shahirah rahimi)19 konsep akhlak (nik afifah shahirah rahimi)
19 konsep akhlak (nik afifah shahirah rahimi)
 
Civilization of india
Civilization of indiaCivilization of india
Civilization of india
 
纽芬兰纪念大学量表
纽芬兰纪念大学量表纽芬兰纪念大学量表
纽芬兰纪念大学量表
 
7 Twitter Tips Any Business Can Use
7 Twitter Tips Any Business Can Use7 Twitter Tips Any Business Can Use
7 Twitter Tips Any Business Can Use
 

Similar to Spx Weekly Vertical

Smb options tribe_5_28_2013
Smb options tribe_5_28_2013Smb options tribe_5_28_2013
Smb options tribe_5_28_2013
smbcapital
 

Similar to Spx Weekly Vertical (20)

Earn a second income trading the stock market
Earn a second income trading the stock marketEarn a second income trading the stock market
Earn a second income trading the stock market
 
2017 09 17 Meetup Slides
2017 09 17 Meetup Slides2017 09 17 Meetup Slides
2017 09 17 Meetup Slides
 
Smb options tribe_5_28_2013
Smb options tribe_5_28_2013Smb options tribe_5_28_2013
Smb options tribe_5_28_2013
 
2017 09 24 Meetup Slides
2017 09 24 Meetup Slides2017 09 24 Meetup Slides
2017 09 24 Meetup Slides
 
2017 07 14 VDTH Meetup Slides
2017 07 14 VDTH Meetup Slides2017 07 14 VDTH Meetup Slides
2017 07 14 VDTH Meetup Slides
 
2017-07-14 and 2017-07-16 Meetup Slides
2017-07-14  and 2017-07-16 Meetup Slides2017-07-14  and 2017-07-16 Meetup Slides
2017-07-14 and 2017-07-16 Meetup Slides
 
2017 10 29 Meetup Slides
2017 10 29 Meetup Slides2017 10 29 Meetup Slides
2017 10 29 Meetup Slides
 
2017 10 15 Meetup Slides
2017 10 15 Meetup Slides2017 10 15 Meetup Slides
2017 10 15 Meetup Slides
 
2017 06 23 Meetup Slides
2017 06 23 Meetup Slides2017 06 23 Meetup Slides
2017 06 23 Meetup Slides
 
2017 06 18 Meetup Slides
2017 06 18 Meetup Slides2017 06 18 Meetup Slides
2017 06 18 Meetup Slides
 
2017 08 11 and 2017 08 13 Meetup Slides
2017 08 11 and 2017 08 13 Meetup Slides 2017 08 11 and 2017 08 13 Meetup Slides
2017 08 11 and 2017 08 13 Meetup Slides
 
2017 06-04 Meetup Slides
2017 06-04 Meetup Slides2017 06-04 Meetup Slides
2017 06-04 Meetup Slides
 
2017-07-07 and 2017-07-09 Meetup Slides
2017-07-07 and 2017-07-09 Meetup Slides2017-07-07 and 2017-07-09 Meetup Slides
2017-07-07 and 2017-07-09 Meetup Slides
 
Trading SSFs on JSE Large caps
Trading SSFs on JSE Large capsTrading SSFs on JSE Large caps
Trading SSFs on JSE Large caps
 
2017 06-11 Meetup Slides
2017 06-11 Meetup Slides2017 06-11 Meetup Slides
2017 06-11 Meetup Slides
 
2017-07-21 and 2017-07-23 Meetup Slides
2017-07-21 and 2017-07-23 Meetup Slides 2017-07-21 and 2017-07-23 Meetup Slides
2017-07-21 and 2017-07-23 Meetup Slides
 
2017 07 30 Meetup Slides
2017 07 30 Meetup Slides 2017 07 30 Meetup Slides
2017 07 30 Meetup Slides
 
How to Lock in Profits on Every Trade - Presented by Dr. Richard M. Smith
How to Lock in Profits on Every Trade - Presented by Dr. Richard M. Smith How to Lock in Profits on Every Trade - Presented by Dr. Richard M. Smith
How to Lock in Profits on Every Trade - Presented by Dr. Richard M. Smith
 
directional strategies spreads
directional strategies spreadsdirectional strategies spreads
directional strategies spreads
 
2017-05-28 Meetup Slides
2017-05-28 Meetup Slides2017-05-28 Meetup Slides
2017-05-28 Meetup Slides
 

Recently uploaded

abortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammam
abortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammamabortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammam
abortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammam
samsungultra782445
 
+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...
+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...
+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...
Health
 
Law of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Law of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnLaw of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Law of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
TintoTom3
 

Recently uploaded (20)

Female Escorts Service in Hyderabad Starting with 5000/- for Savita Escorts S...
Female Escorts Service in Hyderabad Starting with 5000/- for Savita Escorts S...Female Escorts Service in Hyderabad Starting with 5000/- for Savita Escorts S...
Female Escorts Service in Hyderabad Starting with 5000/- for Savita Escorts S...
 
劳伦森大学毕业证
劳伦森大学毕业证劳伦森大学毕业证
劳伦森大学毕业证
 
Toronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdfToronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdf
 
7 tips trading Deriv Accumulator Options
7 tips trading Deriv Accumulator Options7 tips trading Deriv Accumulator Options
7 tips trading Deriv Accumulator Options
 
cost-volume-profit analysis.ppt(managerial accounting).pptx
cost-volume-profit analysis.ppt(managerial accounting).pptxcost-volume-profit analysis.ppt(managerial accounting).pptx
cost-volume-profit analysis.ppt(managerial accounting).pptx
 
Famous Kala Jadu, Kala ilam specialist in USA and Bangali Amil baba in Saudi ...
Famous Kala Jadu, Kala ilam specialist in USA and Bangali Amil baba in Saudi ...Famous Kala Jadu, Kala ilam specialist in USA and Bangali Amil baba in Saudi ...
Famous Kala Jadu, Kala ilam specialist in USA and Bangali Amil baba in Saudi ...
 
Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024
 
Strategic Resources May 2024 Corporate Presentation
Strategic Resources May 2024 Corporate PresentationStrategic Resources May 2024 Corporate Presentation
Strategic Resources May 2024 Corporate Presentation
 
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdf
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdfSeeman_Fiintouch_LLP_Newsletter_May-2024.pdf
Seeman_Fiintouch_LLP_Newsletter_May-2024.pdf
 
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & RequirementsExplore Dual Citizenship in Africa | Citizenship Benefits & Requirements
Explore Dual Citizenship in Africa | Citizenship Benefits & Requirements
 
In Sharjah ௵(+971)558539980 *_௵abortion pills now available.
In Sharjah ௵(+971)558539980 *_௵abortion pills now available.In Sharjah ௵(+971)558539980 *_௵abortion pills now available.
In Sharjah ௵(+971)558539980 *_௵abortion pills now available.
 
fundamentals of corporate finance 11th canadian edition test bank.docx
fundamentals of corporate finance 11th canadian edition test bank.docxfundamentals of corporate finance 11th canadian edition test bank.docx
fundamentals of corporate finance 11th canadian edition test bank.docx
 
abortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammam
abortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammamabortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammam
abortion pills in Riyadh Saudi Arabia (+919707899604)cytotec pills in dammam
 
+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...
+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...
+971565801893>>SAFE ORIGINAL ABORTION PILLS FOR SALE IN DUBAI,RAK CITY,ABUDHA...
 
Pension dashboards forum 1 May 2024 (1).pdf
Pension dashboards forum 1 May 2024 (1).pdfPension dashboards forum 1 May 2024 (1).pdf
Pension dashboards forum 1 May 2024 (1).pdf
 
Law of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Law of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnLaw of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Law of Demand.pptxnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
 
Business Principles, Tools, and Techniques in Participating in Various Types...
Business Principles, Tools, and Techniques  in Participating in Various Types...Business Principles, Tools, and Techniques  in Participating in Various Types...
Business Principles, Tools, and Techniques in Participating in Various Types...
 
logistics industry development power point ppt.pdf
logistics industry development power point ppt.pdflogistics industry development power point ppt.pdf
logistics industry development power point ppt.pdf
 
Mahendragarh Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Mahendragarh Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsMahendragarh Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Mahendragarh Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...
Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...
Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...
 

Spx Weekly Vertical

  • 2. The Setup • Weekly Short Put Vertical • First short vertical OTM beyond the expected move • Should be less than .16 delta, > 80% POP • Put on Monday morning at open • Let expire or roll out for (credit or even) if wrong • Expect approx. .50 or so in premium
  • 3. Expected Move • Expected Move = Price * (IV/100) * √(#days/365) • Example: • Expected Move in SPX for next Friday expiration = • EM = +- 2108.58 * .1344 * √(6/365) • EM = +- 36.33 • Range of: 2072 - 2144 ($1.00 for this IC today)
  • 4. Thinkscript - http://tos.mx/PPe1lF declare lower; declare hide_on_intraday; def vol = imp_volatility(); def data = if !IsNaN(vol) then vol else vol[-1]; def hi = Highest(data, TimePeriod); def lo = Lowest(data, TimePeriod); def AP = GetAggregationPeriod(); def len ; if AP == 604800000 { len = 5; } else if AP == 86400000 { len = 1; } else { len = 30; }; input DisplayIVPercentile = yes; input DisplayImpVolatility = yes; input DisplayDailyEM = yes; input DisplayWeeklyEM = yes; input DisplayMonthlyEM = yes; input TimePeriod = 252; def Percentile = (data - lo) / (hi - lo) * 100; plot EM = open * ImpVolatility() * Sqrt(len/365); AddLabel(DisplayIVPercentile , Concat("IV Rank: ", AsPercent(Percentile / 100)), Color.BLACK); AddLabel(DisplayImpVolatility, Concat("ImpVolatility: ", AsPercent(vol)), Color.BLACK); def ImpPts = close * vol * Sqrt(1 / 365); AddLabel(DisplayDailyEM, Concat("Daily EM +/- $", AsText( ImpPts, NumberFormat.TWO_DECIMAL_PLACES)), Color.BLACK); def ImpPts2 = close * vol * Sqrt(5 / 365); AddLabel(DisplayWeeklyEM, Concat("Weekly EM +/- $", AsText( ImpPts2, NumberFormat.TWO_DECIMAL_PLACES)), Color.BLACK); def ImpPts3 = close * vol * Sqrt(30 / 365); AddLabel(DisplayMonthlyEM, Concat("Monthly EM +/- $", AsText( ImpPts3, NumberFormat.TWO_DECIMAL_PLACES)), Color.BLACK);
  • 5. The Results • 144/156 weeks or 92% winners (last 3 years put side) • Profit will depend on how we manage the losers • Profit Approx. ($50 x 144) = $7200 minus managed losers • Roll out to same strikes in next week cycle • employ % credit received loss limit? (1x, 2x, etc.)
  • 6. Takeaways/Discussion • Expiration is rarely outside the expected move • Can roll when wrong to same strike in next cycle for credit • High probability of profit 92% historically • Calls trade outside range more often
  • 7. DISCLAIMER: The purpose of this material is for education only. You must consider your own situation and risk tolerance prior to entering into any investment. You are assuming the entire risk of any and all trades placed in the stock market. The Mechanical Bear, LLC. is not a licensed financial advisor, registered investment advisor, registered broker-dealer or FINRA|SIPC|NFA-member firm. The Mechanical Bear, LLC. does not provide investment or financial advice or make investment recommendations. The Mechanical Bear, LLC. is not in the business of transacting trades, nor does The Mechanical Bear, LLC. agree to direct your commodity accounts or give trading advice tailored to your particular situation. By using The Mechanical Bear website and materials, you agree, at all time, to indemnify, defend, and hold The Mechanical Bear (including and of its respective officers, directors, employees, agents, or representatives) harmless from and against any and all claims, actions, demands, suits, losses and costs (including attorney’s fees) resulting from trades you place in the market. References and links to content provided by dough, Inc. or tastytrade, Inc. are the property of that organization and is only referenced for educational purposes. Please refer to their website for additional details. All credit is given to them for the content they create.