Rename SimplePortfolioConstructionModel -> EqualWeightingPortoflioConstructionModel
The simple name was too simple and too vague. Equal weighting nicely describes the purpose and intent of this model
This commit is contained in:
@@ -57,7 +57,7 @@ class BasicTemplateFrameworkAlgorithm(QCAlgorithmFramework):
|
||||
# set algorithm framework models
|
||||
self.PortfolioSelection = ManualPortfolioSelectionModel(symbols)
|
||||
self.Alpha = ConstantAlphaModel(InsightType.Price, InsightDirection.Up, timedelta(minutes = 20), 0.025, None)
|
||||
self.PortfolioConstruction = SimplePortfolioConstructionModel()
|
||||
self.PortfolioConstruction = EqualWeightingPortfolioConstructionModel()
|
||||
self.Execution = ImmediateExecutionModel()
|
||||
self.RiskManagement = NullRiskManagementModel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user