Hello,

To understand the backtesting engine, I run a very simple test - just printing the price of a security at a certain time of each day. The logs are confusing at the beggining (see below). There are two entries per day with the price of 0. Afterwards they make sense. What is the meaning of these entries?

Thanks!

2015-01-02 00:00:00 Fired at: 1/1/2015 3:55:00 PM, Price: 0

2015-01-02 15:55:00 Fired at: 1/2/2015 3:55:00 PM, Price: 0

2015-01-04 00:00:00 Fired at: 1/3/2015 3:55:00 PM, Price: 0
2015-01-04 17:01:00 Fired at: 1/4/2015 3:55:00 PM, Price: 0
2015-01-05 15:55:00 Fired at: 1/5/2015 3:55:00 PM, Price: 1.194455
2015-01-06 15:55:00 Fired at: 1/6/2015 3:55:00 PM, Price: 1.18986
2015-01-07 15:55:00 Fired at: 1/7/2015 3:55:00 PM, Price: 1.183345
2015-01-08 15:55:00 Fired at: 1/8/2015 3:55:00 PM, Price: 1.178975

Author