[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTr
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:22:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTrendFollower In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3648/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTrendFollower Modified Files: RunEfficientOTC_CTOTrendFollower.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunEfficientOTC_CTOTrendFollower.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/OTC_CTOTrendFollower/RunEfficientOTC_CTOTrendFollower.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RunEfficientOTC_CTOTrendFollower.cs 29 Sep 2008 21:19:40 -0000 1.2 --- RunEfficientOTC_CTOTrendFollower.cs 22 Nov 2008 18:22:04 -0000 1.3 *************** *** 87,93 **** this.account = new Account(this.ScriptName, this.endOfDayTimer , ! new HistoricalEndOfDayDataStreamer(this.endOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor(this.endOfDayTimer , this.historicalMarketValueProvider)//, // new FixedPercentageSlippageManager(this.historicalQuoteProvider, --- 87,93 ---- this.account = new Account(this.ScriptName, this.endOfDayTimer , ! new HistoricalDataStreamer(this.endOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor(this.endOfDayTimer , this.historicalMarketValueProvider)//, // new FixedPercentageSlippageManager(this.historicalQuoteProvider, |