[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes RunEffici
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-04-08 18:55:25
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
In directory sc8-pr-cvs16:/tmp/cvs-serv13391/b7_Scripts/TickerSelectionTesting/TestingOTCTypes
Modified Files:
RunEfficientOTCTypes.cs
Log Message:
Better name for log file
Index: RunEfficientOTCTypes.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/TestingOTCTypes/RunEfficientOTCTypes.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RunEfficientOTCTypes.cs 3 Jan 2007 23:11:34 -0000 1.7
--- RunEfficientOTCTypes.cs 8 Apr 2007 18:55:21 -0000 1.8
***************
*** 141,145 ****
public override void SaveScriptResults()
{
! string fileName = "From"+ this.tickerGroupID+ "_" +
this.numberOfEligibleTickers +
"_OptDays" + this.numDaysForOptimizationPeriod + "_Portf" +
--- 141,147 ----
public override void SaveScriptResults()
{
! string fileName = DateTime.Now.Hour.ToString().PadLeft(2,'0') + "_" +
! DateTime.Now.Minute.ToString().PadLeft(2,'0') + "_" +
! "From"+ this.tickerGroupID+ "_" +
this.numberOfEligibleTickers +
"_OptDays" + this.numDaysForOptimizationPeriod + "_Portf" +
|