[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.29, 1.30
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-08-16 19:25:20
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18748/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: - WalkForwardTesting\PairsTrading\Logging\SimpleStrategy.cs has been moved to General\Strategies\SimpleStrategy.cs - WalkForwardTesting\FixedLengthTwoPhases\FLTPTestingPositions.cs has been added - WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Decoding\DecoderForFLTPTestingPositionsWithBalancedWeights.cs has been added - WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGenomeManager.cs has been removed - WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs has been replaced by WalkForwardTesting\FixedLengthTwoPhases\Logging\FLTPLogItem.cs - WalkForwardTesting\FixedLengthTwoPhases\Logging\FLTPSimpleStrategy.cs has been added - WalkForwardTesting\FixedLengthTwoPhases\Logging\TesterForFLTPTestingPositions.cs has been added - WalkForwardTesting\FixedLengthTwoPhases\OutOfSampleChoosers\RankBasedOutOfSampleChooser.cs has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Scripts_SD.csproj 14 Aug 2008 23:44:43 -0000 1.29 --- Scripts_SD.csproj 16 Aug 2008 19:25:15 -0000 1.30 *************** *** 55,58 **** --- 55,59 ---- <Compile Include="General\Logging\DummyTesterForTestingPositions.cs" /> <Compile Include="General\Reporting\BackTesterReportViewer.cs" /> + <Compile Include="General\Strategies\SimpleStrategy.cs" /> <Compile Include="MyTradingSystem.cs" /> <Compile Include="CallingReportsForRunScripts\ShowReportFromFile.cs" /> *************** *** 108,115 **** <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesMain.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesStrategy.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\FixedLengthTwoPhasesFitnessEvaluator.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGeneticChooser.cs" /> ! <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGenomeManager.cs" /> ! <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\FixedLengthTwoPhasesLogItem.cs" /> <Compile Include="WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\InSample\InSampleChoosers\BruteForce\PairsTradingBruteForceChooser.cs" /> --- 109,120 ---- <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesMain.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FixedLengthTwoPhasesStrategy.cs" /> + <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\FLTPTestingPositions.cs" /> + <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Decoding\DecoderForFLTPTestingPositionsWithBalancedWeights.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\FixedLengthTwoPhasesFitnessEvaluator.cs" /> <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic\FixedLengthTwoPhasesGeneticChooser.cs" /> ! <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\FLTPLogItem.cs" /> ! <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\FLTPSimpleStrategy.cs" /> ! <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\Logging\TesterForFLTPTestingPositions.cs" /> ! <Compile Include="WalkForwardTesting\FixedLengthTwoPhases\OutOfSampleChoosers\RankBasedOutOfSampleChooser.cs" /> <Compile Include="WalkForwardTesting\MSFTwalkForward\TsMSFTwalkForward.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\InSample\InSampleChoosers\BruteForce\PairsTradingBruteForceChooser.cs" /> *************** *** 120,124 **** <Compile Include="WalkForwardTesting\PairsTrading\InSample\PairsTradingFitnessEvaluator.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\PairsTradingLogItem.cs" /> - <Compile Include="WalkForwardTesting\PairsTrading\Logging\SimpleStrategy.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\Logging\TesterForPairsTradingTestingPositions.cs" /> <Compile Include="WalkForwardTesting\PairsTrading\OutOfSampleChoosers\OutOfSampleChooser.cs" /> --- 125,128 ---- *************** *** 284,287 **** --- 288,292 ---- <Folder Include="EvaluatingOptimizationTechnique\EfficientPortfolio\" /> <Folder Include="BackTesting" /> + <Folder Include="General\Strategies" /> <Folder Include="TechnicalAnalysisTesting\Oscillators\ExtremeCounterTrend" /> <Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\Decoding" /> *************** *** 296,301 **** --- 301,308 ---- <Folder Include="WalkForwardTesting\FixedLengthTwoPhases" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers" /> + <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Decoding" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\InSampleChoosers\Genetic" /> <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\Logging" /> + <Folder Include="WalkForwardTesting\FixedLengthTwoPhases\OutOfSampleChoosers" /> <Folder Include="WalkForwardTesting\PairsTrading" /> <Folder Include="WalkForwardTesting\PairsTrading\InSample" /> |