Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14241/b7_Scripts/WalkForwardTesting/LinearCombination
Modified Files:
FixedLevelOscillatorPVOStrategy.cs
Log Message:
no message
Index: FixedLevelOscillatorPVOStrategy.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination/FixedLevelOscillatorPVOStrategy.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** FixedLevelOscillatorPVOStrategy.cs 3 Jan 2007 23:07:34 -0000 1.3
--- FixedLevelOscillatorPVOStrategy.cs 27 Feb 2007 23:07:44 -0000 1.4
***************
*** 76,79 ****
--- 76,81 ----
double returnValue = 999.0;
if(timer.CurrentDateArrayPosition + 2 >= this.numDaysForOscillatingPeriod)
+ //if there are sufficient data for computing currentChosenTickersValue
+ //that's why the method has been overriden
{
try
|