[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.37, 1.38
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-03-09 22:44:46
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18380/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: - WalkForwardTesting\PairsTrading\Logging\PairsViewer.cs has been moved to WalkForwardTesting\PairsTrading\Logging\PairsViewer\PairsViewer.cs - WalkForwardTesting\PairsTrading\Logging\PairsViewer\ReturnsComputer.cs has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Scripts_SD.csproj 7 Mar 2009 04:22:06 -0000 1.37 --- Scripts_SD.csproj 9 Mar 2009 22:44:33 -0000 1.38 *************** *** 127,134 **** <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingLogItem.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingSerializedReportViewer.cs" /> ! <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer.cs" /> ! <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer.Designer.cs"> <DependentUpon>PairsViewer.cs</DependentUpon> </Compile> <Compile Include="WalkForwardTesting\PairsTrading\Logging\TesterForPairsTradingTestingPositionsEndOfDayInSample.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\TesterForPairsTradingTestingPositions.cs" /> --- 127,135 ---- <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingLogItem.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingSerializedReportViewer.cs" /> ! <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\PairsViewer.cs" /> ! <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\PairsViewer.Designer.cs"> <DependentUpon>PairsViewer.cs</DependentUpon> </Compile> + <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\ReturnsComputer.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\TesterForPairsTradingTestingPositionsEndOfDayInSample.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\TesterForPairsTradingTestingPositions.cs" /> *************** *** 313,316 **** --- 314,318 ---- <Folder Include="WalkForwardTesting\PairsTrading\Logging" /> <Folder Include="WalkForwardTesting\PairsTrading\ExitStrategies" /> + <Folder Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer" /> <Folder Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers" /> <Folder Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\InefficiencyCorrectionDetecion" /> |