Quote from kut2k2:
OK I found the formula for risk of drawdown and I've put it in the form of the formula in the OP :
The risk of drawdown (RoD) is the probability of a trader's account falling by a specified fraction (d).
RoD = the lesser of 1 and ((1 - edge)/(1 + edge))^(d*C/U)
where
C = current trading account
d = drawdown, a positive number no greater than 1
U = (p*W² + q*L²)^½
p = win rate of the trading system
q = loss rate = 1 - p
W = average winning trade
L = average losing trade
edge = (p*W - q*|L|)/U
If d = 1, then RoD = RoR (risk of ruin)
![]()
Looks logical. For coin toss or 50-50 system,
If I set d=1/4, and 100% prob. of drawdown,
=> C/U=4.
i.e. If I do not want drawdown above 25%, for equal sized bet U, Stop betting when there are 4 consecutive? losses.
Is C/U just no. of losses or nonstop losses? Why is U fixed, not user changeable ?