[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.95, 1.96
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-04-27 17:45:56
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18624/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: - WalkForwardTesting\PairsTrading\Strategies\LongOnlyPairsTradingStrategy.cs has been removed - WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooser.cs has been added - WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForExactNumberOfBestLongPositions.cs has been added - WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForSingleLongAndShort.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** b7_Scripts.csproj 26 Apr 2008 09:57:00 -0000 1.95 --- b7_Scripts.csproj 27 Apr 2008 17:45:52 -0000 1.96 *************** *** 965,969 **** /> <File ! RelPath = "WalkForwardTesting\PairsTrading\Strategies\LongOnlyPairsTradingStrategy.cs" SubType = "Code" BuildAction = "Compile" --- 965,979 ---- /> <File ! RelPath = "WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooser.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForExactNumberOfBestLongPositions.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooserForSingleLongAndShort.cs" SubType = "Code" BuildAction = "Compile" |