Quote from total_keops:
Made the Monte Carlo simulation in 20 minutes b4 go to work.
Assume both win and lose have the same profit or loss.
Get into a trade if both signals agree based on a uniform distribution from -1.5 to 1.5:
]-1.5,-0.5] Go short
[-0.5,0.5] Go flat
[0.5,1.5[ Go long
If both signals agree at the same time we take a trade.
When we take a trade we have a win based on a uniform distribution [0,1]. If both systems have a uniform random number smaller than 0.6 we have a win, otherwise it is a loss.
Attached is a 10000 periods 50 times MC simul. Average is in thick black.
Win rate gives: 0.3594. (the expected 0.36)
Now if instead of needing both to be winners we add a condition that if only one of the two is a winner we flat trade.
Win rate gives: 0.6948, an improvement.
So the results really depends how you define EXACTLY how your system would work.
Would you mind posting your source file? I hope it's an Excel spreadsheet.