Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28243/b7_Scripts/WalkForwardTesting/WalkForwardLag
Modified Files:
WFLagCandidates.cs
Log Message:
Equity line for driving positions is computed, now.
Index: WFLagCandidates.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagCandidates.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** WFLagCandidates.cs 8 Apr 2006 18:38:31 -0000 1.2
--- WFLagCandidates.cs 14 May 2006 21:30:01 -0000 1.3
***************
*** 53,57 ****
/// <param name="signedTickers">tickers</param>
/// <returns></returns>
! public float[][] GetTickersReturns( ICollection tickers )
{
if ( this.closeToCloseReturns == null )
--- 53,57 ----
/// <param name="signedTickers">tickers</param>
/// <returns></returns>
! public float[][] GetTickersReturns( ArrayList tickers )
{
if ( this.closeToCloseReturns == null )
|