Hi all,

I'm brand new to QuantConnect, reasonably competent in Python, and looking to automate some of my day trading process.  Step 1 in my algo strategy is to mimic basic stock scanner functionality by creating a refreshable Universe of stocks with the following characteristics:

  • > 1B market cap
  • > 1M avg daily volume
  • > 3% change (+/-) from previous daily close to current price
  • > $10 share price
The Universe should be refreshed daily 30 minutes prior to market open.   I'm looking for recommendations on existing code or documentation that will help speed up my efforts.  All advice and feedback is appreciated.  Thanks for helping out a QC noob!