Revert "Adding Support for Equity L1 Quote Data"

This commit is contained in:
Jared
2020-03-11 19:16:05 -07:00
committed by GitHub
parent 460a18faff
commit 8cd8d206ca
294 changed files with 1527 additions and 1989 deletions
@@ -29,8 +29,8 @@ from QuantConnect.Algorithm import *
class HourSplitRegressionAlgorithm(QCAlgorithm):
def Initialize(self):
self.SetStartDate(2014, 6, 6)
self. SetEndDate(2014, 6, 9)
self.SetStartDate(2005, 2, 25)
self. SetEndDate(2005, 2, 28)
self.SetCash(100000)
self.SetBenchmark(lambda x: 0)