In order to print 1 strategy to Output 1 and another strategy to Output 2 but it doesn't work. I put this code in setdefaults;
PrintTo = PrintTo.OutputTab1;
Then in my other strategy;
PrintTo = PrintTo.OutputTab2;
And my output tabs are named the default. Output 1 and Output 2.
Everything just gets output to Output 1

Comment