¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: How do I retrieve the timestamp of the last trade
If you're using? ib_insync try asking in this group -> /g/insync/messages
By btw · #49922 ·
How do I retrieve the timestamp of the last trade
From the outset I need to clarify I am a newbie to both python and the IBKR API. I can successfully connect to the platform and retrieve data on the last traded price and last traded size, code
By Peter Other · #49921 ·
Re: Why is my reqMktData thread not running with IB TWS Python API?
s/b target=streamData Note the lack of parentheses.? Also, there is no callback for the data stream in class TradingApp so you won't actually see the data.
By btw · #49920 ·
Why is my reqMktData thread not running with IB TWS Python API?
I can't figure out why my streamData thread is not running, while the my con_thread is running fine. I know from using this piece of code in larger scripts that they do, in fact, receive the market
By papuchon <lelian.girard@...> · #49919 ·
Market of Euronext-Amsterdam (AEB) but somehow it stopped
I used to get Market of Euronext-Amsterdam (AEB) but somehow it stopped: I try to get Market data with the following data: Symbol: ASML Sec type: STK Exchange: SMART Comp. Exch AEB Currency: EUR I
By arnoud@... · #49918 ·
Re: Adding timezone to request
I knew I should not have typed these but let a small program generate the conversions,. Thanks for catching, Richard. Below a corrected table. J¨¹rgen
By J¨¹rgen Reinold · #49917 ·
Re: Adding timezone to request
Just a detail: 09:30 US/Eastern is currently 13:30 UTC, not 13:00. Ditto 08:30 US/Central. Sent: 26 August 2022 17:07 To: [email protected] Subject: Re: [TWS API] Adding timezone to request
By Richard L King · #49916 ·
Re: Adding timezone to request
Thanks!
By Marcus · #49915 ·
Re: Adding timezone to request
The table looked fine online but was messed up in the email I received. So here as an image one ,more time.
Re: Adding timezone to request
There was a major code change just committed to the API Beta source base, so support for implicit time zonex will be removed in the next major API version. Unless you run your entire code in UTC,
By J¨¹rgen Reinold · #49913 ·
Adding timezone to request
I'm getting the following warning when requesting historical bars: ?Code: 2174, Msg: Warning: You submitted request with date-time attributes without explicit time zone. Please switch to use
By Marcus · #49912 ·
Re: Settings storage location
Thanks J¨¹rgen. In the particular case where I wanted to do this, there was no script involved, but setting the -J-DjtsConfigDir switch on the TWS executable on Windows did the trick, as did
By Richard L King · #49911 ·
Re: Settings storage location
Thanks very much for that. I remember now it was this -DjtsConfigDir Java command line option that I saw before, but I still don¡¯t recall where. Actually I think where I saw it was in the
By Richard L King · #49910 ·
Re: Settings storage location
FYI, here're some switches that can be passed to `tws` (at least on Linux): `tws -J-DinstallDir=path1 -J-DjtsConfigDir=path2 username=yourusername password=yourpassword` where: `path1`: folder
By @lbilli · #49909 ·
Re: Settings storage location
I was unable to find a "Global Configuration" menu as well, Richard. So I took a quick look (on Linux) at the "tws" shell script that starts my TWS. At the end of the scrip, when it assembles the
By J¨¹rgen Reinold · #49908 ·
Settings storage location
It used to be the case that you could specify, on the TWS login form, where to store the settings. In fact the field is still there on the dialog, but it's disabled. A while ago I came across
By Richard L King · #49907 ·
Re: How to automatically accept (or disable) the paper trading notification?
[Edited by Moderator to improve clarity] Just wanted to thank you for this software (IBGA https://heshiming.github.io/ibga/ ).? I have been trying out a lot of others dockers that uses IBController
By kayazinc@... · #49906 ·
Re: Version updates and bugs
Does IB provide SHA or similar hashes by version that can be used to verify these as untampered?
By Darrell Berry <darrell.berry@...> · #49905 ·
Re: Version updates and bugs
Super thanks to you all!
By @Nick64 · #49904 ·
Re: Version updates and bugs
I have most TWS versions from 948 onwards, here:? https://www.hhssoftware.com/iabsocketapi/old_tws/
By rossh_yh · #49903 ·