[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOs
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-04-09 18:08:07
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator
In directory sc8-pr-cvs16:/tmp/cvs-serv6510/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator
Modified Files:
EndOfDayTimerHandlerPVO.cs
Log Message:
Added remarks for debugging purposes
Index: EndOfDayTimerHandlerPVO.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/Oscillators/FixedLevelOscillators/PortfolioValueOscillator/EndOfDayTimerHandlerPVO.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** EndOfDayTimerHandlerPVO.cs 27 Feb 2007 22:19:51 -0000 1.4
--- EndOfDayTimerHandlerPVO.cs 9 Apr 2007 18:08:04 -0000 1.5
***************
*** 288,292 ****
return quotedAtEachMarketDayFromLastSelection.GetTableOfSelectedTickers();
!
}
protected void addPVOGenomeToBestGenomes(Genome genome,
--- 288,297 ----
return quotedAtEachMarketDayFromLastSelection.GetTableOfSelectedTickers();
! //for debug
! // SelectorByQuotationAtEachMarketDay quotedAtEachMarketDayFromLastSelection =
! // new SelectorByQuotationAtEachMarketDay(temporizedGroup.GetTableOfSelectedTickers(),
! // false, currentDate.AddDays(-this.numDaysForOptimizationPeriod), currentDate,
! // this.numberOfEligibleTickers, this.benchmark);
! // return quotedAtEachMarketDayFromLastSelection.GetTableOfSelectedTickers();
}
protected void addPVOGenomeToBestGenomes(Genome genome,
|