[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOs
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 15:25:46
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11838/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator Modified Files: PVOGenericStrategy.cs Log Message: Code changed because WeightedPositions.Reverse() has now become WeightedPositions.ReverseSigns() Index: PVOGenericStrategy.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/PVOGenericStrategy.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PVOGenericStrategy.cs 31 Aug 2009 21:03:46 -0000 1.1 --- PVOGenericStrategy.cs 28 Mar 2010 15:25:39 -0000 1.2 *************** *** 490,494 **** { #region manage Overbought case ! this.positionsForOutOfSample.WeightedPositions.Reverse(); try { --- 490,494 ---- { #region manage Overbought case ! this.positionsForOutOfSample.WeightedPositions.ReverseSigns(); try { *************** *** 504,508 **** finally { ! this.positionsForOutOfSample.WeightedPositions.Reverse(); } #endregion --- 504,508 ---- finally { ! this.positionsForOutOfSample.WeightedPositions.ReverseSigns(); } #endregion |