The Kelly equation is
0 == sum[ Ri/(1+k*Ri) ]_i=1toN
How did you come up with this, and how do I solve for k?
The Kelly equation is
0 == sum[ Ri/(1+k*Ri) ]_i=1toN
Right, but what is the "base" metric for a betting strategy? I am arguing that it should be r/s, or better yet, (r/s)^2, since it captures the relative value of a strategy better.
I guess that's the point I'm making. It's fine to have Sharpe as a metric, but then using Sharpe^2 is the identical metric. It contains no more information.
http://www.elitetrader.com/vb/showpost.php?p=1577681&postcount=1How did you come up with this, and how do I solve for k?The Kelly equation is
0 == sum[ Ri/(1+k*Ri) ]_i=1toN
To put in in other words, let's consider two strategies A and B. Let's say they both made the same overall return over the same time period, and the standard deviation of the trade returns is also the same for A and B. The only difference is that A made 10 trades, while B made 100 trades. So, while B had 10 times more opportunities, both strategies have an identical risk-reward profile, and therefore should be scored the same. Do you agree?
I think we're assuming A and B are independent or very close.
That said, I conceptually disagree with your statement. The bets on A and B should be sized the same, but B is MUCH more valuable to dedicate a slice of your portfolio to - to the point that you might never take an A bet for fear of not having capital available for 10 B bets.
I think we need the covariance matrix. What is the covariance matrix of A and B? (three entries). I did not go back to see what A and B are, but I assume they are the two strategies that are leading among the whole set.
The Kelly equation is
0 == sum[ Ri/(1+k*Ri) ]_i=1toN
I need the same type of rigorous mathematical proof that I supplied to you, not just speculation.One thing that I'd note is that your approximation of Kelly:
k ~ sum[Ri]_n / sum[Ri²]_n
resembles the continuous Kelly:
CK = R / (s^2)
Note that:
-- your nominator sum[Ri] is proportional to R
-- your denominator sum[Ri²] is a component in (s^2)
I think that if you started with ln(r), instead of r, you would have arrived at the true continuous Kelly, which is
CK = R / (s^2)
The other thing is that the units of continuous Kelly are more convenient, as they indicate leverage, instead of discreet Kelly, which indicate the percent of the bankroll.