DislikedHi, mikkom
Can you give some example of splitting the risk between 2 systems. For ex. one system generate 120 trades and another one generates 190 trades. Both sistems are profitable.Ignored
190 trade system system B
This is far oversimplified but for if you want the systems to be weighted by trade count for example if you usually use 3% per trade for both systems, you could use 120/(120+190)*1.2% for A and 190/(120+190)*3% = 1.8% per trade for system B.
Or you could use 1.5% or weight it by some other way.
I'm very interested if someone has some thoughts about how to mathematically determine the optimal weighing for systems, I have personally used a brute force approach to go through different pairs and see how the systems work with different weight combinations.
I did an excel (well openoffice spreadsheet to be exact) to calculate this with random numbers with overall profit factor known, I'll see if I can find it somewhere.