[Quantproject-developers] QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOve
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-08-19 17:13:39
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOverReaction_WeekEndBounce In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3611/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOverReaction_WeekEndBounce Modified Files: RunDOR_WeekEndBounce.cs Log Message: - the code has been cleaned up to avoid warnings - standard indentation has been applied Index: RunDOR_WeekEndBounce.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/ArbitrageTesting/OverReactionHypothesis/DoubleOverReaction_WeekEndBounce/RunDOR_WeekEndBounce.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RunDOR_WeekEndBounce.cs 29 Aug 2007 09:16:56 -0000 1.1 --- RunDOR_WeekEndBounce.cs 19 Aug 2008 17:13:04 -0000 1.2 *************** *** 151,155 **** "_forLong_" + this.numOfTickersForBuying + "_forShort_" + this.numOfTickersForShortSelling; ! string dirNameWhereToSaveReports = System.Configuration.ConfigurationSettings.AppSettings["ReportsArchive"] + "\\" + this.scriptName + "\\"; --- 151,156 ---- "_forLong_" + this.numOfTickersForBuying + "_forShort_" + this.numOfTickersForShortSelling; ! string dirNameWhereToSaveReports = ! System.Configuration.ConfigurationManager.AppSettings["ReportsArchive"] + "\\" + this.scriptName + "\\"; |