¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Placing orders hang/deadlock w/ Multi threads
It works fine when placing orders in main threads; but when placing orders at 2 children threads, it hangs there; here is the call trace. -------? ?Thread-1 ------starting
By garyu.shi@... · #46186 ·
Re: How to get longer historical data?
David, Why IB returns only 42 historical bars on your request - that depends. It might be one of the cases: - you only asked for that much, so they deliver - you've reached end of available
By Dmitry Shevkoplyas · #46184 ·
Re: How to get longer historical data?
Hi,Dmitry, Thanks for your recommendation of value 2.I checked my formateDate and glad to find mine is value 2 copied from IB's video courses. And I used oldest timestamp of data-frame in " 20210113
By david03kimo@... · #46183 ·
Locked Re: Please ensure you email address is up-to-date
Please folks, All you have to do is check that your email address is valid. But if you're receiving posts from the group (including this one) then your email address must be valid, so you
By Richard L King · #46182 ·
Re: Linked accounts
Haven¡¯t tried it in my linked accounts. But in a regular account you can connect more than one client so it should work. But you may not need two clients. You can simply change the account id and
By trader api · #46179 ·
TWS API Python reqMktData all-day stream delay
Hey folks, Relatively new to TWS API. Can reqMktData be used to stream market data: - in real time - for the entire day of trading hours - for multiple contracts? Or would attempting this cause a
By studio2mo@... · #46178 ·
Locked Please ensure you email address is up-to-date
It has recently become clear to me that there are about 450 members of this group whose email address is broken (no longer exists, mailbox is full and so on). This means they cannot receive any
By Richard L King · #46175 ·
Locked Calling David Crookes
@David Crookes If you see this, will you please telephone me. Apologies to the Group for abusing my owner privileges, but these are awkward circumstances. Richard King Group Owner and Moderator
By Richard L King · #46174 ·
Re: Starting with TWS APi using C++, looking for advice
Hi, 1. I think it doesn't matter much. But I am using 9.76. It is pretty stable. Unless you need the need features in the new version, you don't need to use it. 2. I used to use TWSApiC++. But
By Shuojun Li · #46173 ·
Re: Linked accounts
Ah I think now I got it, you are logged in just one account and there you have data. Then you only have to choose in which account you place the orders. But still can you be logged into the account
By Despair · #46172 ·
Re: Linked accounts
From API you need to select the account you want to place the trade in. Can¡¯t remember the method off top of my head. Was straight forward.
By trader api · #46171 ·
Re: Linked accounts
Linked account setup is like FA account. One login to get in and you need to select account to trade from a drop down menu. Data is shared and before every order you need to select (or use last
By trader api · #46170 ·
Re: How to get longer historical data?
Hi David, For the reqHistoricalData <https://interactivebrokers.github.io/tws-api/classIBApi_1_1EClient.html#aad87a15294377608e59aec1d87420594>() call I would recommend to use "formatDate" argument
By Dmitry Shevkoplyas · #46169 ·
Re: Linked accounts
I believe that only one can use the subscription at a time.? When you launch trading with one user, it pauses the other.? You can test it out easily enough by running two instances of TWS and see
By Jonathan S · #46168 ·
Starting with TWS APi using C++, looking for advice
I'm just getting started with using the TWS APi.? I'm using c++ as that's the language I'm most familiar with. Questions: 1) Is it better for me to use the latest APi version 9.81 or the stable
By ron.hardock@... · #46167 ·
DDE Socket Bridge with Virtual Windows Server
Hi, I've been successfully using an Excel trading model and DDE Socket Bridge to automate my trading on a local desktop computer.? I'm trying to move that to the cloud.? I tried to run it all in a
By David J · #46165 ·
Re: Combo STK/STK position update delay
I meant it occasionally takes a moment for the position to update. Upon receiving the filled event I immediately request the current position and send out a reactionary order. I had initially assumed
By kav · #46164 ·
Re: How to write report for Algotrading
Hello, You need to answer that for yourself. It is not possible for others to say what you might find informative or not. I very strongly recommend you think about what you are trying to do,
By mark collins · #46163 ·
How to write report for Algotrading
Good evening! I am a newbie for algo trading How to write an account summary, positions report in Algo Trading. What is the main parameters that needs to pay attention, there is a lot of parameters, I
By AnerG corp · #46162 ·
Re: Combo STK/STK position update delay
What do you mean by "it takes to update the position"? I'm using STK/STK orders myself. Directly after an order is executed I receive updates for the order status (usually a whole bunch of events),
By Despair · #46161 ·