In the MeanReversionBrokerage
class it shows getting bar data for a single ticker:
var barSubscription = client3.GetMinuteBarSubscription("symbol");
If I had the list from above nasdaqAssets, could I send that to GetMinuteBarSubscription(nasdaqAssets)?
I don’t quite follow what you mean in the older post here: