Hi - I am wondering how i might include momentum (e.g., 12-1, sector relative, etc.), or include technical indicators (e.g., RSI, ADX, SMAs) for each individual stock within the fine universe (i.e., other than the ValuationRatios.PriceChange1M which is included in the fine universe).

A good example may be the following tutorial from the strategy library: 

https://www.quantconnect.com/tutorials/strategy-library/stock-selection-strategy-based-on-fundamental-factors

Say I wanted to add a filter that further cuts the 'fine' universe by only taking stocks with 20d SMA > 100d SMA. How might I append the attached code to implement this (clone the notebook from within the tutorial)?

Thank you and apologies if this is obvious to some!

Author