Description Usage Arguments Details Value Examples
This function can be used to develop a Bull/Bear Put Strategy.
1 | put.spread(k1, k2, long_put, short_put, llimit = 20, ulimit = 20)
|
k1 |
Excercise Price of Long Put Option |
k2 |
Excercise Price of Short Put Option |
long_put |
Premium of Long Put Option |
short_put |
Premium of Short Put Option |
llimit |
Lower limit of stock price at Expiration., Default: 20 |
ulimit |
Upper Limit of Stock Price at Expiration, Default: 20 |
The strategy uses two put options to form a range consisting of a high strike price and a low strike price.
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.
1 | put.spread(1.2, 3.2, 100, 105)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.