On initiation, this is a net credit Strategy and results in net cash inflow in the form of receiving the price of Future contract (per unit of the underlying). At the time of offset the trader or investor has to buy the underlying commodity of future contract at the price on the day of offset. If the bearish outlook of the trader holds good and the price of the commodity (underlying) falls then the trader makes the profit as shown in the graph (TD Ameritrade, 2019).
zShortingCommodityFuture(
STF,
F0,
C,
hl = 0.985,
hu = 1.005,
xlab = "Commodity Price ($) at Offset",
ylab = " Profit / Loss [PnL] at Offset ($)",
main = "Shorting a Commodity Future [ PnL]"
)
Returns a graph of the strategy.
Commodity price at time T.
Commodity Initial Price .
Cost involved in establishing Future Contract.
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.
MaheshP Kumar, maheshparamjitkumar@gmail.com
According to the information provided by TD Ameritrade (2019), this method is developed, and the given examples are created to compute Profit and Loss at expiration for Shorting a Commodity Future (per unit of the underlying commodity) and draws its graph in the Plots tab.
TD Ameritrade. (2019, July 26). Micro E-Mini Futures Contracts. YouTube.https://youtu.be/SShGjJepCdA
Hull, J. C. (2022). Options, Futures, and Other Derivatives (11th ed.). Pearson Education (US). https://bookshelf.vitalsource.com/books/9780136940043
zShortingCommodityFuture(430,430,0)
zShortingCommodityFuture(2900,2910,0,hl=0.9995,hu=1.005)
Run the code above in your browser using DataLab