How would one develop a back testing strategy that allowed for 2 different exits? For example, one contract would be exited when CCI is greater than 150, and the second contract would be exited when MACD Value line crosses below the average line. Thus, I know how to create a strategy for back testing that will close on either of the above conditions, but not how to create one with 2 separate exits. Any help is much appreciated!