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:
Ricardo Andrés Marino Rojas
2024-03-25 13:40:38 -05:00
committed by GitHub
parent ca99f329dd
commit ead2efe6b9
479 changed files with 970 additions and 3 deletions
@@ -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)