[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.75, 1.76
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 10:14:54
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25249/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Some new strategies have been added: - DoubleOverReaction WeekEndBounce; - BestAndWorstFollower; - OTC_CTOTrendFollower Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** b7_Scripts.csproj 15 Aug 2007 19:23:31 -0000 1.75 --- b7_Scripts.csproj 29 Aug 2007 10:14:43 -0000 1.76 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9466" SchemaVersion = "1.0" ProjectGuid = "{451DB77D-D4C7-44D1-8047-2920D864A4CD}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9955" SchemaVersion = "1.0" ProjectGuid = "{451DB77D-D4C7-44D1-8047-2920D864A4CD}" *************** *** 123,126 **** --- 123,146 ---- /> <File + RelPath = "ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_OTC\EndOfDayTimerHandlerDOR_OTC.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_OTC\RunDOR_OTC.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_WeekEndBounce\EndOfDayTimerHandlerDOR_WeekEndBounce.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_WeekEndBounce\RunDOR_WeekEndBounce.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\EndOfDayTimerHandlerSimpleOHTest.cs" SubType = "Code" *************** *** 379,382 **** --- 399,412 ---- /> <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\BestAndWorst\EndOfDayTimerHandlerBWFollower.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\BestAndWorst\RunBestAndWorstFollower.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\EndOfDayTimerHandlerITF.cs" SubType = "Code" *************** *** 394,397 **** --- 424,437 ---- /> <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\OTC_CTOTrendFollower\EndOfDayTimerHandlerOTC_CTOTrendFollower.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\OTC_CTOTrendFollower\RunEfficientOTC_CTOTrendFollower.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\CandidateProperties.cs" SubType = "Code" *************** *** 424,427 **** --- 464,472 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTO_WorstAtDay.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerLastChosenPortfolio.cs" SubType = "Code" *************** *** 434,437 **** --- 479,487 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTC_WorstAtNight.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCCTO.cs" SubType = "Code" *************** *** 509,512 **** --- 559,567 ---- /> <File + RelPath = "TickerSelectionTesting\RunEfficientCTO_WorstAtDayPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolio.cs" SubType = "Code" *************** *** 514,517 **** --- 569,577 ---- /> <File + RelPath = "TickerSelectionTesting\RunEfficientOTC_WorstAtNightPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunEfficientOTCCTOPortfolio.cs" SubType = "Code" *************** *** 714,717 **** --- 774,782 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\TestDisplayer.resx" + DependentUpon = "TestDisplayer.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\WalkForwardTest\RunWalkForwardLinearCombination.cs" SubType = "Code" |