Re: Unable to get Option Bid and Ask price
I've only used tickPrice() to get option prices, not quite sure how?tickOptionComputation works. What does it return for "optPrice"?
toggle quoted message
Show quoted text
Try to use real-time or delayed data, not frozen
app.reqMarketDataType(3)
because frozen data seems to return only last price from end of trading session
|