Support Board
Date/Time: Wed, 27 Nov 2024 00:41:29 +0000
Post From: It would be great to have few ACSIL improvements in the Replay management space
[2019-11-27 15:39:59] |
User972768 - Posts: 166 |
Hello, I'm building environment for backtesting multiple instruments in parallel. I believe ACSIL could be improved a bit in this area. Here is what would be great to have as standard ACSIL functions: 1) Test replay status in specific chart. My current workaround for this missing functionality is to check chart name for "Replay" string presence. It is not as elegant as something like sc.ChartReplayStatus(ChartNumber) would be 2) Allow to start multiple replays via ACSIL with option to skip empty periods 3) There is a typo in the documentation of the sc.GetChartName(). It doesn't return int value. Thank you very much and Best regards |