I have a spreadsheet which calculates stock option probabilities.
Amongst the formulae is the following entry into a cell to calculate the new stock price for an X percent probability move:
New_Price = EXP(NORMSINV(X)*((B3/100)*SQRT(B5/365)))*B2
Where:
B2 is the current stock price
B3 is the stock volatility and
B5 is the number of days to option expiration
I want to transpose the formula to calculate X, the probability of touching the new stock price.
Can anyone help?
Stephen
Bookmarks