I was able to get my csv file loaded, but I haven't figured out how to transfer that data into a series of orders for each security listed.
So far, I've only get one order and it appears to be the fourth security on the list (see backtest log output). If you have any advice, please comment.
Backtest log output:
1969-12-31 18:00 preview:42 INFO <bound method DataFrame.head of sid
dt
2017-05-17 00:00:00+00:00 Equity(1620 [CMA])
2017-05-17 00:00:00+00:00 Equity(34886 [DFT])
2017-05-17 00:00:00+00:00 Equity(32042 [DK])
2017-05-17 00:00:00+00:00 Equity(10594 [EMN])
2017-05-17 00:00:00+00:00 Equity(8965 [HR])
2017-05-17 00:00:00+00:00 Equity(18587 [LVLT])
2017-05-17 00:00:00+00:00 Equity(23151 [PFG])
2017-05-17 00:00:00+00:00 Equity(6426 [RES])
2017-05-17 00:00:00+00:00 Equity(7408 [TEX])
2017-05-17 00:00:00+00:00 Equity(7591 [TRP])
2017-05-17 00:00:00+00:00 Equity(7612 [TSO])
2017-05-17 00:00:00+00:00 Equity(7797 [UNM])
2017-05-17 00:00:00+00:00 Equity(7990 [VLO])
2017-05-17 00:00:00+00:00 Equity(50325 [VVV])>
2017-05-17 08:45 buy_orders:53 INFO Equity(10594 [EMN])Buy order submitted
End of logs.