I have a universe selection filter that runs once a day self.UniverseSettings.Resolution = Resolution.Daily. Now when the algorithm first goes live, the algorithm doesn’t run till the next day.

How can I run trigger universe selection (CoarseSelectionFunction event) and then OnSecuritiesChanged() and OnData() when the algorithm first deploys?

Ideally some way to trigger this in the Initialize() method.