Click here to Login








Black-Scholes Option Pricing Model formula

by The trader, 5404 days ago
Share |






This is a custom formula that calculates the put and call prices of European style options.

This Black-Scholes Option Pricing Model function accepts six parameters.
The first parameter is used to specify whether we want to calculate a put or a call, set 'p' for put and 'c' for call.
The others parameters are: Security price, strike price, years to maturity (if it is for example 6 month, then set '0.5'), risk-free rate and volatility.

The function calculates for each bar, the option price of a put or a call given the above parameters.
Set the Price parameters to 'close'.
For the volatility I usually use the following formula: Stddev(close, 30) * sqrt(1 / 12), that is the annualized historical volatility.
I used here the standard deviation for the past 30 days and then annualized the result.

If you set your formula to something like:
a = BlackScholes('c', close, 30, 0.25, 0.06, Stddev(close, 30) * sqrt(1 / 12)); // Option pricing formula
Plot(a, 'Pricing', colorBlack, chartLine, styleOwnScale);

The chart will display the option price of a call with a strike price of 30, 3 months to maturity, and 6% as risk-free rate.
Note: For each bar the number of days to maturity is constant and thus this is not the price of the call over time.

I use this function to create custom outputs to simulate option strategies.
For example, when I analyze a list of rules, instead of buying the stock, I use this formula to simulate a call or put buy or any other combination.

Note: this Black and Scholes formula should be modified in order to be able to calculate American style options.
Note also that this Option pricing model doesn't take dividends into account.


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 111


Country:
All

Market: Options Market

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Working with the formula editor

10 ways to download historical stock quotes data for free

True portfolio simulation applied to trading systems

Optimization of trading rules

Volatility and trading systems

Trading Optimization

Automatically create historical quotes charts

How to download the history of dividend payments for stocks in the US market

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.