[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.46, 1.47
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2011-08-03 22:27:04
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv5380/b7_Scripts
Modified Files:
Scripts_SD.csproj
Log Message:
WalkForwardTesting\LinearRegression\MarketValueProviders\LookingAtTheFutureQuoteProvider.cs has been added
Index: Scripts_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Scripts_SD.csproj 13 Feb 2011 18:56:17 -0000 1.46
--- Scripts_SD.csproj 3 Aug 2011 22:27:02 -0000 1.47
***************
*** 181,184 ****
--- 181,185 ----
<Compile Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns\ReturnPredictor.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns\PortfolioReturnComputer.cs" />
+ <Compile Include="WalkForwardTesting\LinearRegression\MarketValueProviders\LookingAtTheFutureQuoteProvider.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\ReturnIntervals\ShiftedTimeIntervalSelectorForSignaling.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\ReturnIntervals\SingleDayIntervalsSelector.cs" />
***************
*** 403,406 ****
--- 404,408 ----
<Folder Include="WalkForwardTesting\LinearRegression\Logging" />
<Folder Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns" />
+ <Folder Include="WalkForwardTesting\LinearRegression\MarketValueProviders" />
<Folder Include="WalkForwardTesting\LinearRegression\ReturnIntervals" />
<Folder Include="WalkForwardTesting\LinearRegression\Strategies" />
|