¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Unexpected duplicate orders re-submitted many times within a short time
Hi WHmKK Zeng, Just curious, what method are you using to avoid re-submitting the same orders? I'm trying to stop new orders from being created when open orders for that contract already exist, but
By Bryce Turner · #49165 ·
IBKR currency carry reference benchmarks + history
Hello TWS group, Was looking into FX trading recently, and tried to source the below reference benchmark rates from the TWS API without
By John · #49164 ·
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
Dear Orionn, May I ask how can we trigger the stop-loss order modification a profit taker order fills? Thank you. Hao Dear Orionn, I just read your reply
By Hao Shi · #49163 ·
Re: Connected to gateway, but no response from API via gateway
Are you sure you are using the correct gateway, Eric? It feels like you are trying to make "Client Portal API" calls to the ":TWS API Gateway". The Client Portal API comes with its own little gateway
By J¨¹rgen Reinold · #49162 ·
Re: Connected to gateway, but no response from API via gateway
Um, the TWS API is not a web server or http based at all. It uses a custom protocol, http is not going to work. I am not a python expert so I apologize if your example is running a python TWS API
By Nick <news1000@...> · #49161 ·
Connected to gateway, but no response from API via gateway
Hello, One computer on my LAN is running the IB Gateway and another is running scripts that connect to the IB Gateway. I am able to connect to the gateway, but I am not getting responses from the
By Eric Eikrem · #49160 ·
Re: bunch of reqMktData requests for options
Hi Richard, I created a ticket. Let's see whether they will fix it. From a retrospective view, you're right and I could have saved me a lot of hassle. But to be fair, I couldn't be sure before
By hansblafoo@... · #49159 ·
Re: bunch of reqMktData requests for options
Andreas Login to Account Management and you can submit a trouble ticket there. It's easy enough to find the mechanism once you've logged in. The cost of the US Equity and Options Add-On
By Richard L King · #49158 ·
Re: bunch of reqMktData requests for options
Hi together, thanks for your responses! :-) I'm running the latest TWS API version and the most recent TWS version. As described, this TWS version seems to be flawed since I cannot reliably request
By hansblafoo@... · #49157 ·
Open Tick Price For Index, for example COMP, INDU etc.
Do we get *Open Tick* price for indexes? I do get market data for it but no open tick price. Please advise Thanks
By Ketan · #49156 ·
Re: reqMarketData live data lagging
While IB does sometimes mess up, these types of things are almost always due to an issue with the client app. The first step is to enable the API log and look to at the data TWS actually sends. If
By Nick <news1000@...> · #49155 ·
reqMarketData live data lagging
Hi there, relatively new to tws api. I am retrieving live ticks using IBAPI's reqMktData function and saving it in a csv. In the beginning, the data is retrieved as expected but gradually there starts
By movais996@... · #49154 ·
Re: bunch of reqMktData requests for options
Just an update on this. I still have a 973 Windows installer (now more than three years old), and I ran that earlier today and was surprised to find that it still works. It now gives a message
By Richard L King · #49153 ·
Re: bunch of reqMktData requests for options
You should try and get your client working on a "stable" 981.3 or a "latest" TWS version of at least 10.12.2, Andreas. The same applies to IBGW. I am not aware of any links where you can download
By J¨¹rgen Reinold · #49152 ·
Re: TWS API returns "Error: 0 200 No security definition has been found for the request" in reqMktData() for INDEX
You might try searching by region and exchange: Product Listings - Indices - North America | Interactive Brokers U.K. Limited ( https://www.interactivebrokers.co.uk/en/index.php?f=41307&p=ind )
By paul_blinn@... · #49151 ·
Re: bunch of reqMktData requests for options
Hi there, I also have the exact same problem. Interestingly, after I tried to fetch the data via API from TWS and didn't get the prices though (I always got the message that the "requested market
By hansblafoo@... · #49150 ·
Re: Software version upgrade, recommendations?
Hi, I'm currently facing the exact same issue with the latest TWS release. Do you have a download link for the IB website for getting the 9.73 release? When I want to use TWS 9.73, do I also have to
By hansblafoo@... · #49149 ·
Re: TWS API returns "Error: 0 200 No security definition has been found for the request" in reqMktData() for INDEX
Is there a way via the API (or even elsewhere) to get a list of all indices available on IB? I was looking for the ICESEMI index but was unable to find it.
By Scott Kister · #49148 ·
Re: TWS API returns "Error: 0 200 No security definition has been found for the request" in reqMktData() for INDEX
You can't use SMART for indexes. The exchange for the ES index is GLOBEX. Sent: 08 March 2022 10:57 To: [email protected] Subject: [TWS API] TWS API returns "Error: 0 200 No security definition has
By Richard L King · #49147 ·
TWS API returns "Error: 0 200 No security definition has been found for the request" in reqMktData() for INDEX
Hi, I am trying to pull real-time data for some INDEX in a Python based project, I write the following code to pull the data: ``` contract = Contract() contract.symbol = "ES" contract.secType =
By Tareq Naushad · #49146 ·