This strategy consists of a short position in NS close to ATM put options with a strike price X1L, and a long position in NL ITM put options with a strike price X2H, where NL is less than NS. Typically, NL is equal to 1 and NS is equal to 2, or NL is 2 and NS is 3. This is an income strategy if it is structured as a net credit trade. The trader’s outlook is neutral to bullish (Kakushadze & Serur, 2018).
ratioPutSpread(
ST,
X2H,
X1L,
PX2H,
PX1L,
hl = 0,
hu = 1.7,
xlab = "Spot Price ($) on Expiration",
ylab = "Profit / Loss [ PnL ] at Expiration ($)",
main = "Ratio Put Spread ",
sub = "bullishTrader / MaheshP Kumar"
)
returns a profit and loss graph of Ratio Put Spread.
Spot Price at time T.
Higher Strike Price or eXercise price.
Lower Strike Price or eXercise price.
Premium received for the sold s at higher Strike.
Premium paid for the bought s at Lower Strike.
lower bound value for setting lower limit of X axis displaying spot price.
upper bound value for setting upper limit of X axis displaying spot price.
X axis label.
Y axis label.
Title of the Graph.
Subtitle of the Graph.
MaheshP Kumar, maheshparamjitkumar@gmail.com
According to conceptual details given by Cohen (2015), and a closed form solution provided by Kakushadze and Serur (2018), this method is developed, and the given examples are created, to compute per share Profit and Loss at expiration and also the Breakeven (BE) point for Ratio Put Spread and draws its graph in the Plots tab.
Cohen, G. (2015). The Bible of Options Strategies (2nd ed.). Pearson Technology Group.
Kakushadze, Z., & Serur, J. A. (2018, August 17). 151 Trading Strategies. Palgrave Macmillan. https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3247865
ratioPutSpread(25,30,25,1.33,0.42)
Run the code above in your browser using DataLab