¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Can not get more historical data.
I don't see a way to do it because if you call HeadTimeStamp for TLT you will get: Wednesday, May 13, 2009 11:00:00 AM https://interactivebrokers.github.io/tws-api/head_timestamp.html This say that
By Gordon Eldest · #51489 ·
Re: Pairs trading: Parent vs Child order placement
Came across this behaviour and find it equally perplexing. Essentially - Parent orders cannot have child orders on different contracts - Hedging orders do not allow you to specify quantity - It
By HenryE · #51488 ·
Can not get more historical data.
I found that I only can get the historical data from 2009/05/13 to now from 'ISLAND'. And there is more data from 'CBOE', around 2004. How to get more historical data? Here is my code: Stock_name =
By @QX · #51487 ·
Re: How can I get the SPX closing price?
I don't think this is correct if today's close price is required because tick #9 always reflects previous day's close price, even after current day's liquid trading close. This is true for stocks
By ds-avatar · #51486 ·
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 ·