[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.47, 1.48
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2011-08-21 14:30:23
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv21952
Modified Files:
Scripts_SD.csproj
Log Message:
Updated Script project file
Index: Scripts_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Scripts_SD.csproj 3 Aug 2011 22:27:02 -0000 1.47
--- Scripts_SD.csproj 21 Aug 2011 14:30:21 -0000 1.48
***************
*** 51,54 ****
--- 51,55 ----
<Compile Include="General\BasicScriptForBacktesting.cs" />
<Compile Include="General\Logging\AnalyzableLogItem.cs" />
+ <Compile Include="General\Logging\BuyAndHoldTesterForTestingPositions.cs" />
<Compile Include="General\Logging\LogArchiver.cs" />
<Compile Include="General\Logging\LogViewer.cs" />
***************
*** 112,115 ****
--- 113,117 ----
<Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\WeightedPVO\WeightedBalancedPVO\GenomeManagerWeightedBalancedPVO.cs" />
<Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\WeightedPVO\WeightedBalancedPVO\RunWeightedBalancedPVO.cs" />
+ <Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\Decoding\DecoderForFVProviderStrategy.cs" />
<Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\DrivenByFVProviderLogItem.cs" />
<Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\DrivenByFVProviderMain.cs" />
***************
*** 117,125 ****
--- 119,132 ----
<Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers\Genetic\DrivenByFVProviderInSampleChooser.cs" />
<Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers\Genetic\GenomeManagerForDrivenByFVProvider.cs" />
+ <Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers\SelectTopBottomEligiblesWithSignInSampleChooser.cs" />
<Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\DrivenBySharpeRatioLogItem.cs" />
<Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\DrivenBySharpeRatioMain.cs" />
<Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\DrivenBySharpeRatioStrategy.cs" />
+ <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\BruteForce\DrivenBySharpeRatioBruteForceChooser.cs" />
+ <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\BruteForce\DrivenBySharpeROptimizableParametersManager.cs" />
<Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic\DrivenBySharpeRatioInSampleChooser.cs" />
+ <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic\DrivenBySharpeRatioInSampleChooserWithWeights.cs" />
<Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic\GenomeManagerForDrivenBySharpeRatio.cs" />
+ <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic\GenomeManagerForDrivenBySharpeRatioWithWeights.cs" />
<Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerCTC.cs" />
<Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerCTO.cs" />
***************
*** 374,381 ****
--- 381,390 ----
<Folder Include="TickerSelectionTesting\DrivenByFundamentals" />
<Folder Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider" />
+ <Folder Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\Decoding" />
<Folder Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers" />
<Folder Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers\Genetic" />
<Folder Include="TickerSelectionTesting\DrivenBySharpeRatio" />
<Folder Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers" />
+ <Folder Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\BruteForce" />
<Folder Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic" />
<Folder Include="TickerSelectionTesting\OTC" />
|