开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: API/CTCI orders for canadian stocks are not allowed error message
I called up the IBKR support staff and they state that IB will no longer allow us to trade Canadian stocks/futures using the API.
By nkulki · #53302 ·
Re: C++ preventing EReader reading when socket is closed
A fix has been submitted a while ago and is now in the "latest" version of the API.
By David Armour · #53301 ·
Error Code -> 366 w/ reqHistoricalData() in ib_insync for realtime stream
Hi, Anyone else seeing this error start popping up today? Only started since about 3 P.M. The contract is valid and has been working since this morning. This is through ib_insync and is using
By Brendan Lydon · #53300 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
Thanks for your observation, if I investigate on my own I will publish the results. In any case, any other contribution is welcome.
By luca.chiaravalloti@... · #53299 ·
Re: Submitting many orders simultaneously
Thanks everyone for the very helpful information. This will get me pointed in the right direction. I will try placing the orders sequentially with TWS API.
By Jesse Stone · #53298 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
TL;DR Volume-based ratio adjustment TWS shows the adjustment on the Chart. For example, let's take CME Crude Oil (CL). On 14 Aug there is a small marker "RA 101.63%" being shown on the TWS chart with
By mov_ebpesp · #53297 ·
Re: Submitting many orders simultaneously
I don't use REST API but read about it, so here are thoughts: I don't have idea of the time real TIME TROUGH for REST calls, generally theses kind of things are implemented atop existing infra and I
By Gordon Eldest · #53296 ·
Re: Submitting many orders simultaneously
Yes, you do need to submit the orders sequentially. No there is no ‘batch’ order submission facility. It’s simply not necessary: submitting the orders in a tight loop is no more difficult than
By Richard L King · #53295 ·
Re: Submitting many orders simultaneously
There is no batch order submission message/request in TWS API.? Order management is described at https://interactivebrokers.github.io/tws-api/orders.html Orders are submitted to TWS/IBGW one at a
By Jürgen Reinold · #53294 ·
Re: Submitting many orders simultaneously
Thanks very much for that information. Does one really need to submit the orders sequentially? Is there no way to submit a batch of orders at one time? I would have thought that many IBKR users
By Jesse Stone · #53293 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
Yes, you're right, I can try to deduce how the continuous is built, but I think it's very strange that IB doesn't state anywhere how it is officially constructed, and since it's an important aspect, I
By luca.chiaravalloti@... · #53292 ·
Re: new IBKR desktop APP
IBKR Desktop does not act as an API server, so it is by default out of the scope of this "TWS API" group I would think. But I have looked at IBKR Desktop and it is in my opinion not for the serious
By Bart D · #53291 ·
Re: Submitting many orders simultaneously
According to TWS API documentation, I have not placed orders at this pace and I'm not sure if any more fine-grained pacing is implied from the above mentioned limitations (like not more than 1 order
By ds-avatar · #53290 ·
Re: new IBKR desktop APP
I am a long time member of this group, but I have been away from it for awhile. Now I am re-evaluating my trading to better match my current interests and circumstances. I have been working with the
By rwk · #53289 ·
Submitting many orders simultaneously
Hi. I am new here, so I apologize if this question has been covered already. Until recently I was trading on IBKR using the Client Portal API. Each day I would simultaneously place about 100 limit
By Jesse Stone · #53288 ·
Re: API data not the same as TWS data?
You are probably looking for the list of available tick types that you can find at https://www.interactivebrokers.com/campus/ibkr-api-page/twsapi-doc/#available-tick-types There you will see that
By Jürgen Reinold · #53287 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
I seriously hope what you really wanted to say is "So the question is still opened, waiting for the answer *from IBKR support*." Otherwise it would sound like you feel entitled to an immediate answer
By Jürgen Reinold · #53286 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
As the Moderator noticed, the link shows just one way to create a continuous version of a futures, but I want to know what method used by TWS. So the question is still opened, waiting for the
By luca.chiaravalloti@... · #53285 ·
API data not the same as TWS data?
Hi there. I'm retrieving data from stocks using a Python script and the methods tickPrice, tickSize and updateMktDepthL2 It looks like it is working, but checking the data I get from the API is
By Lalo F. · #53284 ·
Re: How are built the Continuous future data retrieved with secType = CONTFUT ?
To create a continuous future, you must apply the back adjustment method with the various futures contracts that you downloaded. The most recent future is used to calculate a coefficient that is used
By [email protected] · #53283 ·