[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.36, 1.37
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-03-07 04:22:21
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17923 Modified Files: Scripts_SD.csproj Log Message: - WalkForwardTesting\PairsTrading\Logging\PairsTradingSerializedReportViewer.cs has been added - WalkForwardTesting\PairsTrading\Logging\PairsViewer.cs has been added - WalkForwardTesting\PairsTrading\Logging\PairsViewer.Designer.cs has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Scripts_SD.csproj 28 Feb 2009 18:30:11 -0000 1.36 --- Scripts_SD.csproj 7 Mar 2009 04:22:06 -0000 1.37 *************** *** 126,129 **** --- 126,134 ---- <Compile Include="WalkForwardTesting\PairsTrading\InSample\PairsTradingFitnessEvaluator.cs" /> <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" /> |