[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOs
Brought to you by:
glauco_1
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10013/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers Modified Files: PVO_CTCCorrelationChooser.cs PVO_CTCStrongCorrelationChooser.cs PVO_CTOCorrelationChooser.cs PVO_OTCCorrelationChooser.cs PVO_OTCCTOCorrelationChooser.cs PVO_OTOCorrelationChooser.cs PVOChooserFromSavedBackTestLog.cs PVOCorrelationChooser.cs PVOGeneticChooser.cs Log Message: Added Serializable attribute Index: PVO_CTCStrongCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVO_CTCStrongCorrelationChooser.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PVO_CTCStrongCorrelationChooser.cs 29 Sep 2008 21:18:49 -0000 1.2 --- PVO_CTCStrongCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.3 *************** *** 42,45 **** --- 42,46 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public class PVO_CTCStrongCorrelationChooser : IInSampleChooser { Index: PVO_CTCCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVO_CTCCorrelationChooser.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PVO_CTCCorrelationChooser.cs 29 Sep 2008 21:18:49 -0000 1.5 --- PVO_CTCCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.6 *************** *** 42,45 **** --- 42,46 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public class PVO_CTCCorrelationChooser : PVOCorrelationChooser { Index: PVO_OTCCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVO_OTCCorrelationChooser.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PVO_OTCCorrelationChooser.cs 14 Aug 2008 23:28:06 -0000 1.4 --- PVO_OTCCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.5 *************** *** 42,45 **** --- 42,46 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public class PVO_OTCCorrelationChooser : PVOCorrelationChooser { Index: PVOGeneticChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVOGeneticChooser.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PVOGeneticChooser.cs 29 Sep 2008 21:19:05 -0000 1.2 --- PVOGeneticChooser.cs 9 Nov 2008 16:36:21 -0000 1.3 *************** *** 40,43 **** --- 40,44 ---- /// In sample genetic analyzer for the Portfolio Value Oscillator /// </summary> + [Serializable] public class PVOGeneticChooser : GeneticChooser { Index: PVO_OTCCTOCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVO_OTCCTOCorrelationChooser.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PVO_OTCCTOCorrelationChooser.cs 14 Aug 2008 23:28:06 -0000 1.2 --- PVO_OTCCTOCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.3 *************** *** 42,45 **** --- 42,46 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public class PVO_OTCCTOCorrelationChooser : PVOCorrelationChooser { Index: PVO_OTOCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVO_OTOCorrelationChooser.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PVO_OTOCorrelationChooser.cs 29 Sep 2008 21:18:49 -0000 1.2 --- PVO_OTOCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.3 *************** *** 43,46 **** --- 43,47 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public class PVO_OTOCorrelationChooser : PVOCorrelationChooser { Index: PVOChooserFromSavedBackTestLog.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVOChooserFromSavedBackTestLog.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PVOChooserFromSavedBackTestLog.cs 29 Sep 2008 21:19:05 -0000 1.3 --- PVOChooserFromSavedBackTestLog.cs 9 Nov 2008 16:36:21 -0000 1.4 *************** *** 35,39 **** /// already saved in a BackTestLog saved to disk /// </summary> ! public class PVOChooserFromSavedBackTestLog : BasicChooserFromSavedBackTestLog { --- 35,40 ---- /// already saved in a BackTestLog saved to disk /// </summary> ! [Serializable] ! public class PVOChooserFromSavedBackTestLog : BasicChooserFromSavedBackTestLog { Index: PVO_CTOCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVO_CTOCorrelationChooser.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PVO_CTOCorrelationChooser.cs 14 Aug 2008 23:43:18 -0000 1.1 --- PVO_CTOCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.2 *************** *** 42,45 **** --- 42,46 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public class PVO_CTOCorrelationChooser : PVOCorrelationChooser { Index: PVOCorrelationChooser.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/InSampleChoosers/PVOCorrelationChooser.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PVOCorrelationChooser.cs 14 Aug 2008 23:28:06 -0000 1.6 --- PVOCorrelationChooser.cs 9 Nov 2008 16:36:21 -0000 1.7 *************** *** 42,45 **** --- 42,46 ---- /// requested number of PVOPositions (positions for the PVO strategy) /// </summary> + [Serializable] public abstract class PVOCorrelationChooser : IInSampleChooser { |