[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedPeriodO
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-01-14 23:32:39
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedPeriodOscillators In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18649/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedPeriodOscillators Modified Files: EndOfDayTimerHandlerFPOscillatorCTC.cs Log Message: Handlers have been updated (minor changes) Index: EndOfDayTimerHandlerFPOscillatorCTC.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedPeriodOscillators/EndOfDayTimerHandlerFPOscillatorCTC.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** EndOfDayTimerHandlerFPOscillatorCTC.cs 29 Aug 2007 09:43:30 -0000 1.5 --- EndOfDayTimerHandlerFPOscillatorCTC.cs 14 Jan 2008 23:32:30 -0000 1.6 *************** *** 85,89 **** this.seedForRandomGenerator = ConstantsProvider.SeedForRandomGenerator; } ! #region MarketCloseEventHandler --- 85,94 ---- this.seedForRandomGenerator = ConstantsProvider.SeedForRandomGenerator; } ! ! public override void MarketOpenEventHandler( ! Object sender , EndOfDayTimingEventArgs endOfDayTimingEventArgs ) ! { ! ; ! } #region MarketCloseEventHandler *************** *** 285,289 **** currentDate, this.numberOfTickersToBeChosen, this.numDaysForReturnCalculation, ! this.portfolioType); GeneticOptimizer GO = new GeneticOptimizer(this.iGenomeManager, this.populationSizeForGeneticOptimizer, --- 290,294 ---- currentDate, this.numberOfTickersToBeChosen, this.numDaysForReturnCalculation, ! this.portfolioType, this.benchmark); GeneticOptimizer GO = new GeneticOptimizer(this.iGenomeManager, this.populationSizeForGeneticOptimizer, |