[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables Su
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-10-15 18:23:29
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19392/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables Modified Files: Summary.cs Log Message: EquityLine is now used instead of EquityHistory Index: Summary.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables/Summary.cs,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Summary.cs 3 Sep 2005 23:23:32 -0000 1.17 --- Summary.cs 15 Oct 2005 18:23:22 -0000 1.18 *************** *** 258,262 **** this.annualSystemPercentageReturn = new AnnualSystemPercentageReturn( this ); this.maxEquityDrawDown = new MaxEquityDrawDown( this ); ! this.sharpeRatio = new SharpeRatio( this.accountReport.EquityHistory ); this.totalNumberOfTrades = new TotalNumberOfTrades( this ); this.numberWinningTrades = new NumberWinningTrades( this ); --- 258,262 ---- this.annualSystemPercentageReturn = new AnnualSystemPercentageReturn( this ); this.maxEquityDrawDown = new MaxEquityDrawDown( this ); ! this.sharpeRatio = new SharpeRatio( this.accountReport.EquityLine ); this.totalNumberOfTrades = new TotalNumberOfTrades( this ); this.numberWinningTrades = new NumberWinningTrades( this ); |