pep8 conversion of python algorithms #3 (#7934)
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* raw pep8 conversion * Minor fixes --------- Co-authored-by: Martin Molinero <martin.molinero1@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ class BasicTemplateTradableIndexAlgorithm(BasicTemplateIndexAlgorithm):
|
||||
ticket = None
|
||||
def initialize(self) -> None:
|
||||
super().initialize()
|
||||
self.securities[self.spx].is_tradable = True;
|
||||
self.securities[self.spx].is_tradable = True
|
||||
|
||||
def on_data(self, data: Slice):
|
||||
super().on_data(data)
|
||||
|
||||
Reference in New Issue
Block a user