[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag WFLagSignedTic
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-07-30 13:36:09
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6509/b7_Scripts/WalkForwardTesting/WalkForwardLag Modified Files: WFLagSignedTickers.cs Log Message: Minor code formatting change Index: WFLagSignedTickers.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagSignedTickers.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WFLagSignedTickers.cs 14 Mar 2006 15:05:46 -0000 1.1 --- WFLagSignedTickers.cs 30 Jul 2006 13:36:06 -0000 1.2 *************** *** 30,34 **** /// <summary> /// This class identifies all the signed tickers to apply ! /// the lag strategy our of sample: it contains both the /// driving positions and the portfolio positions. Each genome /// can be decoded to an instance of this class --- 30,34 ---- /// <summary> /// This class identifies all the signed tickers to apply ! /// the lag strategy out of sample: it contains both the /// driving positions and the portfolio positions. Each genome /// can be decoded to an instance of this class |