¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: SLOW connection times
Can't help you with Python, but you might want to consult a "second opinion" in the form of a different API (Java, C, Csharp) to see wether it is TWS/network/IB related or some issue with the Python
By J¨¹rgen Reinold · #46686 ·
Re: SLOW connection times
I believe I may be having a similar issue.? Just started this morning though first time I've ever seen it.? Also connecting via TWS Python API but I am running everything locally on my computer.
By Mike · #46685 ·
Re: CARR Data
Thanks.? Must be some edge case I haven't accounted for I'll do some digging.
By Mike · #46684 ·
Re: tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Hey Bruce, You're always going to want to use Contract Id for MD subs..? If you need to start with ISIN, then use that via ReqContractDetails to get the contract id first.? Note it's possible the
By Peter Drier · #46683 ·
Re: CARR Data
Works for me when requesting 5min bars in 24hr chunks.
By J¨¹rgen Reinold · #46682 ·
Re: SLOW connection times
Since the tally of folks that have the same issue seems to be approximately zero, IB having an issue feels unlikely, though not impossible. So let me briefly raise three things that I'd look at if I'd
By J¨¹rgen Reinold · #46681 ·
CARR Data
All, I am unable to access historical market data for CARR.? I do not get an error message back from IB, simply no data is returned. Is there an issue with the data for that ticker?? I am able to
By Mike · #46680 ·
tickeByTickData or Depth Level 2 does not work when using ISIN instead of conID or symbol
Hi, Trying to subscribe to market data using following format (from samples) and including these fields but get error. Which fields are needed for stock and forex when using ISIN? Logically, currency
By Bruce B · #46679 ·
Re: SLOW connection times
Thanks--we've checked our network pretty thoroughly, although we'll continue to check anything else we can think of, like making sure there's no excess traffic we've forgotten to take into account. To
By ExStock · #46678 ·
Re: OptContract Lookup
Thank you, I was feeling a bit ... - receiving just the xml dump:) then I tried edge, same like chrome - well edge is chrome code? these days. I didnt know there is still the internet explorer on my
By Alex Pressl · #46677 ·
Re: Can't modify bracket order - ONLY stop loss quantity won't update
Thanks for your reply. I actually am trying to change the quantity of all orders of the bracket order, including the parent, as in the example code I posted. If i set transmit to True on the parent
By mcard · #46676 ·
Re: Can't modify bracket order - ONLY stop loss quantity won't update
In case of a bracket order must the child orders have the same quantity as the parent order. You can't modify the quantity of the child order(s) independently of that of the parent order.
By J G · #46675 ·
Re: OptContract Lookup
The page I linked to contains an install link: 'To install Contract Inspector¡­'. For your convenience, here's the link again:
By Richard L King · #46674 ·
Re: OptContract Lookup
Hello Richard, This tool looks very cool, but? I have no VS installed to compile. maybe you have an executable somewhere to download? many thanks. greetings Alex
By Alex Pressl · #46673 ·
Re: OptContract Lookup
There is no strike 119 for that expiry. 115 or 120 are the nearest strikes. It took me about a minute to find this out using my Contract Inspector program, which you can get from Github at:
By Richard L King · #46672 ·
Re: OptContract Lookup
Strike 119.0 does not exist, try a multiple of 5. You do not need you specify the exchange. Outlook for Android<https://aka.ms/ghei36> downloaden
By Herman Vanderheyden · #46671 ·
Re: SLOW connection times
Then you have your troubleshoot mapped already. It's not your program. 1- Change TWS version on remote side (less likely to be the issue) 2- Check your network (connect directly to modem and
By Bruce B · #46670 ·
Re: OptContract Lookup
I'm not sure, probably SMART as exchange not working for options lookup. Try to pass 'CBOE' as exchange name
By Mikhail Ershov · #46669 ·
Re: reqScannerSubscription() Documentation
Thanks Dmitry. It looks like what I am doing already is still the best approach. I will stick to what is not broken!
By David Armour · #46668 ·
OptContract Lookup
I am trying to lookup contract details (socket.reqContractDetails()) of the following option contract (com.ib.client.Contract.OptContract): conid 0 symbol XLY secType OPT lastTradeDateOrContractMonth
By Crow · #46667 ·