Hi all,
First of all let me say how amazing the site is and how much it has improved from last year! Awesome.
I've encountered a weird problem that might be a bug.
Running the program, the log output is:
2011-12-01 handle_data: 17 INFO Ordered 10 on Thu Dec 1 15:00:00 2011
2012-06-01 handle_data: 12 INFO Ordered 50 on Fri Jun 1 15:00:00 2012
End of logs.
but looking at the Transactions List in the full backtest report, one of the times is an hour out.
$ AMOUNT
2011-12-01 15:01:00 AAPL BUY 10 $385.44 $3,854.40
2012-06-01 16:01:00 AAPL BUY 50 $570.75 $28,537.50
It only happens certain times in the year, so I guess its a daylight savings thing?
Also, I know this is really simple but its so so annoying.. the dates in the quick backtester are in american format, and if you haven't grown up with the month going at the start, it's rather confusing. Could it go from "08/15/2011" to "2011-08-15" ?