Multiple universes in single simulation

Is it possible within a single simulation to change the universe for different timeframes? There is a list of stocks from which I want to pick that is updated annually. I have the list going back 5 years and have created each as a separate universe. I want to walk this list forward in portfolio123 and look at how it responds to different buy/sell and ranking rules. Can this be done?

Not at the moment

Hi @marco , is this possible today? Thanks!

You can do it in your universe rules using the AsOfDate command. For example, Eval (Between (AsOfDate, 20010706, 20120706), InList ("Bumpetybump"), InList ("Huffalump"))

1 Like

Thanks @yuvaltaylor ! I will get that a try.