Gamma measures the rate of change in Delta per $1 move in the underlying stock.
Syntax
=mxls.opt_Gamma(CurrentStockPrice, MarketOptionPrice, ExpiryDate, OptionType, StrikePrice, [RiskFreeRate], [ImpliedVolatility])Examples
=opt_Gamma(150, 5, DATE(2024,6,21), "Call", 155)When to Use
- Delta hedging frequency
- Risk management
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Price sensitivity | opt_Delta() |
