Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26008/b7_Scripts/WalkForwardTesting/WalkForwardLag
Modified Files:
WFLagMain.cs
Log Message:
Minor change: the class' summary has been added.
Index: WFLagMain.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagMain.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** WFLagMain.cs 8 Apr 2006 18:09:40 -0000 1.1
--- WFLagMain.cs 8 Apr 2006 18:42:29 -0000 1.2
***************
*** 32,36 ****
{
/// <summary>
! /// Summary description for WFLagMain.
/// </summary>
public class WFLagMain : System.Windows.Forms.Form
--- 32,38 ----
{
/// <summary>
! /// Main form to test the walk forward lag strategy: you
! /// can chose either to backtest the strategy or to
! /// debug a previous backtest
/// </summary>
public class WFLagMain : System.Windows.Forms.Form
|