How to test different conditions one time
-
I have 50 patterns to test in the strategy tester, for the moment I'm testing them one at a time, but doing this takes a long time. Could you test everything just once and then see the various results by choosing the best pattern?

-
Have each on/off as a different number, then optimise by changing the constant assigned to the blocks.
-
@jstap Thank you very much! I solved!
-
