Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32410/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
Modified Files:
RunEfficientOTCTypes.cs
Log Message:
Minor changes for some RunScript files
Index: RunEfficientOTCTypes.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/RunEfficientOTCTypes.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RunEfficientOTCTypes.cs 7 Jan 2006 10:28:56 -0000 1.2
--- RunEfficientOTCTypes.cs 14 May 2006 18:21:47 -0000 1.3
***************
*** 72,76 ****
portfolioType, maxRunningHours)
{
! this.ScriptName = "OTC_Types_SharpeRatioWithCoeff";
this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization;
this.accounts = new Account[4];
--- 72,76 ----
portfolioType, maxRunningHours)
{
! this.ScriptName = "OTC_Types_SharpeRatioCombinedNoCoeff";
this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization;
this.accounts = new Account[4];
|