reqHeadTimeStamp Duplicate Query Error
My script requests the head timestamp of 200 contracts to query data.? I have been having a few issues: * I will be able to pull 100 ish values then I get a 162 error saying "request has timed
By
Mike
·
#46707
·
|
Error validating request.-'bO': cause - Invalid order type was entered
Hi, may I ask why there will be such an error message? I have checked my codes and it seems like there is nothing wrong there in the order part. Thank you very much.
By
@PythonNewer
·
#46706
·
|
Re: Projected Earnings Date with RTD or DDE
Thanks, that awesome.? Very simple data set so it should be easy and quick to download.? ?I'm not sure why IB doesn't just make it a simple RTD or DDE Ticker.? Fortunately I focus on the CBOE
By
thurman.aerospace@...
·
#46705
·
|
Re: Projected Earnings Date with RTD or DDE
I don¡¯t know how in IB but you can find it for a set of stocks at: https://fwogy.com/earnings.php I plan to have it scan for all 20,000+ stocks I track but right now it¡¯s just tracking a
By
Stuart Cracraft <smcracraft@...>
·
#46704
·
|
Projected Earnings Date with RTD or DDE
Does anyone know how to pull the projected earnings date using either RTD or DDE?
By
thurman.aerospace@...
·
#46703
·
|
How to really do MOO orders?
I posted a similar question on the ib_insync list last week, but didn't get any response. This issue is for paper trading of equities on the LSE. I am trying to place "market on open" orders based on
By
Paul M
·
#46702
·
|
Re: CAC40 option chains reqSecDefOptParams
That's indeed a very good answer. I didn't know about Europe Index options, even though we only trade CAC40 FUTURE, DAX Future,... I thought CAC40 options were those of the futures, not of the index.
By
Francois G
·
#46701
·
|
Re: How to retrieve current bid/ask for a combo order?
I'm trading stock options for US stocks and yes, I receive both bid and ask (tick 1 and 2). So I subscribe to all stocks that are part of the spread in question and once I have received all bids and
By
Despair
·
#46700
·
|
Re: How to retrieve current bid/ask for a combo order?
Boris, does the reqMarketData yield a bid/ask spread for you, which OP is looking for?
By
Dmitry Shevkoplyas
·
#46699
·
|
Re: CAC40 option chains reqSecDefOptParams
CAC40 options are on the cash index, not the future. https://live.euronext.com/en/product/stock-options/PXA-DPAR/contract-specification < By the way, when using reqContractDetails with an underlying
By
Matthias Frener <matthias.frener@...>
·
#46698
·
|
Re: CAC40 option chains reqSecDefOptParams
Thanks Crow, that's indeed my plan B. But for speed reason, and above all, to make this reqSecDefOptParams WORK, I would need an answer using reqSecDefOptParam.I need to know if reqSecDefOptParams can
By
Francois G
·
#46697
·
|
Re: How to retrieve current bid/ask for a combo order?
Why all this effort? I just use reqMarketData to stream the quotes of all legs with exchange = SMART. Am I missing here something?
By
Despair
·
#46696
·
|
Re: How to retrieve current bid/ask for a combo order?
I was working on it recently, so let me try to put a 1st draft of the answer: [Q] How do I retrieve the bid/ask for an option leg? [A] I found 3 ways so far. Only one works for me, but I'll mention
By
Dmitry Shevkoplyas
·
#46694
·
|
Re: CAC40 option chains reqSecDefOptParams
Try using reqContractDetails(<ticketid>, contract) and leave the strike and expiration fields of the contract blank. That's what I do to retrieve US equity options. It's very slow, but I cache the
By
Crow
·
#46693
·
|
Re: How to retrieve current bid/ask for a combo order?
Thanks, how do I retrieve the bid/ask for an option leg? ________________________________ Sent: Saturday, March 6, 2021 1:46 AM To: [email protected] <[email protected]> Subject: Re: [TWS API] How to
By
Crow
·
#46692
·
|
CAC40 option chains reqSecDefOptParams
Hi, I try to obtain all expirations and strikes of the CAC40 future options (French Index, MONEP exchange). I use reqSecDefOptParams with these normal parameters: reqSecDefOptParams(Idreq, "CAC40",
By
Francois G
·
#46691
·
|
Re: How to retrieve current bid/ask for a combo order?
I think you have to retrieve bid/ask for both legs separately and then calculate the combos bid/ask yourself. This is at least what I do.
By
Despair
·
#46690
·
|
How to retrieve current bid/ask for a combo order?
Assuming that I have a ComboContract consisting of 2 or more option legs, how would I receive the current bid/ask for that combo?
By
Crow
·
#46689
·
|
Re: tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Hey Bruce Answering your questions, I believe MD subs will be Market Data subscriptions. Using conID instead of other symbols will be faster and more reliable - conID is the identifier that IB will
By
Stewie D
·
#46688
·
|
Re: tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Hi Peter, Thanks for the feedback. What is MD subs? I am using conID and it works well. What is the reasons for *always using conID instead of ISIN or Symbol for example? - Bruce
By
Bruce B
·
#46687
·
|