Fix some typos (#7138)
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
* Fix typo who often -> how often Signed-off-by: hsm207 <hsm207@users.noreply.github.com> * Fix typo sometimes bug -> sometimes be buggy Signed-off-by: hsm207 <hsm207@users.noreply.github.com> * Correct number of options to run research nbs Signed-off-by: hsm207 <hsm207@users.noreply.github.com> --------- Signed-off-by: hsm207 <hsm207@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class BasicTemplateFrameworkAlgorithm(QCAlgorithm):
|
||||
self.SetUniverseSelection(ManualUniverseSelectionModel(symbols))
|
||||
self.SetAlpha(ConstantAlphaModel(InsightType.Price, InsightDirection.Up, timedelta(minutes = 20), 0.025, None))
|
||||
|
||||
# We can define who often the EWPCM will rebalance if no new insight is submitted using:
|
||||
# We can define how often the EWPCM will rebalance if no new insight is submitted using:
|
||||
# Resolution Enum:
|
||||
self.SetPortfolioConstruction(EqualWeightingPortfolioConstructionModel(Resolution.Daily))
|
||||
# timedelta
|
||||
|
||||
Reference in New Issue
Block a user