I am relatively new to QuantConnect and am having some difficulty building my first algorithm. My goal is as follows:

I want to take a csv that I have hosted on dropbox that provides a list of 5 stocks for each day of 2017, and on each day I want to place orders for these 5 stocks, 10 minutes after market open and then liquidate the positions 10 minutes before market close.

I have looked through the documentation and example scripts and have found both how to load custom data and execute scheduled events but I can't seem to get them working together. If anyone could provide a rough framework in Python of how I should approach this, it would be greatly appreciated.

Author