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

* raw pep8 conversion

* Minor fixes

---------

Co-authored-by: Martin Molinero <martin.molinero1@gmail.com>
This commit is contained in:
Louis Szeto
2024-04-18 06:28:04 +08:00
committed by GitHub
parent 6d5f5dce58
commit ed351c8726
30 changed files with 788 additions and 705 deletions
@@ -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)