[Quantproject-developers] QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOve
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:22:11
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOverReaction_WeekEndBounce In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3648/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOverReaction_WeekEndBounce Modified Files: RunDOR_WeekEndBounce.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunDOR_WeekEndBounce.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOverReaction_WeekEndBounce/RunDOR_WeekEndBounce.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RunDOR_WeekEndBounce.cs 29 Sep 2008 21:16:40 -0000 1.3 --- RunDOR_WeekEndBounce.cs 22 Nov 2008 18:22:04 -0000 1.4 *************** *** 97,103 **** this.startingTimeForScript = DateTime.Now; this.account = new Account( "WeekEndBounce" , this.timer , ! new HistoricalEndOfDayDataStreamer( this.timer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( this.timer , this.historicalMarketValueProvider ) ); EndOfDayTimerHandlerDOR_WeekEndBounce endOfDayTimerHandler = --- 97,103 ---- this.startingTimeForScript = DateTime.Now; this.account = new Account( "WeekEndBounce" , this.timer , ! new HistoricalDataStreamer( this.timer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( this.timer , this.historicalMarketValueProvider ) ); EndOfDayTimerHandlerDOR_WeekEndBounce endOfDayTimerHandler = |