Revert "Merge pull request #1526 from AlexCatarino/python3"
This reverts commit2e523992d0, reversing changes made tofa48fc23ea.
This commit is contained in:
@@ -37,8 +37,8 @@ class MovingAverageCrossAlgorithm(QCAlgorithm):
|
||||
def Initialize(self):
|
||||
'''Initialise the data and resolution required, as well as the cash and start-end dates for your algorithm. All algorithms must initialized.'''
|
||||
|
||||
self.SetStartDate(2009, 1, 1) #Set Start Date
|
||||
self.SetEndDate(2015, 1, 1) #Set End Date
|
||||
self.SetStartDate(2009, 01, 01) #Set Start Date
|
||||
self.SetEndDate(2015, 01, 01) #Set End Date
|
||||
self.SetCash(100000) #Set Strategy Cash
|
||||
# Find more symbols here: http://quantconnect.com/data
|
||||
self.AddEquity("SPY")
|
||||
|
||||
Reference in New Issue
Block a user