[Quantproject-developers] QuantProject/b7_Scripts/ArbitrageTesting/PairTrading/SimplePairTrading/In
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/PairTrading/SimplePairTrading/InSample In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3752/b7_Scripts/ArbitrageTesting/PairTrading/SimplePairTrading/InSample Modified Files: RunSimplePairTradingIS.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunSimplePairTradingIS.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/PairTrading/SimplePairTrading/InSample/RunSimplePairTradingIS.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RunSimplePairTradingIS.cs 29 Sep 2008 21:16:41 -0000 1.2 --- RunSimplePairTradingIS.cs 22 Nov 2008 18:23:02 -0000 1.3 *************** *** 99,105 **** //default account with no commissions and no slippage calculation this.account = new Account( this.scriptName , this.timer , ! new HistoricalEndOfDayDataStreamer( this.timer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( this.timer , this.historicalMarketValueProvider )); --- 99,105 ---- //default account with no commissions and no slippage calculation this.account = new Account( this.scriptName , this.timer , ! new HistoricalDataStreamer( this.timer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( this.timer , this.historicalMarketValueProvider )); |