I'd like to get data every minute in the OnData() method.

I already figured out if I do 

self.UniverseSettings.Resolution = Resolution.Minute

it gives me minute data in OnData().

But, what I really want, is Daily universe selection and Minute OnData().

Is this possible?

Author