Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 02:20:54 +0000



[Programming Help] - ACSIL study value after SC restart

View Count: 211

[2024-01-19 18:04:50]
tomas262 - Posts: 141
I wondered how to save important variable values while my strategy is running on multiple symbols
I save values into persist vars such as signal bar index, entry and attached order internal IDs etc.
My idea was saving those values into a file
Once SC is restarted it can load and set persist vars right back by reading from the file

Any better options are there? Can anybody give a hint on this?

Thx
[2024-01-19 18:09:05]
User431178 - Posts: 541
Depending how much data you actually need to save, there is the option of ACSIL Interface Members - Variables and Arrays: sc.StorageBlock

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account