Removes PairsTradingAlphaModelFrameworkAlgorithm

This algorithm uses the `BasePairsTradingAlphaModel` that should only be used as a base class, since it doesn't have a method to select the pairs.
This commit is contained in:
AlexCatarino
2018-07-11 23:37:10 +01:00
parent 009a136be3
commit 0a6488ba5b
5 changed files with 1 additions and 151 deletions
@@ -96,7 +96,6 @@
<Compile Include="OptionRenameRegressionAlgorithm.py" />
<Compile Include="OptionSplitRegressionAlgorithm.py" />
<Compile Include="OrderTicketDemoAlgorithm.py" />
<Compile Include="PairsTradingAlphaModelFrameworkAlgorithm.py" />
<Compile Include="ParameterizedAlgorithm.py" />
<Compile Include="PearsonCorrelationPairsTradingAlphaModelFrameworkAlgorithm.py" />
<Compile Include="PythonPackageTestAlgorithm.py" />