Not sure if this is by design, or I am doing something wrong, but if I set 

        self.UniverseSettings.Resolution = Resolution.Tick

, and then call

        history = self.algo.History([self.symbol], 1, Resolution.Daily)

result is tick data, rather than daily bar. 

93054_1642100155.jpg

If I change universe resolution to, for example, Resolution.Minute, it works correct:

93054_1642100223.jpg

is there a way to get daily bar when UniverseResolution is Tick?

Author