开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: ISSUES WITH SMOOTH FAILOVER IN TWS APPLICATION - IBKR SERVER CONECTION DROP.
Richard nicely described how you'd use the various order and trade related callbacks to manage your orders, and there is really nothing for me to add there. Orders and trades do not happen in the
By Jürgen Reinold · #53923 ·
Re: ISSUES WITH SMOOTH FAILOVER IN TWS APPLICATION - IBKR SERVER CONECTION DROP.
Rather than comment on the questions you’ve raised, what I’ll do here is just lay out the basic principles that underly the order management component of my trading platform, which I have honed
By Richard L King · #53922 ·
ISSUES WITH SMOOTH FAILOVER IN TWS APPLICATION - IBKR SERVER CONECTION DROP.
ALERT LONG MESSAGE. Hello Folks, I am working on implementing a smooth failover mechanism to ensure the integrity of the code whenever there is a connection drop between the TWS application and the
By joshi.tarun3107@... · #53921 ·
Re: TWS & IBKR CONNECTION STATUS.
Hello Richard, First of all, thank you for the detailed information. To answer your question—if such a mechanism existed, I would use it to prevent any order requests (new, modify, or cancel) from
By joshi.tarun3107@... · #53920 ·
Re: TWS & IBKR CONNECTION STATUS.
No, there is no way for either of these things. The TCP protocol suite contains a variety of mechanisms to automatically detect and recover from such incidents. But what it doesn’t have is a
By Richard L King · #53919 ·
TWS & IBKR CONNECTION STATUS.
Hello Folks, Is there a mechanism to receive an *instant callback* when the connection between the TWS application and the IBKR server is lost, specifically due to an internet disruption? Currently,
By joshi.tarun3107@... · #53918 ·
Re: 10326 - OCA group revision is not allowed
Today, OcaType 2 works with both 10.30 and 10.34, at least in a paper trading account. I will try it in a live account with version 10.30 this evening, and if it works, in a live account during the
By Jimmy · #53917 ·
Re: 10326 - OCA group revision is not allowed
If one order gets 1 contract filled, I don't want the other orders in the OCA group to be cancelled immediately; I want the other orders to remain active, with 1 contract to get subtracted from their
By Jimmy · #53916 ·
Re: 10326 - OCA group revision is not allowed
Thanks for the clarification, Jimmy. I had responded to when you had said in an earlier reply " I see this message when trying to modify the limit or stop price of an OCA order " What are you trying
By Jürgen Reinold · #53915 ·
Re: 10326 - OCA group revision is not allowed
Thanks for the reply Jürgen. At this time, I'm not modifying orders. I am just submitting two single-legged option OCA bracket orders, one with a stop price, one with a limit price. I am testing
By Jimmy · #53914 ·
looking for earning data vendor
The reqFundamentalData() does not seem to work.? I like to get the earning per share of the stock for the next three years.? What data provider do you recommend?? Thanks.
By zlzhao22@... · #53913 ·
Re: 10326 - OCA group revision is not allowed
You can permanently enable/disable various order precautions in the global settings of TWS and IBGW under API --> Precautions. When you call placeOrder() to modify the OCA order, what kind of Order
By Jürgen Reinold · #53912 ·
Re: 10326 - OCA group revision is not allowed
Revisiting this as the deadline to upgrade to 10.30.1t looms. Raoul, my OCA orders' parent id is 0 already, so unfortunately I think the issue I'm encountering is different than what your post
By Jimmy · #53911 ·
Re: Automatic bid or ask price change until funded
. I found the IB algo etc, but this seems to peg the order to the midpoint and changes the price based on market price changes. Within the api I'd like to give my order a start price and have the algo
By 28coins@... · #53910 ·
Re: TrailStopPrice is not correct in the OrderStatusEvent
Is this email intended for me? -- Secured with Tuta Mail: https://tuta.com/free-email Feb 10, 2025, 01:23 by TwsApiOnGroupsIo@...:
By 28coins@... · #53909 ·
Re: TrailStopPrice is not correct in the OrderStatusEvent
You might want to ask this question in the ib_sync/ib_async group ( /g/ib-async ). For IBKR provided TWS API implementations., openOrder() callbacks provide updated Order objects
By Jürgen Reinold · #53908 ·
Automatic bid or ask price change until funded
Tws interactive brokers visual basic api question Is it possible within the IB Api (I use? the VB version) to use an order type that based on a user set bid ( or ask ) price, walks the price up ( or
By 28coins@... · #53907 ·
Re: ib market data. is it clean and any good alterantive sources?
I used DTN-IQ for many years.? It is very affordable, but it does not give historical BBO data, only trades...
By Harold Lanier · #53906 ·
TrailStopPrice is not correct in the OrderStatusEvent
Hello, I'm trying to get the trailing trigger price for the filled trail order (not the execution price) for that I'm using the orderStatusEvent : self.ib_client.orderStatusEvent +=
By hadry.hamza@... · #53904 ·
Bug and fix in TWS python API 10.34 (unknown module "server_versions")
Hello all - I just wanted to share a bug and fix I found in the latest version. Using both the windows and mac/linux version 10.34 API, you will error out if you do: from ibkr.client import * for
By showard314@... · #53903 ·