[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-06-22 21:39:28
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17300/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger Modified Files: WFLagRunDebugger.cs Log Message: The Run( WFLagLog wFLagLog ) method replaces the Run() method Index: WFLagRunDebugger.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger/WFLagRunDebugger.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WFLagRunDebugger.cs 8 Apr 2006 18:15:09 -0000 1.1 --- WFLagRunDebugger.cs 22 Jun 2006 21:39:24 -0000 1.2 *************** *** 28,32 **** using QuantProject.Business.Financial.Accounting.Transactions; using QuantProject.Business.Timing; - using QuantProject.Presentation; using QuantProject.Presentation.Reporting.WindowsForm; --- 28,31 ---- *************** *** 44,54 **** // } ! public void Run() { - VisualObjectArchiver visualObjectArchiver = - new VisualObjectArchiver(); - WFLagLog wFLagLog = - ( WFLagLog )visualObjectArchiver.Load( - "Load WFLag backtest log" , "qPWFLagLog" , "Load transactions" ); TransactionHistory transactionHistory = wFLagLog.TransactionHistory; --- 43,48 ---- // } ! public void Run( WFLagLog wFLagLog ) { TransactionHistory transactionHistory = wFLagLog.TransactionHistory; |