Hi all,

I'm trying to trade on a universe of strictly the top 25 most liquid stocks of the day, and I'm using a universe selection filter and self.ActiveSecurities in tandem to try to accomplish this. However, as evidenced by the debug statement in this sterilized backtest, the number of items in ActiveSecurities goes up at a steady pace through the duration of the backtest. Why is this; and how can I stop it?

Dan