[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-10-28 19:34:28
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29947/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger Modified Files: WFLagReportDebugger.cs Log Message: The code has been changed in order to use the new constructor for WFLagDebugGenome Index: WFLagReportDebugger.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger/WFLagReportDebugger.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WFLagReportDebugger.cs 22 Jul 2006 20:33:04 -0000 1.3 --- WFLagReportDebugger.cs 28 Oct 2007 19:34:24 -0000 1.4 *************** *** 91,96 **** this.getRowDateTime( (DataGrid)sender , rowNumber ); WFLagDebugGenome wFLagDebugGenome = ! new WFLagDebugGenome( this.wFLagLog.GetChosenPositions( transactionDateTime ) , ! this.wFLagLog.InSampleDays , this.wFLagLog.Benchmark ); wFLagDebugGenome.Show(); } --- 91,98 ---- this.getRowDateTime( (DataGrid)sender , rowNumber ); WFLagDebugGenome wFLagDebugGenome = ! new WFLagDebugGenome( ! this.wFLagLog.GetLogItem( transactionDateTime ).WFLagWeightedPositions , ! transactionDateTime , this.wFLagLog.InSampleDays , ! this.wFLagLog.Benchmark ); wFLagDebugGenome.Show(); } |