[Quantproject-developers] QuantProject/b4_Business/a2_Strategies EndOfDayStrategyBackTester.cs, 1.1
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-12 20:42:42
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13897/b4_Business/a2_Strategies Modified Files: EndOfDayStrategyBackTester.cs Log Message: A new parameter of type Timer has been added to the EndOfDayStrategyBackTester Index: EndOfDayStrategyBackTester.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/EndOfDayStrategyBackTester.cs,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** EndOfDayStrategyBackTester.cs 29 Sep 2008 21:16:18 -0000 1.10 --- EndOfDayStrategyBackTester.cs 12 Nov 2008 20:42:39 -0000 1.11 *************** *** 160,163 **** --- 160,164 ---- public EndOfDayStrategyBackTester( string backTestID , + Timer timer , IStrategyForBacktester strategyForBacktester , HistoricalMarketValueProvider historicalMarketValueProvider , *************** *** 185,188 **** --- 186,191 ---- this.cashToStart = cashToStart; this.maxRunningHours = maxRunningHours; + + this.timer = timer; this.initialize_endOfDayTimer(); |