* pep8 conversions * Address review. Fix PythonIndicator * Minor CSharp algo fix --------- Co-authored-by: Martin Molinero <martin.molinero1@gmail.com>
This commit is contained in:
@@ -24,5 +24,5 @@ class EmaCrossAlphaModelFrameworkRegressionAlgorithm(BaseFrameworkRegressionAlgo
|
||||
super().initialize()
|
||||
self.set_alpha(EmaCrossAlphaModel())
|
||||
|
||||
def ond_end_of_algorithm(self):
|
||||
def on_end_of_algorithm(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user