[Quantproject-developers] QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/SimpleOHT
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:23:08
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/SimpleOHTest In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3752/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/SimpleOHTest Modified Files: RunSimpleOHTest.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunSimpleOHTest.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/SimpleOHTest/RunSimpleOHTest.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RunSimpleOHTest.cs 29 Sep 2008 21:16:40 -0000 1.4 --- RunSimpleOHTest.cs 22 Nov 2008 18:23:02 -0000 1.5 *************** *** 95,101 **** this.account = new Account( "SimpleOH" , this.timer , ! new HistoricalEndOfDayDataStreamer( this.timer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( this.timer , this.historicalMarketValueProvider ) ); --- 95,101 ---- this.account = new Account( "SimpleOH" , this.timer , ! new HistoricalDataStreamer( this.timer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( this.timer , this.historicalMarketValueProvider ) ); |