Support Board
Date/Time: Tue, 18 Mar 2025 05:59:16 +0000
Post From: Technical consideration for non-stop running SC study
[2022-09-15 04:30:01] |
User857150 - Posts: 11 |
Hello! I am designing the custom strategy using ACSIL and I faced the problem of the indexing of bars. Let's say I am running my strategy 24/7 non-stop for a month or more. I access the sc. Index every time to perform some calculations on a 1 min resolution. Can there arise a problem that due to running a program for months or years the sc.Index reaches infinity thus crushing the program? Assuming that I am using 1 min graph within months the value of sc.Index may reach high values overflowing int64. How does Siearra work this around? Is there anything I should take into account in this case? A crushed program means that the strategy may not exit certain positions set before the crush. |