[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.49,1.50
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-03-14 15:06:49
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3987/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: The Lag Strategy has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** b7_Scripts.csproj 8 Jan 2006 23:33:53 -0000 1.49 --- b7_Scripts.csproj 14 Mar 2006 15:06:46 -0000 1.50 *************** *** 464,467 **** --- 464,502 ---- /> <File + RelPath = "WalkForwardTesting\WalkForwardLag\RunWalkForwardLag.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagCandidates.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagChosenTickers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagEligibleTickers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagEndOfDayTimerHandler.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagGenomeManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "WalkForwardTesting\WalkForwardLag\WFLagSignedTickers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\WalkForwardMultiOneRank\RunWalkForwardMultiOneRank.cs" SubType = "Code" |