[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.48, 1.49
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2011-09-22 19:43:04
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv20400
Modified Files:
Scripts_SD.csproj
Log Message:
WalkForwardTesting\LinearRegression\EntryStrategies\EntryStrategyBasedOnForecastedReturnInBothDirections.cs has been added
Index: Scripts_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** Scripts_SD.csproj 21 Aug 2011 14:30:21 -0000 1.48
--- Scripts_SD.csproj 22 Sep 2011 19:43:02 -0000 1.49
***************
*** 166,169 ****
--- 166,170 ----
<Compile Include="WalkForwardTesting\LinearCombination\MainForm.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\eligibles\EligiblesSelectorForLinearRegression.cs" />
+ <Compile Include="WalkForwardTesting\LinearRegression\EntryStrategies\EntryStrategyBasedOnForecastedReturnInBothDirections.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\EntryStrategies\IEntryStrategy.cs" />
<Compile Include="WalkForwardTesting\LinearRegression\EntryStrategies\EntryStrategyBasedOnForecastedReturn.cs" />
|