[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.34, 1.35
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-02-18 20:05:47
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8272/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: This revision adds a new pairs trading approach, but it's not complete yet. We commit it anyway in order to allow a fresh checkout on a new computer. Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Scripts_SD.csproj 23 Nov 2008 17:15:43 -0000 1.34 --- Scripts_SD.csproj 18 Feb 2009 20:05:34 -0000 1.35 *************** *** 127,130 **** --- 127,131 ---- <Compile Include="WalkForwardTesting\PairsTrading\Logging\TesterForPairsTradingTestingPositions.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooser.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForAlreadyClosing.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForExactNumberOfBestLongPositions.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForSingleLongAndShort.cs" /> |