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
@@ -76,7 +76,6 @@
<Compile Include="FractionalQuantityRegressionAlgorithm.py" />
<Compile Include="FuturesMomentumAlgorithm.py" />
<Compile Include="HistoryAlgorithm.py" />
<Compile Include="HistoryAndWarmupRegressionAlgorithm.py" />
<Compile Include="HourReverseSplitRegressionAlgorithm.py" />
<Compile Include="HourSplitRegressionAlgorithm.py" />
<Compile Include="IndicatorSuiteAlgorithm.py" />
@@ -99,6 +98,7 @@
<Compile Include="OrderTicketDemoAlgorithm.py" />
<Compile Include="PairsTradingAlphaModelFrameworkAlgorithm.py" />
<Compile Include="ParameterizedAlgorithm.py" />
<Compile Include="PearsonCorrelationPairsTradingAlphaModelFrameworkAlgorithm.py" />
<Compile Include="PythonPackageTestAlgorithm.py" />
<Compile Include="QCUWeatherBasedRebalancing.py" />
<Compile Include="QuandlFuturesDataAlgorithm.py" />