[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOs
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:22:14
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/BiasedPVO In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3648/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/BiasedPVO Modified Files: RunBiasedPVO_OTC.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunBiasedPVO_OTC.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/BiasedPVO/RunBiasedPVO_OTC.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RunBiasedPVO_OTC.cs 29 Sep 2008 21:18:49 -0000 1.4 --- RunBiasedPVO_OTC.cs 22 Nov 2008 18:22:04 -0000 1.5 *************** *** 123,129 **** { this.account = new Account( this.scriptName , this.endOfDayTimer , ! new HistoricalEndOfDayDataStreamer( this.endOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( this.endOfDayTimer , this.historicalMarketValueProvider, new FixedPercentageSlippageManager( --- 123,129 ---- { this.account = new Account( this.scriptName , this.endOfDayTimer , ! new HistoricalDataStreamer( this.endOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( this.endOfDayTimer , this.historicalMarketValueProvider, new FixedPercentageSlippageManager( *************** *** 135,141 **** // { // this.account = new Account( this.scriptName , this.endOfDayTimer , ! // new HistoricalEndOfDayDataStreamer( this.endOfDayTimer , // this.historicalQuoteProvider ) , ! // new HistoricalEndOfDayOrderExecutor( this.endOfDayTimer , // this.historicalQuoteProvider ), // new IBCommissionManager() ); --- 135,141 ---- // { // this.account = new Account( this.scriptName , this.endOfDayTimer , ! // new HistoricalDataStreamer( this.endOfDayTimer , // this.historicalQuoteProvider ) , ! // new HistoricalOrderExecutor( this.endOfDayTimer , // this.historicalQuoteProvider ), // new IBCommissionManager() ); |