¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: What API does Sterling Trade Tech use?
Ah I thought it was the case, thanks for clarifying, then the best is to just stick to the IB Gateway indeed.
By John · #51485 ·
Re: What API does Sterling Trade Tech use?
But the Client Portal API still requires you to install and run an IBKR supplied small (most likely locally hosted) Java gateway. The OP wanted to avoid having to install some IBKR gateway. The REST
By J¨¹rgen Reinold · #51484 ·
Re: What API does Sterling Trade Tech use?
Just had another read at the web api, it's a lot more advanced and comprehensive that I thought at first glance. Is there an existing group where devs can ask questions about that one? or is there
By John · #51483 ·
Re: What API does Sterling Trade Tech use?
As far as I know, the FIX protocol still goes through he IB Gateway. As mentioned IB also provides hosted solutions for institutionals. Both require $. An option not mentioned thus far is the web API
By John · #51482 ·
Re: How can I get the SPX closing price?
Request a snapshot of the SPX after the close using?reqMktData with bool snapshot set to True. You are interested in tick number 9. Close Price 9 The last available closing price for the previous
By John · #51481 ·
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 ·