[Quantproject-developers] QuantProject/b4_Business/a2_Strategies EndOfDayStrategyBackTester.cs, 1.1
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-18 23:02:03
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9546/b4_Business/a2_Strategies Modified Files: EndOfDayStrategyBackTester.cs Log Message: a bug has been fixed Index: EndOfDayStrategyBackTester.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/EndOfDayStrategyBackTester.cs,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** EndOfDayStrategyBackTester.cs 12 Nov 2008 20:42:39 -0000 1.11 --- EndOfDayStrategyBackTester.cs 18 Nov 2008 23:01:52 -0000 1.12 *************** *** 189,193 **** this.timer = timer; ! this.initialize_endOfDayTimer(); this.account = this.accountProvider.GetAccount( this.timer, this.historicalMarketValueProvider); --- 189,193 ---- this.timer = timer; ! // this.initialize_endOfDayTimer(); this.account = this.accountProvider.GetAccount( this.timer, this.historicalMarketValueProvider); |