[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting RunEfficientCTCPortfolio.cs
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-02-04 00:13:37
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7733/b7_Scripts/TickerSelectionTesting Modified Files: RunEfficientCTCPortfolio.cs Log Message: Updated script Index: RunEfficientCTCPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/RunEfficientCTCPortfolio.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RunEfficientCTCPortfolio.cs 30 Jan 2005 19:53:12 -0000 1.1 --- RunEfficientCTCPortfolio.cs 4 Feb 2005 00:13:28 -0000 1.2 *************** *** 81,87 **** this.reportTable = new ReportTable( "Summary_Reports" ); this.startDateTime = new EndOfDayDateTime( ! new DateTime( 2003 , 1 , 1 ) , EndOfDaySpecificTime.MarketOpen ); this.endDateTime = new EndOfDayDateTime( ! new DateTime( 2003 , 1 , 31 ) , EndOfDaySpecificTime.MarketClose ); this.numIntervalDays = 3; //for report } --- 81,87 ---- this.reportTable = new ReportTable( "Summary_Reports" ); this.startDateTime = new EndOfDayDateTime( ! new DateTime( 2000 , 1 , 1 ) , EndOfDaySpecificTime.MarketOpen ); this.endDateTime = new EndOfDayDateTime( ! new DateTime( 2000 , 1 , 20 ) , EndOfDaySpecificTime.MarketClose ); this.numIntervalDays = 3; //for report } *************** *** 161,166 **** this.endOfDayTimer.Stop(); report = new Report( this.account , this.historicalQuoteProvider ); ! report.Show("CTC_Portfolio" , this.numIntervalDays , this.endDateTime , "^MIBTEL" ); ! //ObjectArchiver.Archive(this.account, "CtcPortfolioAccount.qP","C:\\"); } --- 161,166 ---- this.endOfDayTimer.Stop(); report = new Report( this.account , this.historicalQuoteProvider ); ! //report.Show("CTC_Portfolio" , this.numIntervalDays , this.endDateTime , "^MIBTEL" ); ! ObjectArchiver.Archive(this.account,"C:\\CtcPortfolio.qP"); } |