[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/SimpleSelection RunSimpleSe
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-05-14 18:21:49
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/SimpleSelection In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32410/b7_Scripts/TickerSelectionTesting/SimpleSelection Modified Files: RunSimpleSelectionOpenToClose.cs Log Message: Minor changes for some RunScript files Index: RunSimpleSelectionOpenToClose.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/SimpleSelection/RunSimpleSelectionOpenToClose.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RunSimpleSelectionOpenToClose.cs 21 Oct 2005 17:54:11 -0000 1.1 --- RunSimpleSelectionOpenToClose.cs 14 May 2006 18:21:47 -0000 1.2 *************** *** 64,68 **** portfolioType, maxRunningHours) { ! this.ScriptName = "SimpleSelectionOpenToClose"; this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization; } --- 64,68 ---- portfolioType, maxRunningHours) { ! this.ScriptName = "SimpleSelectionOpenToCloseSharpeRatio"; this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization; } |