Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9856/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
Modified Files:
RunEfficientOTCTypes.cs
Log Message:
Updated RunEfficientOTCTypes
Index: RunEfficientOTCTypes.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/RunEfficientOTCTypes.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RunEfficientOTCTypes.cs 14 May 2006 18:21:47 -0000 1.3
--- RunEfficientOTCTypes.cs 2 Jul 2006 19:42:15 -0000 1.4
***************
*** 72,76 ****
portfolioType, maxRunningHours)
{
! this.ScriptName = "OTC_Types_SharpeRatioCombinedNoCoeff";
this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization;
this.accounts = new Account[4];
--- 72,76 ----
portfolioType, maxRunningHours)
{
! this.ScriptName = "OTC_Types_ExpScoreWithCoeff";
this.numDaysBetweenEachOptimization = numDaysBetweenEachOptimization;
this.accounts = new Account[4];
|