[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj, 1.59, 1.60
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-08-03 21:33:19
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21499/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added ImmediateTrendFollower strategy to the project. ITF strategy is just the reversal of the ECT (ExtremeCounterTrend strategy). Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** b7_Scripts.csproj 31 Jul 2006 16:39:47 -0000 1.59 --- b7_Scripts.csproj 3 Aug 2006 21:33:16 -0000 1.60 *************** *** 279,282 **** --- 279,297 ---- /> <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\EndOfDayTimerHandlerITF.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\GenomeManagerITF.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\RunImmediateTrendFollower.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\CandidateProperties.cs" SubType = "Code" *************** *** 514,517 **** --- 529,537 ---- /> <File + RelPath = "WalkForwardTesting\LinearCombination\ImmediateTrendFollowerStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\LinearCombinationTest.cs" SubType = "Code" |