[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWo
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:22:14
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWorst In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3648/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWorst Modified Files: RunBestAndWorstFollower.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunBestAndWorstFollower.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWorst/RunBestAndWorstFollower.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RunBestAndWorstFollower.cs 29 Sep 2008 21:19:23 -0000 1.4 --- RunBestAndWorstFollower.cs 22 Nov 2008 18:22:04 -0000 1.5 *************** *** 101,107 **** this.startingTimeForScript = DateTime.Now; this.account = new Account( "BestAndWorstFollower" , this.endOfDayTimer , ! new HistoricalEndOfDayDataStreamer( this.endOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( this.endOfDayTimer , this.historicalMarketValueProvider ) ); EndOfDayTimerHandlerBWFollower endOfDayTimerHandler = --- 101,107 ---- this.startingTimeForScript = DateTime.Now; this.account = new Account( "BestAndWorstFollower" , this.endOfDayTimer , ! new HistoricalDataStreamer( this.endOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( this.endOfDayTimer , this.historicalMarketValueProvider ) ); EndOfDayTimerHandlerBWFollower endOfDayTimerHandler = |