ratioCallSpreadPnL {bearishTrader}R Documentation

Calculates per share Profit and Loss at expiration for Ratio Call Spread and draws its graph in the Plots tab.

Description

This strategy consists of a shorting two calls with a higher strike price X2H, and a buying one (or three) calls with a lower strike price X1L. The graph shows that investor or trader is exposed to uncapped risk and can only make a limited reward and therefore an undesirable strategy (Kakushadze & Serur, 2018).

Usage

ratioCallSpreadPnL(
  ST,
  X1L,
  X2H,
  CX1L,
  CX2H,
  hl = 0.8,
  hu = 1.4,
  xlab = "Spot Price ($) at Expiration",
  ylab = " Profit / Loss [PnL] at Expiration ($)",
  main = " Ratio Call Spread [ PnL ]"
)

Arguments

ST

Spot Price at time T.

X1L

Lower Strike Price or eXercise price.

X2H

Higher Strike Price or eXercise price.

CX1L

Call Premium paid for the bought Call at Lower Strike.

CX2H

Call Premium received for the sold Calls at higher Strike.

hl

lower bound value for setting lower-limit of x-axis displaying spot price.

hu

upper bound value for setting upper-limit of x-axis displaying spot price.

xlab

X-axis label.

ylab

Y-axis label.

main

Title of the Graph.

Details

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 for Ratio Call Spread and draw its graph in the Plots tab. EXAMPLES, Shorting two HypoQuill December 27.50 calls at $1.40 and buying HypoQuill December 25 put at $3.20 OR Shorting two HypoQuill December 27.50 calls at $1.90 and buying HypoQuill December 25 put at $3.20. In the first example, trades are net Debit on the Initiation day as Premium paid is more then the premium received. (In this situation, as displayed in the graph, there are two Breakeven points). However, as shown in the second example the trades can be structured to have net credit on initiation. (In this case, as displayed in the graph, there will be only one Breakeven Point). The graph gets displayed in Plots tab.

Value

Returns a graph of the strategy.

Author(s)

MaheshP Kumar, maheshparamjitkumar@gmail.com

References

Cohen, G. (2015). The Bible of Options Strategies (2nd ed.). Pearson Technology Group. https://bookshelf.vitalsource.com/books/9780133964448
Kakushadze, Z., & Serur, J. A. (2018, August 17). 151 Trading Strategies. Palgrave Macmillan. https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3247865

Examples

ratioCallSpreadPnL(25,25,27.50,3.20,1.40)
ratioCallSpreadPnL(25,25,27.50,3.20,1.90)
ratioCallSpreadPnL(25,25,27.50,3.20,1.60)

[Package bearishTrader version 1.0.2 Index]