Fix regression test and tag python algorithms

This commit is contained in:
Jared Broad
2017-09-20 20:06:48 -04:00
parent 28d976a319
commit 244ac0b72a
11 changed files with 134 additions and 78 deletions
@@ -29,7 +29,6 @@ from QuantConnect.Algorithm import QCAlgorithm
### <meta name="tag" content="assets" />
### <meta name="tag" content="regression test" />
class AddRemoveSecurityRegressionAlgorithm(QCAlgorithm):
'''Basic template algorithm simply initializes the date range and cash'''
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.'''