[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting RunEfficientCTOPortfolio.cs
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-29 17:17:19
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20433/b7_Scripts/TickerSelectionTesting Modified Files: RunEfficientCTOPortfolio.cs Log Message: report.Show is called with proper parameters, now. Index: RunEfficientCTOPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/RunEfficientCTOPortfolio.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RunEfficientCTOPortfolio.cs 27 Dec 2004 18:23:51 -0000 1.4 --- RunEfficientCTOPortfolio.cs 29 Dec 2004 17:17:04 -0000 1.5 *************** *** 172,176 **** this.endOfDayTimer.Stop(); report = new Report( this.account ); ! report.Show("CTO_Portfolio" , this.numIntervalDays , this.startDateTime , "CTO_Portfolio" ); } --- 172,176 ---- this.endOfDayTimer.Stop(); report = new Report( this.account ); ! report.Show("CTO_Portfolio" , this.numIntervalDays , this.endDateTime , "MSFT" ); } |