[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.42, 1.43
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 16:20:04
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3253 Modified Files: Scripts_SD.csproj Log Message: General\Logging\AnalyzableLogItem.cs has been added WalkForwardTesting\LinearRegression\eligibles\EligiblesSelectorForLinearRegression.cs has been added WalkForwardTesting\LinearRegression\EntryStrategies\IEntryStrategy.cs has been added WalkForwardTesting\LinearRegression\EntryStrategies\EntryStrategyBasedOnForecastedReturn.cs has been added WalkForwardTesting\LinearRegression\ExitStrategies\ExitOnIntervalEnd.cs has been added WalkForwardTesting\LinearRegression\ExitStrategies\IExitStrategy.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\Decoding\DecoderFirstTradingTickerInEachSignalingPortfolio.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\Decoding\DecoderForLinearRegressionTestingPositions.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ILinearRegressionFitnessEvaluator.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ILinearRegressionSetupManager.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ILinearRegressionValues.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionFitnessEvaluator.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionSetUpManager.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionValues.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ReturnIntervalsBuilderForTradingAndForSignaling.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\Genetic\GenomeManagerForLinearRegression.cs has been added WalkForwardTesting\LinearRegression\InSampleChoosers\Genetic\LinearRegressionGeneticChooser.cs has been added WalkForwardTesting\LinearRegression\LinearRegressionMain.cs has been added WalkForwardTesting\LinearRegression\LinearRegressionTestingPositions.cs has been added WalkForwardTesting\LinearRegression\Logging\AnalyzerForLinearRegressionTestingPositions.cs has been added WalkForwardTesting\LinearRegression\Logging\LinearRegressionLogItem.cs has been added WalkForwardTesting\LinearRegression\ReturnIntervals\ShiftedTimeIntervalSelectorForSignaling.cs has been added WalkForwardTesting\LinearRegression\ReturnIntervals\SingleDayIntervalsSelector.cs has been added WalkForwardTesting\LinearRegression\Strategies\LinearRegressionStrategy.cs has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** Scripts_SD.csproj 30 Oct 2009 23:13:43 -0000 1.42 --- Scripts_SD.csproj 28 Mar 2010 16:19:56 -0000 1.43 *************** *** 50,53 **** --- 50,54 ---- <Compile Include="EvaluatingOptimizationTechnique\TechnicalAnalysis\RunTestingOptimizationExtremeCounterTrend.cs" /> <Compile Include="General\BasicScriptForBacktesting.cs" /> + <Compile Include="General\Logging\AnalyzableLogItem.cs" /> <Compile Include="General\Logging\LogArchiver.cs" /> <Compile Include="General\Logging\LogViewer.cs" /> *************** *** 144,147 **** --- 145,171 ---- <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\TesterForFLTPTestingPositions.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\OutOfSampleChoosers\RankBasedOutOfSampleChooser.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\eligibles\EligiblesSelectorForLinearRegression.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\EntryStrategies\IEntryStrategy.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\EntryStrategies\EntryStrategyBasedOnForecastedReturn.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\ExitStrategies\ExitOnIntervalEnd.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\ExitStrategies\IExitStrategy.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Decoding\DecoderFirstTradingTickerInEachSignalingPortfolio.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Decoding\DecoderForLinearRegressionTestingPositions.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ILinearRegressionFitnessEvaluator.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ILinearRegressionSetupManager.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ILinearRegressionValues.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionFitnessEvaluator.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionSetUpManager.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\LinearRegressionValues.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation\ReturnIntervalsBuilderForTradingAndForSignaling.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Genetic\GenomeManagerForLinearRegression.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Genetic\LinearRegressionGeneticChooser.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\LinearRegressionMain.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\LinearRegressionTestingPositions.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\Logging\AnalyzerForLinearRegressionTestingPositions.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\Logging\LinearRegressionLogItem.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\ReturnIntervals\ShiftedTimeIntervalSelectorForSignaling.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\ReturnIntervals\SingleDayIntervalsSelector.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\Strategies\LinearRegressionStrategy.cs" /> <Compile Include="WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\ExitStrategies\TakeProfitStrategyOrOnMarketClose.cs" /> *************** *** 345,348 **** --- 369,383 ---- <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\Logging" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\OutOfSampleChoosers" /> + <Folder Include="WalkForwardTesting\LinearRegression" /> + <Folder Include="WalkForwardTesting\LinearRegression\InSampleChoosers" /> + <Folder Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Decoding" /> + <Folder Include="WalkForwardTesting\LinearRegression\InSampleChoosers\Genetic" /> + <Folder Include="WalkForwardTesting\LinearRegression\eligibles" /> + <Folder Include="WalkForwardTesting\LinearRegression\EntryStrategies" /> + <Folder Include="WalkForwardTesting\LinearRegression\ExitStrategies" /> + <Folder Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation" /> + <Folder Include="WalkForwardTesting\LinearRegression\Logging" /> + <Folder Include="WalkForwardTesting\LinearRegression\ReturnIntervals" /> + <Folder Include="WalkForwardTesting\LinearRegression\Strategies" /> <Folder Include="WalkForwardTesting\PairsTrading" /> <Folder Include="WalkForwardTesting\PairsTrading\InSample" /> |