[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTr
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-01-14 23:33:04
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTrendFollower In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18649/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTrendFollower Modified Files: EndOfDayTimerHandlerOTC_CTOTrendFollower.cs Log Message: Handlers have been updated (minor changes) Index: EndOfDayTimerHandlerOTC_CTOTrendFollower.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTrendFollower/EndOfDayTimerHandlerOTC_CTOTrendFollower.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EndOfDayTimerHandlerOTC_CTOTrendFollower.cs 29 Aug 2007 09:36:28 -0000 1.1 --- EndOfDayTimerHandlerOTC_CTOTrendFollower.cs 14 Jan 2008 23:32:30 -0000 1.2 *************** *** 164,168 **** this.numberOfTickersToBeChosen, this.targetReturn, ! this.portfolioType); GeneticOptimizer GO = new GeneticOptimizer(genManEfficientOTCPortfolio, --- 164,168 ---- this.numberOfTickersToBeChosen, this.targetReturn, ! this.portfolioType, this.benchmark); GeneticOptimizer GO = new GeneticOptimizer(genManEfficientOTCPortfolio, |