[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/InSample BasicChooserFromSavedBac
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-04-10 23:11:37
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/InSample In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21042/b4_Business/a2_Strategies/InSample Modified Files: BasicChooserFromSavedBackTestLog.cs Log Message: NewProgress and NewMessage are risen now (it gave two warnings with my VSNet) Index: BasicChooserFromSavedBackTestLog.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/InSample/BasicChooserFromSavedBackTestLog.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** BasicChooserFromSavedBackTestLog.cs 8 Apr 2008 21:31:26 -0000 1.1 --- BasicChooserFromSavedBackTestLog.cs 10 Apr 2008 23:11:32 -0000 1.2 *************** *** 100,103 **** --- 100,107 ---- this.getTestingPositionsFromBackTestLog( returnsManager.ReturnIntervals.LastEndOfDayDateTime ); + this.NewProgress( this , + new NewProgressEventArgs( 1 , 1 ) ); + this.NewMessage( this , + new NewMessageEventArgs( "AnalyzeInSample is complete" ) ); return bestTestingPositionsInSample; } |