[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination LinearCombi
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:22:11
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3648/b7_Scripts/WalkForwardTesting/LinearCombination Modified Files: LinearCombinationTest.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: LinearCombinationTest.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination/LinearCombinationTest.cs,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** LinearCombinationTest.cs 29 Sep 2008 21:19:30 -0000 1.14 --- LinearCombinationTest.cs 22 Nov 2008 18:22:04 -0000 1.15 *************** *** 346,352 **** run_setHistoricalQuoteProvider(); this.account = new Account( "LinearCombination" , historicalEndOfDayTimer , ! new HistoricalEndOfDayDataStreamer( historicalEndOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( historicalEndOfDayTimer , this.historicalMarketValueProvider ) ); run_setStrategy(); --- 346,352 ---- run_setHistoricalQuoteProvider(); this.account = new Account( "LinearCombination" , historicalEndOfDayTimer , ! new HistoricalDataStreamer( historicalEndOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( historicalEndOfDayTimer , this.historicalMarketValueProvider ) ); run_setStrategy(); |