Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26750/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
a2_Strategies\Benchmark.cs has been added
a2_Strategies\EndOfDayStrategyBackTester.cs has been added
a2_Strategies\IEndOfDayStrategyForBacktester.cs has been added
a2_Strategies\IInSampleChooser.cs has been added
a2_Strategies\Eligibles\EligibleTickers.cs has been added
a2_Strategies\Eligibles\IEligiblesSelector.cs has been added
a2_Strategies\Eligibles\MostLiquidAndLessVolatile.cs has been added
a2_Strategies\Logging\BackTestLog.cs has been added
2_Strategies\Logging\LogItem.cs has been added
a2_Strategies\Logging\NewLogItemEventArgs.cs has been added
a2_Strategies\Optimizing\Decoding\DecoderForBalancedWeightedPositions.cs has been added
a2_Strategies\Optimizing\Decoding\IDecoderForWeightedPositions.cs has been added
a2_Strategies\returnsManagement\time\selectors\FixedLengthTwoPhasesIntervalsSelector.cs has been added
a2_Strategies\returnsManagement\time\selectors\IIntervalsSelector.cs has been added
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** b4_Business.csproj 14 Jan 2008 23:46:23 -0000 1.49
--- b4_Business.csproj 19 Jan 2008 18:12:17 -0000 1.50
***************
*** 613,616 ****
--- 613,626 ----
/>
<File
+ RelPath = "a2_Strategies\Benchmark.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\EndOfDayStrategyBackTester.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\IEndOfDayStrategy.cs"
SubType = "Code"
***************
*** 618,621 ****
--- 628,641 ----
/>
<File
+ RelPath = "a2_Strategies\IEndOfDayStrategyForBacktester.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\IInSampleChooser.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\Signal.cs"
SubType = "Code"
***************
*** 658,661 ****
--- 678,696 ----
/>
<File
+ RelPath = "a2_Strategies\Eligibles\EligibleTickers.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\Eligibles\IEligiblesSelector.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\Eligibles\MostLiquidAndLessVolatile.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\EquityEvaluation\ExpectancyScore.cs"
SubType = "Code"
***************
*** 678,681 ****
--- 713,741 ----
/>
<File
+ RelPath = "a2_Strategies\Logging\BackTestLog.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\Logging\LogItem.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\Logging\NewLogItemEventArgs.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\Optimizing\Decoding\DecoderForBalancedWeightedPositions.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\Optimizing\Decoding\IDecoderForWeightedPositions.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\returnsManagement\ReturnsManager.cs"
SubType = "Code"
***************
*** 713,716 ****
--- 773,786 ----
/>
<File
+ RelPath = "a2_Strategies\returnsManagement\time\selectors\FixedLengthTwoPhasesIntervalsSelector.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a2_Strategies\returnsManagement\time\selectors\IIntervalsSelector.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\TickersRelationships\CloseToCloseCorrelationProvider.cs"
SubType = "Code"
|