[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting RunEfficientCTCPortfolio.cs
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-02-06 18:19:22
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6114/b7_Scripts/TickerSelectionTesting Modified Files: RunEfficientCTCPortfolio.cs Log Message: A couple of lines have been commented, to avoid warnings Index: RunEfficientCTCPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/RunEfficientCTCPortfolio.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RunEfficientCTCPortfolio.cs 4 Feb 2005 00:13:28 -0000 1.2 --- RunEfficientCTCPortfolio.cs 6 Feb 2005 18:19:10 -0000 1.3 *************** *** 63,67 **** private EndOfDayDateTime startDateTime; private EndOfDayDateTime endDateTime; ! private int numIntervalDays;// number of days for the equity line graph private IHistoricalQuoteProvider historicalQuoteProvider = new HistoricalAdjustedQuoteProvider(); --- 63,67 ---- private EndOfDayDateTime startDateTime; private EndOfDayDateTime endDateTime; ! // private int numIntervalDays;// number of days for the equity line graph private IHistoricalQuoteProvider historicalQuoteProvider = new HistoricalAdjustedQuoteProvider(); *************** *** 84,88 **** this.endDateTime = new EndOfDayDateTime( new DateTime( 2000 , 1 , 20 ) , EndOfDaySpecificTime.MarketClose ); ! this.numIntervalDays = 3; //for report } #region Run --- 84,88 ---- this.endDateTime = new EndOfDayDateTime( new DateTime( 2000 , 1 , 20 ) , EndOfDaySpecificTime.MarketClose ); ! // this.numIntervalDays = 3; //for report } #region Run |