When I run multiple strategies on the same chart, in what order will they be executed?
Are they executed in parallel or sequentially?
For example, one of my strategies does a lot of calculations, another strategy writes a big log file and other strategies are relatively simple. I am trying to understand if the first two will delay execution of my other strategies?
Thank you,
Gary
Comment