[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag WFLagEndOfDayTim
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-05-31 14:17:57
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5573/b7_Scripts/WalkForwardTesting/WalkForwardLag Modified Files: WFLagEndOfDayTimerHandler.cs Log Message: AreBestTickersToBeChosen is public now. Index: WFLagEndOfDayTimerHandler.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagEndOfDayTimerHandler.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WFLagEndOfDayTimerHandler.cs 8 Apr 2006 18:40:50 -0000 1.2 --- WFLagEndOfDayTimerHandler.cs 31 May 2006 14:17:47 -0000 1.3 *************** *** 345,349 **** } #endregion ! private bool areBestTickersToBeChosen() { bool returnValue = --- 345,349 ---- } #endregion ! public bool AreBestTickersToBeChosen() { bool returnValue = *************** *** 357,361 **** Object sender , EndOfDayTimingEventArgs endOfDayTimingEventArgs ) { ! if ( this.areBestTickersToBeChosen() ) // the portfolio is empty and // either the lastOptimizationDate has not been set yet --- 357,361 ---- Object sender , EndOfDayTimingEventArgs endOfDayTimingEventArgs ) { ! if ( this.AreBestTickersToBeChosen() ) // the portfolio is empty and // either the lastOptimizationDate has not been set yet |