
Rearranging the equation given before and then calculating the coefficients for the BP (NYSE) data over the same period gave the following two equations:
pFTSE(x) = 0.9716 Exp[-122.54 x]
pBP(x) = 0.9622 Exp[-80.956 x]
x is the deviation in the log stock price and p(x) gives the probability that the deviation is at most this.
A deviation of 0 (zero) or more is a certainty so the multiplier is 1. Comparing the x scale factors with the standard deviation of the two data sets gives the simple equality:
p(x) = Exp(-x/S.D.)
Plotted here in red against the actual data in blue for the FTSE.
To reiterate: this gives the probability that a stock will deviate by at most x at close of the next trading day.
Unfortunately this doesn't escape the fat tail problem and still

underestimates the probability of extreme events! Visible here above about 0.03. This corresponds to events of only 3% which occur about 1% of the time (in the actual data sets used).
Here is the fat tail problem again: FTSE data in green, BP data in blue. Taking the stacked up ordered differences in closing prices, this is the -ve LOG of the percentage distance along the line (i.e. the probability, y) against the number of population standard deviations the move was (x).
As the standard deviation increases the events become rarer. Despite being almost 700 data points the individual black swan outliers can be seen. But as events become bigger the plot bends to the right meaning that they aren't becoming as rare as they
should! Moves of more than 4 S.D. are on a completely different trajectory to those below. I wonder what feature of the world causes that. Is it that moves of more than 4 S.D. trigger a hysterical selling/buying response which leads to greater changes than previous expected.
4 S.D. = 1.032 for the FTSE and 1.049 for BP.
After a 3.1% drop or 3.2% rise in the FTSE or a 4.7% drop or 4.9% rise in BP shares there is a change in investor behaviour (only hypothesis) which makes further decreases/increases more likely than random! I wonder if this correlates to the mean stop-loss placement.
Behaviour of the stock also becomes more erratic, unpredictable (chaotic) during extreme events. How interesting they look!!!! I think these boys hold a few secrets!
For movements less than 4 S.D. the following equation holds
y = 1.0593 x R2 = 0.9922
p = Exp[-1.0593 x] (probability of deviation of x S.D.s)
Essentially the equation above. This applies to 98.2 % of all the stock market closes since 1984
For greater than 4 S.D.
y = 1.9106 x^0.569 R2 = 0.9858
p = Exp[-1.9106 x^0.569]
This equation safely over estimates the probability of events after 4 S.D. and so solves the fat tail problem! It applies to just 1.8% of all closes since 1984.
x is deviation in log prices in S.D.s, y = -Ln[p], p = probability of event.
===
A better model is this. Numerically estimating the gradient successively and then integrating suggested that a polynomial function ought to be attached to the exponential. Subtracting the exponent part and then fitting a power curve to the higher probabilities and a polynomial to the lower probabilities an summing gave this equation which works at the extremes. The graph above is rotated so that given a probability x, the function gives the deviation above which that many events fall. e.g. a probability of 1 means that all deviations lie above it and so y=0.
y = 0.0234*EXP(-162.49 * x)-0.0978*x^0.0826-0.006*x^2+0.0079*x+0.0959
Unfortunately it can't be expressed in terms of the S.D. to find the probability of events falling above that S.D.
===
NOTE: Another thing I am interested to investigate (apart from variance and risk) is the phenomenon of buying before a drop and selling before a rise. It happens far more commonly than random for the "rational" investor while happening at random for the random investor! This suggests that human nature actual leads us to make bad decisions ... or more likely the market has so evolved so as to exploit these aspects of human nature: greed and fear. So Contrarian analysis exists to exploit this; buying when others are selling and vice versa. However interestingly negating our greed/fear instincts leads us into the same trap! A trading decision engine TDE (which is what I hope to create eventually) must take into account these instincts and indeed the very motivation for Humans to play stock markets.