Implements PearsonCorrelationPairsTradingAlphaModelFrameworkAlgorithm

This algorithm is an example on how to extend the `BasePairsTradingAlphaModel` to select a pair to trade based on pearson correlation.
This commit is contained in:
AlexCatarino
2018-07-09 19:06:33 +01:00
parent 6dbe83d0be
commit 6121236f20
5 changed files with 220 additions and 1 deletions
@@ -38,6 +38,7 @@
<ItemGroup>
<Content Include="BasicTemplateOptionsFrameworkAlgorithm.py" />
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="PearsonCorrelationPairsTradingAlphaModelFrameworkAlgorithm.py" />
</ItemGroup>
<ItemGroup>
<None Include="AddRemoveSecurityRegressionAlgorithm.py" />