Quote from Mathemagician:
(I am the author of that paper, by the way.) The levels seen can vary widely and depend on many factors.
Unfortunately, you can't run unlimited simulations
over trading system backtests. Resampling techniques
(bootstrap, jackknife, etc...) introduce complexities of
bias and variance beyond the ken of most ET'ers.
For this reason, historital max or average drawdown
is not a good estimator of future max or average
drawdown.
I am sure you are aware of this. I am not sure that
you know, however, that for normal or near normal
distributions of model returns, historical volatility and
mean return yeild better estimates.
For the case of zero mean return (no alpha, the case
with most models discussed here) the formula ifor
expected max drawdown is simple:
1.25 * Stdev * sqrt(Time).
For the positive mean return the estimate gets
a little more complex:
(2 * QP((Time / 2) * ((MeanReturn / Stdev)^2)) / MeanReturn
The QP function, AFAIK, does not have an
analytical solution. You can download a lookup
table for it, however, at this website:
http://www.cs.rpi.edu/~magdon/data/Qp.txt
Interestingly, for a given Sharpe Ratio this
works out to a linear relationship scaling
with the square root of time. For example,
for the Hershey method, with a claimed
daily basis annualized Sharpe Ratio of 5.5,
the equation is
0.50 * Stdev * sqrt(Time)
To sum up, the inforation in the "new" ratio
under discussion is implicit in the Sharpe
Ratio itself.