Essentially I want to hold two stocks at the same time, entering and exiting them at the same moment. It seems like the back tester runs the buy/sell conditions on each symbol at a time, is there no way to combine two symbols into one script? I suppose I could write two scripts for both symbols, and just run the test on those two symbols, but that seems a bit tedious?