Hi,

I would like to know how do I trade option base on equity singnal

When the backtest trying to execute the line self.Buy(self.contract,1), it has an error that option quote is not available.

I am not sure if I am doing it in a correct way, my understanding is that I need to wait for the callback when option quote bar arrives before I can place an order on that option, may I know how should I proceed?