Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 20:38:25 +0000



Post From: automated backtesting - tips, best practices

[2019-02-07 17:04:34]
Chad - Posts: 231
Okay, thanks. Is there any notion among SCE staff to add a feature for automating the initiation of backtest cycles, in an upcoming release?

Is there any kind of work-around I might try, such as a timer function within an ACSIL script to execute a backtest routine every n hours? As for iterating the study parameters, what if I create a dummy variable then a conditional like:

if dummy variable = 1
{
variable 1 = x
variable 2 = b
[etc...]
}

else if dummy variable = 2
{
variable 1 = c
variable 2 = s
[etc...]
}
else if ....


Possible?

Sorry for asking you to repeat yourself, but this area is crucial to my attempts to go full-auto without working at the lower level of C++ or other language.
Date Time Of Last Edit: 2019-02-07 18:49:07