Add Starting and Ending KPI's (#7811)
* First draft of the solution * Add missing changes * Remove the new KPI's from report * Fix bugs * nit change * Add improvements * Fix regression tests * Solve bugs in the regression algos * Fix regression tests bugs * Expand unit tests and add minor changes
This commit is contained in:
committed by
GitHub
parent
ca99f329dd
commit
ead2efe6b9
@@ -19,7 +19,7 @@ from AlgorithmImports import *
|
||||
class CustomShortableProviderRegressionAlgorithm(QCAlgorithm):
|
||||
|
||||
def Initialize(self):
|
||||
self.SetCash(1000000);
|
||||
self.SetCash(10000000);
|
||||
self.SetStartDate(2013,10,4)
|
||||
self.SetEndDate(2013,10,6)
|
||||
self.spy = self.AddSecurity(SecurityType.Equity, "SPY", Resolution.Daily)
|
||||
|
||||
Reference in New Issue
Block a user