[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-03-12 22:09:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9863/WalkForwardTesting/FixedLengthTwoPhases/Logging Modified Files: FixedLengthTwoPhasesLogItem.cs Log Message: Changed IEndOfDayStrategy interface Index: FixedLengthTwoPhasesLogItem.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging/FixedLengthTwoPhasesLogItem.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FixedLengthTwoPhasesLogItem.cs 10 Feb 2008 15:24:52 -0000 1.2 --- FixedLengthTwoPhasesLogItem.cs 12 Mar 2008 22:09:05 -0000 1.3 *************** *** 25,28 **** --- 25,29 ---- using QuantProject.Business.DataProviders; using QuantProject.Business.Strategies; + using QuantProject.Business.Financial.Accounting.AccountProviding; using QuantProject.Business.Strategies.Eligibles; using QuantProject.Business.Strategies.InSample; *************** *** 129,133 **** new EndOfDayStrategyBackTester( backTestId , fixedLengthTwoPhasesStrategy , ! historicalQuoteProvider , firstDateTime , lastDateTime , benchmark , cashToStart , maxRunningHours ); --- 130,135 ---- new EndOfDayStrategyBackTester( backTestId , fixedLengthTwoPhasesStrategy , ! historicalQuoteProvider , ! new SimpleAccountProvider() , firstDateTime , lastDateTime , benchmark , cashToStart , maxRunningHours ); |