loxx

Modified Bachelier Option Pricing Model w/ Num. Greeks [Loxx]

loxx Actualizado   
Modified Bachelier Option Pricing Model w/ Num. Greeks is an adaptation of the Modified Bachelier Option Pricing Model in Pine Script. The following information is an except from Espen Gaarder Haug's book "Option Pricing Formulas".

Before Black Scholes Merton
The curious reader may be asking how people priced options before the BSM breakthrough was published in 1973. This section offers a quick overview of some of the most important precursors to the BSM model. As early as 1900, Louis Bachelier published his now famous work on option pricing. In contrast to Black, Scholes, and Merton, Bachelier assumed a normal distribution for the asset price—in other words, an arithmetic Brownian motion process:

dS = sigma * dz

Where S is the asset price and dz is a Wiener process. This implies a positive probability for observing a negative asset price—a feature that is not popular for stocks and any other asset with limited liability features.

The current call price is the expected price at expiration. This argument yields:

c = (S - X)*N(d1) + v * T^0.5 * n(d1)

and for a put option we get

p = (S - X)*N(-d1) + v * T^0.5 * n(d1)

where

d1 = (S - X) / (v * T^0.5)

Modified Bachelier Model
By using the arguments of BSM but now with arithmetic Brownian motion (normal distributed stock price), we can easily correct the Bachelier model to take into account the time value of money in a risk-neutral world. This yields:

c = S * N(d1) - Xe^-rT * N(d1) + v * T^0.5 * n(d1)

p = Xe^-rT * N(-d1) - S * N(-d1) + v * T^0.5 * n(d1)

d1 = (S - X) / (v * T^0.5)

Inputs
S = Stock price.
X = Strike price of option.
T = Time to expiration in years.
r = Risk-free rate
v = Volatility of the underlying asset price
cnd (x) = The cumulative normal distribution function
nd(x) = The standard normal density function

Numerical Greeks or Greeks by Finite Difference
Analytical Greeks are the standard approach to estimating Delta, Gamma etc... That is what we typically use when we can derive from closed form solutions. Normally, these are well-defined and available in text books. Previously, we relied on closed form solutions for the call or put formulae differentiated with respect to the Black Scholes parameters. When Greeks formulae are difficult to develop or tease out, we can alternatively employ numerical Greeks - sometimes referred to finite difference approximations. A key advantage of numerical Greeks relates to their estimation independent of deriving mathematical Greeks. This could be important when we examine American options where there may not technically exist an exact closed form solution that is straightforward to work with. (via VinegarHill FinanceLabs)

Things to know
  • Volatility for this model is price, so dollars or whatever currency you're using. Historical volatility is also reported in currency.
  • There is no dividend adjustment input
  • Only works on the daily timeframe and for the current source price.
Notas de prensa:
fixed errors

Public Telegram Group, t.me/algxtrading_public

VIP Membership Info: www.patreon.com/algxtrading/membership
Script de código abierto

Siguiendo el verdadero espíritu de TradingView, el autor de este script lo ha publicado en código abierto, para que los traders puedan entenderlo y verificarlo. ¡Un hurra por el autor! Puede utilizarlo de forma gratuita, aunque si vuelve a utilizar este código en una publicación, debe cumplir con lo establecido en las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar este script en un gráfico?