Implements PortfolioBias in EWPCM and IWPCM
Implements `PortfolioBias` in EWPCM, CWPCM and IWPCM. With this new feature, these PCM will ignore insights that do not respect the desired bias. E.g. for `PortfolioBias.Long`, on Insights with `InsightDirection.Up` will be converted into `PortfolioTarget.Quantity` greater than zero and other `InsightDirection` will result in `PortfolioTarget.Quantity` of zero.
This commit is contained in:
committed by
Martin Molinero
parent
79b6043b89
commit
c2ff03caad
@@ -77,6 +77,7 @@
|
||||
<None Include="PandasDataFrameHistoryAlgorithm.py" />
|
||||
<None Include="CustomDataAddDataRegressionAlgorithm.py" />
|
||||
<None Include="TrainingExampleAlgorithm.py" />
|
||||
<None Include="LongOnlyAlphaStreamAlgorithm.py" />
|
||||
<Content Include="BasicTemplateConstituentUniverseAlgorithm.py" />
|
||||
<Content Include="BasicTemplateOptionsConsolidationAlgorithm.py" />
|
||||
<Content Include="Benchmarks\SECReportBenchmarkAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user