I have implemented a pyramiding strategy which doubles up the number of contracts after a certain condition. This doubling-up (R2) also has its own pre-determined stop loss that is independent of the original entry R1. For example, R1: long 1 ct at $1, sell at $10; R2 long 2 more cts at $4 but stop loss at $3 due to whipsaw.
Problem is that NT results show my 2 trades: R1 = $3 - $1, and R2 = $10 - $4 when it should be R1 = $10 - $1 and R2 = $3 - $4. Although the final R1 + R2 is identical in either case, this "bug" plays havoc with my drawdown calculations.
Is this a setting that I can change? Please advise. Thanks

Comment