Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30829/b7_Scripts/WalkForwardTesting/LinearCombination
Modified Files:
FixedLevelOscillatorPVOStrategy.cs
Log Message:
Added a requested parameter for the PVO strategy handler, to be used in sample
Index: FixedLevelOscillatorPVOStrategy.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination/FixedLevelOscillatorPVOStrategy.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** FixedLevelOscillatorPVOStrategy.cs 22 Oct 2006 18:50:10 -0000 1.2
--- FixedLevelOscillatorPVOStrategy.cs 3 Jan 2007 23:07:34 -0000 1.3
***************
*** 52,56 ****
0,0,
"^GSPC",
! 0, 0, 0, 0, 0, 0, false, 0,
PortfolioType.ShortAndLong, 0.5)
{
--- 52,56 ----
0,0,
"^GSPC",
! 0, 0, 0, 0, 0, 0, false, false, 0,
PortfolioType.ShortAndLong, 0.5)
{
|