¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Non-existent FA data operation request error
You did not tell us which versions of API and TWS/IBGW you use so I can't say for sure. But IBKR refactored the FA concept a little during recent V10 TWS/IBGW versions and support for "profiles" has
By J¨¹rgen Reinold · #51522 ·
Non-existent FA data operation request error
Hi! When calling "requestFA" I get the follwoing error message: "Non-existent FA data operation request" I've had this running before and I can't se any change in the message sent to TWS: 15:42:09:032
By @MattiasLindsjo · #51521 ·
Re: Question regarding reboot of trader workstation
@ J¨¹rgen I had to read your last reply a couple of times due to its length and richness of detail. The solution with nextRequestId() with nextValidId() + someLargeOffset where someLargeOffset >
By Arthur <aSchwenk64@...> · #51520 ·
getting overnight trading bid/ask via api
I have a hard time finding a way to get quotes for bid and ask via the api. I tried tickByTickBidAsk but I have no idea how to specify to get overnight bid/ask. Anyone know a way how to?
By TrumX@... · #51519 ·
Re: Question regarding reboot of trader workstation
I didn't say that TWS Api is fundamentally flawed in some way. To make this clear, i DO NOT have the audacity to state that something is "crap" that i worked with only 21 days. That would be ignorant
By Arthur <aSchwenk64@...> · #51518 ·
Re: Question regarding reboot of trader workstation
Thanks for another great post J¨¹rgen ¨C I don¡¯t know how you find the time! Are you aware that there¡¯s this thing that humans are supposed to do, called ¡®sleep¡¯ if I remember correctly? I
By Richard L King · #51517 ·
Error with "Library not loaded: /usr/lib/libc++.1.dylib" on the New Macbook Pro with M2 processor
Hi group, I have been using IBKR API solution with C++? and using Xcode to edit the c++ code. I complied and executed it on Terminal on my Macbook pro by Linux commands such as "make" and "./". I
By nextera2003 · #51516 ·
Re: Level2 data falls behind actual market
How do you determine that level 2 data falls behind the market? And how large is the lag you experience? My immediate reaction would be to check whether MySQL database updates cause the lag. For
By J¨¹rgen Reinold · #51515 ·
Re: Question regarding reboot of trader workstation
Just because you don't like a design detail does not make it a design flaw, Arthur. Many of our group members are running rock stable automated trading systems based upon TWS API, some of them do that
By J¨¹rgen Reinold · #51514 ·
Re: Question regarding reboot of trader workstation
@J¨¹rgen If you start counting the RequestId as "orderId + 10_000_000" you will get the problem when the overlap occurs (if the session is not "that long" this problem doesnt occur, so i have to
By Arthur <aSchwenk64@...> · #51513 ·
Re: Question regarding reboot of trader workstation
I consider the theoretical limit of orders (used long type) as a design flaw from IB, because this is a point where something can break (here its highly unlikely i only agree on that). If you have
By Arthur <aSchwenk64@...> · #51512 ·
Re: Question regarding reboot of trader workstation
To add to the previous comments, and make it more complicated: the order ID sequence is linked to the connection number. If you always connect only one client, and always use the same connection
By J G · #51511 ·
Re: Question regarding reboot of trader workstation
I wouldn't dismiss Gordon's comments outright, though. Granted, orderIds and requestIds serve very different purposes, and it is entirely legitimate if you have a market data subscription with
By J¨¹rgen Reinold · #51510 ·
Level2 data falls behind actual market
When I used the IBKR API to stream the level 2 data into a MySQL database, the data seems to fall behind the actual level 2 quotes that are in the market.? Is there any way to avoid this eventual lag
By ebtrader · #51509 ·
Re: WAP value provided by 'realtimeBar' vs. that shown in the TWS quote panel
Not sure about the "anchored" concept. Seems to me against IB philosophy, it is very difficult for them as well as you to decide what is the reference date of the instant to start computation. And it
By Gordon Eldest · #51508 ·
Re: new IBKR desktop APP
many thanks. Hopefully Ewald will develop the new API wrapper just like he did with TWS API.
By nkulki · #51507 ·
Re: WAP value provided by 'realtimeBar' vs. that shown in the TWS quote panel
yes.. the 'realtimeBar' returns 5sec bars. In TWS I have 1m,2m,5m,10m,15m,30m (m=minutes) charts and all show the same VWAP value, both in Quote panel and in the chart, down to the penny. I tried your
By amar · #51506 ·
Re: Question regarding reboot of trader workstation
To be precise, the TWS is designed to shut down some time (24h?) after being launched. It can auto-restart after the shutdown but only if it's specially configured to do so. The NextValidId variable
By ds-avatar · #51505 ·
Re: WAP value provided by 'realtimeBar' vs. that shown in the TWS quote panel
VWAP involve a duration over which the averaging is done, Assuming what you call RT bar are 5 sec bar, What time frame is TWS bar ? if it's day then it is perfectly normal they don't show same thing.
By Gordon Eldest · #51504 ·
Re: Question regarding reboot of trader workstation
When you connect you will get a call back that fire: n extValidId(OrderId orderId) Which give you the next valid id you can use (seems more to be used as an index, so you are free to use anything
By Gordon Eldest · #51503 ·