Changing a script that is already queued to run
david_lynch
Posts: 1
If I run a backtest and get queued far back (lets say 800 in line) and then before those tests actually run, i go and change my script, will the queued results once they start running use the script at the time of the original submitting or will it use the new altered version?
Comments
The script that is saved when the backtest is submitted will be the script tested. When a backtest is submitted, the then current script is snapshotted and will be run.