May I ask:
1. How?
2. Works better than the traditional stop losses, etc.?
Thanks.
The Kelly criterion lets you determine the optimal amount of leverage which maximizes the long term growth of account. There is a lot more to it, as this maximization of growth comes with a very heavy penalty in terms of volatility and drawdowns. But essentially, this is what it's for: to figure out what leverage (i.e. position size) to use for every trade.
The Kelly criterion for the cases involving two outcomes (a fixed-percentage loss or a fixed-percentage gain) is pretty simple, and can be solved analytically. If there is a continuous spectrum of outcomes (such as it is in trading), it can be solved numerically.
Given a series of historical returns (from a trading system, for example), the Kelly fraction is determined by maximizing this quantity:
G = Sum(Log(1 + r * L))
where
L is leverage
r is a return (such as a daily return)
Sum is a sum of of the Log(1 + r * L) quantities for each return r
So, you successively increase leverage L until the point when G becomes the highest. That gives you the answer L, which is the leverage. Beyond this value of L, as your leverage becomes higher, your total return actually becomes lower. Thus the term "optimal leverage" (aka Kelly fraction).