Hi, I was wondering how I can capture one price for the open. Right now I am using:          

   open_price = self.Securities[symbol].Open in OnData()

 however, this is capturing multiple prices for some reason. How can I get only one??

 

Thank you very much.

Author