发布

  • 14664 ca4187290b

    Normalize Algorithm EndDate Initilization (#6672)

    frostbyte_neo 发布于 2022-10-05 23:20:16 +00:00 | 1733 次提交 在此版本后已推送到 master

    Use SetEndDate to set EndDate in QCAlgorithm constructor. It will ensure that the EndDate is independent of the time the algorithm is executed if SetEndDate is not called in Initilaize.

    Some users don't implement SetEndDate to 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.

    下载附件