¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: TWS API 10.20 c++ windows
Hi, another small and basic question. What is the difference between the TextClient and the TestClientstatic? Reards Thobias
By thobias.busse@... · #50686 ·
Re: API historical data with less decimals than seen in chart for EUR.USD
Quick update. High Resolution Historical Data ( https://interactivebrokers.github.io/tws-api/historical_time_and_sales.html#reqHistoricalTicks ) (e.g. historical TickByTick data requested via
By J¨¹rgen Reinold · #50685 ·
Re: API historical data with less decimals than seen in chart for EUR.USD
We do very little with Forex so my comment probably relates more to instruments with type FUT, STK, and ETF. And upon looking at our data records (EUR.USD, for example) you are correct that we do not
By J¨¹rgen Reinold · #50684 ·
Re: API historical data with less decimals than seen in chart for EUR.USD
Thank you for your reply. For FX the chart parameters only allow to select for "What to Show" between Midpoint, Bid/Ask, and Historical Volatility, and I am using Midpoint. Similarly when I execute
By Levente · #50683 ·
Re: API historical data with less decimals than seen in chart for EUR.USD
Are you sure your TWS chart shows "last trade prices" and not something like mid-point data? The average of 1.07350 and 1.07355, rounded to five digits, would show up as 1.07353. You can check under
By J¨¹rgen Reinold · #50682 ·
Re: API historical data with less decimals than seen in chart for EUR.USD
Just to complete what I wrote above: real time bars don't have this issue, ie I can see prices like?1.07252 which is not rounded to 0.00005 But historical data is always rounded.
By Levente · #50681 ·
API historical data with less decimals than seen in chart for EUR.USD
Gents, I am comparing the historical data response received through an API request with data shown on TWS chart, and notice that the API data has less decimals than the data shown on the chart. For
By Levente · #50680 ·
Parent Order Error returned with Child Order ID
Hi, Hoping someone might know what's going on here. I have placed a bracket order for a short entry, long exit.? The entry order id is 100540, exit order id is 100541.? There is an error 2161 ("in
By David Walker · #50679 ·
documentation recommendations
Hello, can someone?recommend books or other docs for the basics after installing the api and playing around with it a little? Except https://interactivebrokers.github.io/tws-api/ Good would be in
By Matthias Kurz · #50678 ·
OpenOrder callback with orderId 0 when invoked with new account user
Hi, I started to develop a monitoring bot in Python that checks my trades, and sends alerts in predefined scenarios. The bot initially calls reqAutoOpenOrders(True)and reqOpenOrders(), so that open
By Simon Steiner · #50677 ·
Re: Auction Price of 0 or -1
Apologies, this is my first time on the forum. I am using ISLAND to route to NASDAQ. Vadim's reply makes sense though, it seems that NASDAQ doesn't disseminate auction data until 9:28. Thanks a lot!
By Chuck T · #50676 ·
Re: Auction Price of 0 or -1
It means price is not available yet https://www.nasdaqtrader.com/content/technicalsupport/specifications/TradingProducts/sbguide.pdf
By Vadim Cherkasov · #50675 ·
Re: Auction Price of 0 or -1
I guess that others members as well as I need more technical info. Generally it's good practice to include a a code snippet that at show the calls you make to TWS API and allow to guess how you fill
By Gordon Eldest · #50674 ·
Auction Price of 0 or -1
Hello, I've been running a script to collect open auction price data for stocks on the S&P 500 with some mixed success. This script runs from 9:25 AM to a little past 9:30 AM when open auctions have
By Chuck T · #50673 ·
Re: TWS API 10.20 c++ windows
Thank you!
By Franco Chiesa Docampo <fchiesadoc@...> · #50672 ·
Re: eroor 322 errorMsg "Error processing request.-'bW' : cause - Duplicate ticker id"
I understand now. Yes I moved it outside to the main class and set counter as private so now it works fine wrote:
By H Liu · #50671 ·
How to close very OTM Long options after disassembling one Iron Condor
Hi there! I wonder if any of you have solved this problem or has any clues to try to solve it altogether: I need to close two Long OTM options positions (which worked as a cover of an Iron Condor)
By joanmarcel119 · #50670 ·
Re: TWS API 10.20 c++ windows
*** CORRECTION TO ABOVE *** I use Visual Studio 2022 Preview....
By David Armour · #50669 ·
Re: TWS API 10.20 c++ windows
The TWS API source code comes with Visual Studio solution files which would only work with Visual Studio (not Visual Studio Code). You would have to make all the configs yourself to get running in VS
By David Armour · #50668 ·
Re: TWS API 10.20 c++ windows
Hi Andrew, does this work for Visual Studio Code? Cheers, Frank
By Franco Chiesa Docampo <fchiesadoc@...> · #50667 ·