[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.44, 1.45
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2011-01-16 19:52:40
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2823/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: Updated sharp develop project files Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** Scripts_SD.csproj 6 Jan 2011 18:37:26 -0000 1.44 --- Scripts_SD.csproj 16 Jan 2011 19:52:32 -0000 1.45 *************** *** 112,115 **** --- 112,125 ---- <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\DrivenByFVProviderLogItem.cs" /> + <Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\DrivenByFVProviderMain.cs" /> + <Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\DrivenByFVProviderStrategy.cs" /> + <Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers\Genetic\DrivenByFVProviderInSampleChooser.cs" /> + <Compile Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider\InSampleChoosers\Genetic\GenomeManagerForDrivenByFVProvider.cs" /> + <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\DrivenBySharpeRatioLogItem.cs" /> + <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\DrivenBySharpeRatioMain.cs" /> + <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\DrivenBySharpeRatioStrategy.cs" /> + <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic\DrivenBySharpeRatioInSampleChooser.cs" /> + <Compile Include="TickerSelectionTesting\DrivenBySharpeRatio\InSampleChoosers\Genetic\GenomeManagerForDrivenBySharpeRatio.cs" /> <Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerCTC.cs" /> <Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerCTO.cs" /> *************** *** 133,136 **** --- 143,148 ---- <Compile Include="TickerSelectionTesting\OTC\OTC_Intraday\OTCIntradayStrategy.cs" /> <Compile Include="TickerSelectionTesting\OTC\OTC_Intraday\OTCIntradayLogItem.cs" /> + <Compile Include="TickerSelectionTesting\OTC_CTO\OTC_CTO_EOD\OTC_CTO_EODMain.cs" /> + <Compile Include="TickerSelectionTesting\OTC_CTO\OTC_CTO_EOD\OTC_CTO_EODStrategy.cs" /> <Compile Include="TickerSelectionTesting\RunEfficientCTCPortfolio.cs" /> <Compile Include="TickerSelectionTesting\RunEfficientCTOPortfolio.cs" /> *************** *** 359,362 **** --- 371,381 ---- <Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\WeightedPVO" /> <Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\WeightedPVO\WeightedBalancedPVO" /> + <Folder Include="TickerSelectionTesting\DrivenByFundamentals" /> + <Folder Include="TickerSelectionTesting\DrivenByFundamentals\DrivenByFairValueProvider" /> + <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\Genetic" /> <Folder Include="TickerSelectionTesting\OTC" /> <Folder Include="TickerSelectionTesting\OTC\Decoding" /> *************** *** 365,368 **** --- 384,389 ---- <Folder Include="TickerSelectionTesting\OTC\InSampleChoosers" /> <Folder Include="TickerSelectionTesting\OTC\InSampleChoosers\Genetic" /> + <Folder Include="TickerSelectionTesting\OTC_CTO" /> + <Folder Include="TickerSelectionTesting\OTC_CTO\OTC_CTO_EOD" /> <Folder Include="TickerSelectionTesting\SimpleSelection\" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases" /> |