[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardOneRank ComparableAc
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-05-26 23:34:37
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardOneRank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26911/b7_Scripts/WalkForwardTesting/WalkForwardOneRank Modified Files: ComparableAccount.cs Log Message: A time interval of a single day is now used to compute the Account goodness Index: ComparableAccount.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardOneRank/ComparableAccount.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ComparableAccount.cs 24 Apr 2005 16:26:13 -0000 1.8 --- ComparableAccount.cs 26 May 2005 23:34:29 -0000 1.9 *************** *** 65,69 **** double returnValue; if ( this.accountReport == null ) ! this.accountReport = this.CreateReport( this.Key , 7 , this.EndOfDayTimer.GetCurrentTime() , this.Key , this.historicalQuoteProvider ); --- 65,69 ---- double returnValue; if ( this.accountReport == null ) ! this.accountReport = this.CreateReport( this.Key , 1 , this.EndOfDayTimer.GetCurrentTime() , this.Key , this.historicalQuoteProvider ); |