So how are you doing this simulation with SL and TP? Are you using a random walk price generator or something simpler?
I took the total of 10 random outcomes (-1,1), 10 000 times (Unbounded). From there I've created two other series by overlooking the outcomes > 5 (TP Bounded) or < -5 (SL bounded).
So my results are BS for two things
- Took total of 10 outcomes which means TP or SL may have been hit but not taken into consideration
Exemple {1,1,1,1,1,1,-1,-1,-1,-1}
Total is 2 whereas 5 (TP) have been hit.
- Overlooked outcomes greater than 5 for TP Bounded and outcomes lesser than -5 for SL Bounded.
Therefore some outcomes are actually missing whereas they should be added to 5 for TP Bounded and -5 for SL Bounded.
I'll do it again and post the results.
Bottom line should be the same but with less differences.