[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] SVN Commit r600 - trunk/Scripts



Author: thomas
Date: 2008-04-14 03:05:58 +0200 (Mon, 14 Apr 2008)
New Revision: 600

Modified:
   trunk/Scripts/scan.pl
Log:
Change all scripts to use consistent options for periods.

Modified: trunk/Scripts/scan.pl
===================================================================
--- trunk/Scripts/scan.pl	2008-04-14 00:02:32 UTC (rev 599)
+++ trunk/Scripts/scan.pl	2008-04-14 01:05:58 UTC (rev 600)
@@ -441,6 +441,8 @@
     }
 }
 
+$timeframe = GT::DateTime::name_to_timeframe($timeframe);
+
 # Actually launch the backtests
 my $analysis;
 my $count_process = 0;