Hello all,

I created an alpha model to trade $O. When I add more securities to the universe, I get different results, even if I'm not trading those added securities yet. Below I'll attach two backtests, one with just $O in the universe, and then one with $O and some other securities. Those extra securities aren't being traded, but the backtest results are still different. 

I.e.

self.AddUniverseSelection(ManualUniverseSelectionModel([O])) \\ vs
self.AddUniverseSelection(ManualUniverseSelectionModel([AMT, CCI, EQIX, DLR, O]))

In below examples, the difference in net profit is around ~2%, but in other backtests the difference has exceeded 15%.

Why does this occur? Is this an issue with LEAN or my implementation? Thanks.