Hi everyone, just wondering if this is possible. I'm using the Coarse filter to do universe selection, filtering by price, fundamental data, etc, and then sorting by some things like dollar volume, etc. The Coarse filter function then returns a list of symbols in a specific sorted order.

In other methods, such as OnSecuritiesChanged or OnData, is it possible to access that universe of securities returned by Coarse filter in the exact same sorted order?

Whenever I look at objects such as AddedSecurites or ActiveSecurities, it seems to be in a random order, and just wondering if I can maintain that original sort order when looping through them.

Thanks,

Chetan

Author