Fixes python algorithm to be python 3 compliant
This commit is contained in:
@@ -43,7 +43,7 @@ class BasicTemplateFrameworkAlgorithm(QCAlgorithmFramework):
|
||||
# Set requested data resolution
|
||||
self.UniverseSettings.Resolution = Resolution.Minute
|
||||
|
||||
self.SetStartDate(2013,10,07) #Set Start Date
|
||||
self.SetStartDate(2013,10,7) #Set Start Date
|
||||
self.SetEndDate(2013,10,11) #Set End Date
|
||||
self.SetCash(100000) #Set Strategy Cash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user