Hello there! I'm new to QuantConnect and this is my first post. I am trying to figure out how to use coarse universe selection to give me a basket of stocks to work with each day. Specifically I would like to filter stocks by looking at the values of various indicators, kind of like a stock scanner. I found the EMA cross universe selection example which I have been using as a starting point. However, it looks like the CoarseFundamental object has only one price point. Unless I'm missing something, this limits my filtering options when it comes to using indicators. How would I go about filtering by an indicator like ATR (or NATR), which would require more information, specifically the open, close, high, and low?

Author