fix a typo, and remove all unnecessary semicolumns in Python (#5795)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
This commit is contained in:
@@ -21,7 +21,7 @@ class TradingEconomicsAlgorithm(QCAlgorithm):
|
||||
|
||||
def Initialize(self):
|
||||
self.SetStartDate(2013, 11, 1)
|
||||
self.SetEndDate(2019, 10, 3);
|
||||
self.SetEndDate(2019, 10, 3)
|
||||
self.SetCash(100000)
|
||||
|
||||
self.AddEquity("AGG", Resolution.Hour)
|
||||
|
||||
Reference in New Issue
Block a user