Revert "Merge pull request #1526 from AlexCatarino/python3"

This reverts commit 2e523992d0, reversing
changes made to fa48fc23ea.
This commit is contained in:
Stefano Raggi
2018-02-14 16:03:12 +01:00
parent 7246b8b6b6
commit a39e6a8e28
75 changed files with 245 additions and 241 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ class DelistingEventsAlgorithm(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(2007, 5, 16) #Set Start Date
self.SetEndDate(2007, 5, 25) #Set End Date
self.SetStartDate(2007, 05, 16) #Set Start Date
self.SetEndDate(2007, 05, 25) #Set End Date
self.SetCash(100000) #Set Strategy Cash
# Find more symbols here: http://quantconnect.com/data
self.AddEquity("AAA", Resolution.Daily)