-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove flooring on ratios & add Kelly Criterion #640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Any other comments? |
Any update on this review? |
I've actually been meaning to but just didn't come round to trying it out and seeing what happens when positions are indeed sized as Kelly Criterion recommends. Say I run a backtest and get |
The traditional meaning of Kelly Criterion is indeed the bet size optimisation parameter. However, it also shows the confidence level on a particular strategy, similar to the Sharpe ratio, the higher is generally better. In a portfolio sense, it tells the user, how much to invest in this particular strategy as part of user's overall portfolio. |
Is it possible to merge in? |
60eff81
to
109c352
Compare
Sorry to have taken so long. CI was a mess. Thanks for the PR! 🍰 |
Fixes #715
Closes #473