Hello ,

I am new to the platform and I have trying to implement some ideas for trading. At the moment my ideas require to be able to read the values of the instruments as floats but when Iog them the type is QuoteBar so I was wondering if there is a way to cast it into float. I have tried kind of the two obvious ones numpy.array(.) and float(.) but no luck. Any pointers would be appreciated.

Author