¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: new IBKR desktop APP
No time wasted, I received a response from IB today. API is likely to be supported in the new app, but no timeline. TWS and Gateway are here to stay. -- Best, DS
By ds-avatar · #51480 ·
Re: link with symbol that open the symbol on tws client ?
TWS does not have an "embedded scripting" language as far as I know either. There's a difference between that and an API per se. For applications that don't provide embedded scripting I'll
By buddy · #51479 ·
Re: link with symbol that open the symbol on tws client ?
not that i know about, but in fact you can use Display Groups ( https://interactivebrokers.github.io/tws-api/display_groups.html ) to control what product tws displays.
By fordfrog · #51478 ·
Re: new IBKR desktop APP
I just learned from you about this new app (supposedly internally referred to as "new tws"). FWIW, it looks pretty superficial at this point with what seemed to me like about 33% features of the
By ds-avatar · #51477 ·
new IBKR desktop APP
As you guys probably know by now, there is a new desktop APP. I was wondering if anyone here knew what the long term plan is? Would it be to stop TWS completely and have everyone move to the new
By nkulki · #51476 ·
Re: How can I get the SPX closing price?
simply request the today's data, like "1day dimension after 5min the market is closed", and you will get the close. El dom, 30 jul 2023 6:34, Matthias Kurz <matthias.kurz77@...> escribi¨®:
By joanmarcel119 · #51475 ·
Re: A couple of questions regarding the C++ Tws api client
I will keep that difference in mind and have i look at the article? on mql5
By Arthur <aSchwenk64@...> · #51474 ·
How can I get the SPX closing price?
Hello, I want to calculate the P/L for expired SPXW options some minutes after the exchange has closed. How can I get the exact SPX closing price used for cash settlement? Regards, Matthias
By Matthias Kurz · #51473 ·
Re: checking and reconnnecting python script after tws shutdown (or auto-restart)
Not sure that there is anything wrong with the connect/disconnect API design. Works well for many of us (and for some of us for decades). Also, not sure what objects of the previous reader thread need
Re: checking and reconnnecting python script after tws shutdown (or auto-restart)
bump this thread facing the same issue with settimeout the thing is the logic isConnected() ? > disconnect() > connect() is flawed by design, as the thread running the connection will terminate as it
By John · #51471 ·
What to do when encountering errors 502/504?
Hello, There are multiple posts ( /g/twsapi/message/51296?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2C502%2C20%2C2%2C0%2C99273340 ) out there on monitoring connection status, and
By John · #51470 ·
Re: A couple of questions regarding the C++ Tws api client
Arthur, are you perhaps coming from a trading environment where a hedging position accounting system is being used (e.g. MetaTrader)? In those systems you have to "neutralize" a previous order. Your
By J G · #51469 ·
assistance needed from TWS API experts
Dear Members, I want to use the TWS API but do not have the necessary programming skills, and are willing to pay a group member to do the work. Therefore I ask for assistance from Group members who
By jan visscher · #51468 ·
Re: A couple of questions regarding the C++ Tws api client
Thank you guys for all the replies and help sofar. @J¨¹rgen Struggling is indeed the case, as the complexity of tws itself and the api client is quite big. I do the trading and programming in parallel
By aSchwenk64@... · #51467 ·
Re: A couple of questions regarding the C++ Tws api client
I don't blame you one bit! That said... I'd like the tooth-fairy to come and leave gold bullion under my pillow. In other words, IBKR will get around to fixing the problems they value, which may not
By buddy · #51466 ·
Re: A couple of questions regarding the C++ Tws api client
It sounds like you are struggling with some of the concepts, Arthur. Such as how Orders may have Executions that become Trades and change the Account Position. If you have not done so yet, fire up
By J¨¹rgen Reinold · #51465 ·
Re: A couple of questions regarding the C++ Tws api client
Yes this is exactly what i encountered. I got the client build but i dont want to use any workarounds like this if my money is on the line, therefore i would like some reply from officials at IB that
By aSchwenk64@... · #51464 ·
Re: trying to get working version of TWS C++ API
i downloaded from https://interactivebrokers.github.io/# ( https://interactivebrokers.github.io/ ) the linux version. If you have windows go with windows because on linux you have to fix an error
By aSchwenk64@... · #51463 ·
Re: A couple of questions regarding the C++ Tws api client
You can skip the first few messages of that thread actually and just start reading from the one numbered 51303. -Good luck
By buddy · #51462 ·
Re: A couple of questions regarding the C++ Tws api client
That's been brought up before [here](/g/twsapi/topic/99520064).
By buddy · #51461 ·