Fix universe selection subscriptions start time to not include extended market hours

This commit is contained in:
Jhonathan Abreu
2024-06-28 12:49:52 -04:00
parent 448e69e8a5
commit d1e5e28832
7 changed files with 18 additions and 18 deletions
@@ -21,7 +21,7 @@ from AlgorithmImports import *
### <meta name="tag" content="indexes" />
class BasicTemplateSPXWeeklyIndexOptionsAlgorithm(QCAlgorithm):
def initialize(self):
self.set_start_date(2021, 1, 1)
self.set_start_date(2021, 1, 4)
self.set_end_date(2021, 1, 10)
self.set_cash(1000000)