-
Normalize Algorithm EndDate Initilization (#6672)
发布于
2022-10-05 23:20:16 +00:00 | 1733 次提交 在此版本后已推送到 masterUse
SetEndDateto setEndDateinQCAlgorithmconstructor. It will ensure that theEndDateis independent of the time the algorithm is executed ifSetEndDateis not called inInitilaize.Some users don't implement
SetEndDateto run the algorithm to the latest datapoint, but this is not true if we run the algorithm during the day as the latest datapoint will be 24 hours before the execution time while there is data until the current day midnight.下载附件