Trying to use the open prices of a daily changing universe to decide whether to invest but everytime self.Securities[symbol].Open is called it only returns 0.0 for every symbol.

 

Calling the method in the morning; self.Schedule.On(self.DateRules.EveryDay(), self.TimeRules.At(9, 35), self.OpeningBar)

 

Thanks in advance