strangle.short {roptions} | R Documentation |
Short Strangle Strategy Function
Description
This function can be used to develop a Short Strangle Strategy.
Usage
strangle.short(c, p, k_call, k_put, ulimit = 10, llimit = 10)
Arguments
c |
Premium of Short call Option |
p |
Premium of Short Put Option |
k_call |
Excercise Price of Short call Option |
k_put |
Excercise Price of Short Put Option |
ulimit |
Upper Limit of Stock Price at Expiration, Default: 20 |
llimit |
Lower limit of stock price at Expiration., Default: 20 |
Details
A strangle is an options strategy where the investor holds a position in both a call and a put option with different strike prices, but with the same expiration date and underlying asset.
Value
OUTPUT_DESCRIPTION Returns the profit/loss generated from the strategy along with the profit/loss of individual contract and an interactive graph for the same.
Examples
strangle.short(1.2, 3.2, 100, 105)
[Package roptions version 1.0.3 Index]