[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases FixedLen
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-05-11 19:00:56
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7171/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases Modified Files: FixedLengthTwoPhasesStrategy.cs Log Message: The class' comment has been improved Index: FixedLengthTwoPhasesStrategy.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/FixedLengthTwoPhasesStrategy.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FixedLengthTwoPhasesStrategy.cs 1 Apr 2008 21:30:53 -0000 1.6 --- FixedLengthTwoPhasesStrategy.cs 11 May 2008 19:00:50 -0000 1.7 *************** *** 40,44 **** { /// <summary> ! /// FixedLengthTwoPhases strategy with in sample optimizations /// </summary> public class FixedLengthTwoPhasesStrategy : IEndOfDayStrategyForBacktester --- 40,46 ---- { /// <summary> ! /// FixedLengthTwoPhases strategy with in sample optimizations. ! /// The strategy goes with the best weighted positions for the ! /// first phase, then goes with the opposite for the second phase /// </summary> public class FixedLengthTwoPhasesStrategy : IEndOfDayStrategyForBacktester |