[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/BruteForce
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-01-03 23:01:58
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/BruteForceOptimization In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28165/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/BruteForceOptimization Modified Files: EndOfDayTimerHandlerOTCTypesBruteForce.cs Log Message: Fixed bug in parameters for a TickerSelector object Index: EndOfDayTimerHandlerOTCTypesBruteForce.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/BruteForceOptimization/EndOfDayTimerHandlerOTCTypesBruteForce.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EndOfDayTimerHandlerOTCTypesBruteForce.cs 17 Sep 2006 21:37:18 -0000 1.1 --- EndOfDayTimerHandlerOTCTypesBruteForce.cs 3 Jan 2007 23:01:52 -0000 1.2 *************** *** 218,225 **** SelectorByAverageRawOpenPrice byPrice = ! new SelectorByAverageRawOpenPrice(tickersFromGroup,false,currentDate, ! currentDate.AddDays(-30), ! tickersFromGroup.Rows.Count, ! 20,500, 0.0001,100); --- 218,225 ---- SelectorByAverageRawOpenPrice byPrice = ! new SelectorByAverageRawOpenPrice(tickersFromGroup,false,currentDate.AddDays(-30), ! currentDate, ! tickersFromGroup.Rows.Count, ! 25,500, 0.0001,100); |