Update MaximumDrawdownPercentPerSecurity model to cancel insights (#7103)
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* Remove OnEndOfAlgorithm and update expected trade count * Update models to cancel insights * Update expected results * Remove `Remove` method call * Update to use the new `Cancel` method
This commit is contained in:
@@ -26,5 +26,3 @@ class MaximumDrawdownPercentPerSecurityFrameworkRegressionAlgorithm(BaseFramewor
|
||||
|
||||
self.SetRiskManagement(MaximumDrawdownPercentPerSecurity(0.004))
|
||||
|
||||
def OnEndOfAlgorithm(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user