[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.39, 1.40
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-03-16 22:32:31
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32220/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: - WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals\FixedPreviousDateAtClose.cs has been added - WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals\IIntervalBeginFinder.cs has been added - WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals\MovingPreviousDateAtClose.cs has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** Scripts_SD.csproj 13 Mar 2009 15:19:10 -0000 1.39 --- Scripts_SD.csproj 16 Mar 2009 22:32:14 -0000 1.40 *************** *** 128,131 **** --- 128,134 ---- <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingLogItem.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingSerializedReportViewer.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals\FixedPreviousDateAtClose.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals\IIntervalBeginFinder.cs" /> + <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals\MovingPreviousDateAtClose.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\PairsViewer.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\PairsViewer.Designer.cs"> *************** *** 315,318 **** --- 318,322 ---- <Folder Include="WalkForwardTesting\PairsTrading\ExitStrategies" /> <Folder Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer" /> + <Folder Include="WalkForwardTesting\PairsTrading\Logging\PairsViewer\Intervals" /> <Folder Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers" /> <Folder Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\InefficiencyCorrectionDetecion" /> |