¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
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 ·
Re: TWS API 10.20 c++ windows
Good to hear :) Regards Andrew
By Andrew Bannerman · #50666 ·
Re: TWS API 10.20 c++ windows
Hello Andrew, thank you frr this hint, now i can compile it. Best Regards Thobi
By thobias.busse@... · #50665 ·
Re: TWS API 10.20 c++ windows
Try loading the project with visual studio - then when loaded on main file - up top drop down win32. That worked for me.
By Andrew Bannerman · #50664 ·
Re: Live Cattle No security definition has been found for the request
Hello Jurgen, Thank you, I have no idea why I did that, I think I have not use a futures contract for a while and just mess up Thank you Carlos
By carlos · #50663 ·
Re: Live Cattle No security definition has been found for the request
The time format you use for lastTradeDateOrContractMonth is incorrect. Check LastTradeDateOrContractMonth (
Live Cattle No security definition has been found for the request
Hello, I looked the messages here to see if anyone got this before. Using API 10.20, TWS 10.20.01. I am trying to get live data for Live Cattle using the following contract parameters, do not work, I
By carlos · #50661 ·
TWS API 10.20 c++ windows
Hello, i have a basic question and i am sure this is boring for the most of you but I NEED YOUR HELP. I am using the API since years but til now i have used an old on. The old API software i have c#
By thobias.busse@... · #50660 ·
Re: historical futures quotes for expired contracts
Although you don't mention which error message(s) you are getting, last time I checked you needed to set the end date/time parameter in the historical data request call to a date/time within the life
By Orionn · #50659 ·
Re: historical futures quotes for expired contracts
While it worked overall--obtaining quotes for expired futures contracts---, your suggestion of combining (local?)symbol and exchange hasn't worked for me specifically because I did some custom
By tessse2 · #50658 ·
reqMktData returning wrong tickPrice for Index
Hi, I am from India and trading on Indian Exchange (NSE) leveraging TWS API. Today, I have received a wrong NSE Banknifty index tick data at 2023-01-30 15:10:01,031. Please refer the log below
By souvik.trader@... · #50657 ·
Re: historical futures quotes for expired contracts
What data are you trying to request and what error do you get? Just tried 1min bars through reqHistoricalData for a few days in February 2022 and promptly got 8,000++ records back. Making your own
By J¨¹rgen Reinold · #50656 ·
historical futures quotes for expired contracts
hi, anyone have any luck obtaining Historical data for Expired Futures Contracts???Trying to get historical futures quotes for expired contracts for currencies below.??Subscribed to Level I market
By tessse2 · #50655 ·
Re: I am trying to setup IBAPI for interactive brokers using python 3 and pycharm
I realize this is an old thread, but I'm responding anyway, as it may help someone who runs into this in the future. I was running fine until I decided to upgrade from python 3.10 to 3.11. I
By web1@... · #50654 ·
Re: eroor 322 errorMsg "Error processing request.-'bW' : cause - Duplicate ticker id"
I don't understand your comment, Dmitry, why centralizing the ID generation still can get duplicate IDs. I presented a pseudo language example but every language has concepts that make nextRequestId()
Re: eroor 322 errorMsg "Error processing request.-'bW' : cause - Duplicate ticker id"
Hi Liu, The "foreach" execute nested code block concurrently. Your code has "counter" incremented in one line and then used in another line. The "counter" variable is shared across all you (many) code
By Dmitry Shevkoplyas · #50652 ·
Re: need help with stoploss of bracket order
If I understand correctly, Daniel, the stop order is executed, just not at the price you are looking for? You might want to read IBKR's Stop Orders (
By J¨¹rgen Reinold · #50651 ·
Re: real-time level-i streaming for volume information - Am I getting all the volume
Available Tick Types ( https://interactivebrokers.github.io/tws-api/tick_types.html ) lists all tick types you can expect or request, Chris. Volume (#8) is a good overview of trade volume, but it only
By J¨¹rgen Reinold · #50650 ·