Hello Everyone,
I want to do either
1. Run universe selection on the same day where the algorithm will be called "not the previous day" -> Get the Top Gainers and run my algorithm minute by minute on those Top Gainers
2. Run universe selection continuously during the day, "with onData" so I can detect stocks that are raising during the trading session "Similar to what you can do with InteractiveBrokers MarketScanner API"?
Are any of those two options doable with QuantConnect?