Support Board
Date/Time: Sun, 29 Jun 2025 00:47:58 +0000
Post From: Parallel backtesting with ACSIL
[2021-08-11 02:20:19] |
User785723 - Posts: 58 |
Let's say we have a main study (S1) with a trading strategy written in ACSIL. We can change one input of the main study with another study, namely S2. The study S2 also runs the backtest of S1 for a number of values for the input. How this works is that we first add S1, then add S2. As soon as S2 is added to the chart, it begins to replay S1 with the first value of the input. After the first backtest is done, it begins to replay the second input value and so on. What if we want to do the backtests in parallel (at the same time) with multiple Sierra instances? Is it doable in ACSIL? Please share the related documentation if any. |