[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.13, 1.14
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-27 22:50:42
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27922/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: - WalkForwardTesting\PairsTrading\InSample\InSampleChoosers\Genetic\PairsTradingGeneticChooser.cs has been added - WalkForwardTesting\PairsTrading\InSample\PairsTradingFitnessEvaluator.cs has been added - WalkForwardTesting\PairsTrading\Logging\PairsTradingLogItem.cs has been added - WalkForwardTesting\PairsTrading\PairsTradingMain.cs has been added - WalkForwardTesting\PairsTrading\PairsTradingStrategy.cs has been added - WalkForwardTesting\PairsTrading has been added - WalkForwardTesting\PairsTrading\InSample has been added - WalkForwardTesting\PairsTrading\InSample\InSampleChoosers has been added - WalkForwardTesting\PairsTrading\InSample\InSampleChoosers\Genetic has been added - WalkForwardTesting\PairsTrading\Logging has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Scripts_SD.csproj 7 Feb 2008 18:34:22 -0000 1.13 --- Scripts_SD.csproj 27 Feb 2008 22:50:35 -0000 1.14 *************** *** 76,79 **** --- 76,84 ---- <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs" /> <Compile Include="WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\InSample\InSampleChoosers\Genetic\PairsTradingGeneticChooser.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\InSample\PairsTradingFitnessEvaluator.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingLogItem.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\PairsTradingMain.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\PairsTradingStrategy.cs" /> <Compile Include="WalkForwardTesting\WalkForwardLag\RunSimpleLag.cs" /> <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\BruteForce\WFLagBruteForceWeightedPositionsChooserForBalancedFixedPortfolioAndBalancedDriving.cs" /> *************** *** 249,252 **** --- 254,262 ---- <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\Logging" /> + <Folder Include="WalkForwardTesting\PairsTrading" /> + <Folder Include="WalkForwardTesting\PairsTrading\InSample" /> + <Folder Include="WalkForwardTesting\PairsTrading\InSample\InSampleChoosers" /> + <Folder Include="WalkForwardTesting\PairsTrading\InSample\InSampleChoosers\Genetic" /> + <Folder Include="WalkForwardTesting\PairsTrading\Logging" /> <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\BruteForce" /> <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\Decoding" /> |