I am trying to build a Universe Selection Model that is similar to the EMA Cross Template found here, but I want to be able to use indicators that update a different way than the EMA. The issue I find is when I try to update the indicators. EMAs, SMAs, MACD, etc that use Update(time, value) work just fine. It is when the indicator requires a TradeBar, such as the Stochastic or ADX that I run into an issue. When I try to update the indicator with the TradeBar, it does not seem to work properly, even though I am calling the Update() function the same with with a TradeBar. Can we get an example of the proper way, within a universe selection example, to use indicators that require a TradeBar Update? Thanks! 

Author