[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDeb
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-22 20:29:06
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDebugger In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31045/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDebugger Modified Files: WFLagRunGenomesDebugger.cs Log Message: - the WFLagDebugChosenPositionsCollection constructor now requires also the number of in sample days and the benchmark Index: WFLagRunGenomesDebugger.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagGenomesDebugger/WFLagRunGenomesDebugger.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WFLagRunGenomesDebugger.cs 29 Jun 2006 17:42:32 -0000 1.3 --- WFLagRunGenomesDebugger.cs 22 Jul 2006 20:29:01 -0000 1.4 *************** *** 83,88 **** { WFLagDebugChosenPositionsCollection wFLagDebugChosenPositionsCollection = ! new WFLagDebugChosenPositionsCollection( this.chosenPositionsDebugInfoList ); ! wFLagDebugChosenPositionsCollection.ShowDialog(); } public void Run( WFLagLog wFLagLog ) --- 83,89 ---- { WFLagDebugChosenPositionsCollection wFLagDebugChosenPositionsCollection = ! new WFLagDebugChosenPositionsCollection( this.wFLagLog.InSampleDays , ! this.wFLagLog.Benchmark , this.chosenPositionsDebugInfoList ); ! wFLagDebugChosenPositionsCollection.Show(); } public void Run( WFLagLog wFLagLog ) |