I have built profitable trading systems and I can say that money management has very very little to do with the expected value each of trading model
Quote from ProgrammerGuy:
I have built profitable trading systems and I can say that money management has very very little to do with the expected value each of trading model
Quote from maxpi:
ProgrammerGuy hasn't gotten back to the thread so I'll put in my two cents.
You can verify results of backtesting by doing out of sample tests, there is nothing prohibiting you from doing that.
3D views of results are valuable as well. Multicharts has that feature, there are addons for that for Tradestation as well. The 3D view will show you peaks. You don't want to operate your system near those peaks, it means that a small change in parameters makes a big change in results and that means overly fitted to the data. Without the 3D viewer you can put your backtest results in Excel and simply sort and look. Try to find the sweet spot where changes in parameters don't affect the outcome all that much. It's not at all difficult and in fact, you will learn to see when there isn't a sweet spot and that means that the system is really invalid.

Quote from gbos:
You can calculate optimal Kelly fractions with more than two possible outcomes. If x(i) is the outcome and p(i) is the probability of the outcome the growth rate is
g(f) = Sum [p(i) * ln( 1 + x(i) * f)]
An easy way to find f that maximizes above function is by using excelâs solver.