¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
questions on bracket and hege orders
Three questions: 1. Suppose I send a bracket order to buy. Once the parent buy order executes, two sell orders go out. One is at a higher price and is? a limit order, and the other is a stop order
By tbrown122387@... · #51951 ·
Re: Order Id in error messages
This is what I would expect, but the point is exactly it does *not* work this way. For example, if you place an order, and make a reqPnLSingle request with your preferable reqId immediately after
By bespalex · #51950 ·
Re: IB Gateway crash
Not sure I understand how an IGB crash may impact your keyboard.Also I don't see how IBG may impact the OS so deep that you need a Hard reset. This look more an issue at OS level. If you use a remote
By Gordon Eldest · #51948 ·
Re: Correlate orders and fills from the API to those in Flex Report
That's perfect. Thank you.
By Frank Bernett · #51947 ·
IB Gateway crash
Today, 2023.10.23 21:12:12 UTC IBG crashed and did not restart. This happened on two machines. One hosts my trading application and a realtime IBG, the other only a paper IBG. Subsequently, the
By Aninos · #51946 ·
Re: Correlate orders and fills from the API to those in Flex Report
I never had the need for Flex Reports but recently started a low-priority project to make an XML schema for automatic ingestion of Flex XML data. The test data I had collected for that does show some
By J¨¹rgen Reinold · #51945 ·
Re: C++ reqHistoricalData() closing connection
From my experience a connection closed trough exception happens when your submit to GTW or TWS a message that was build in EClient.cpp but contains a non valid value. From that perspective, the area
By Gordon Eldest · #51944 ·
Correlate orders and fills from the API to those in Flex Report
What is the most reliable way to correlate orders and fills from the API with the same in the Flex Report? It seems each fill has a unique execId and each order has a permId, but there are no such ids
By Frank Bernett · #51943 ·
Re: Order Id in error messages
Well, your characterization is not correct. The id parameter for IBApi::EWrapper::error ( https://interactivebrokers.github.io/tws-api/interfaceIBApi_1_1EWrapper.html#a7dfc221702ca65195609213c984729b8
By J¨¹rgen Reinold · #51942 ·
Order Id in error messages
This one thing has almost blown my mind recently, so I guess the 'discovery' may be helpful for others. Normally, when you handle errors, you would expect to get an order id the callback, but it
By bespalex · #51941 ·
Re: Does IB really limit you 1 session at a time with SSO?
Oh ok I see. I just verified that you can't have multiple users under your demo account, so I guess only for the demo I have to deal with this 1 session for the entire account problem... I will be
By Jimin Park · #51940 ·
Re: Does IB really limit you 1 session at a time with SSO?
The limitation is one session for each user name at any point in time. But you can create a second user name for your live account through the Client Portal. That second user can have the same or
By J¨¹rgen Reinold · #51939 ·
Re: updateMktDepthL2 missing data points
IDK how much more of this you want to read about. But, I'll just try to bolster the crux of J¨¹rgen's reply by referring you to Wikipedia regarding the [common approaches to thread
By buddy · #51938 ·
Does IB really limit you 1 session at a time with SSO?
For me it is impossible to do the following which I can do with any other brokers with APIs. * Run your automated trading system * Login to your trading account and check the live positions, P&L and
By Jimin Park · #51937 ·
C++ reqHistoricalData() closing connection
Hi, Whenever I call reqHistoricalData() the connectionClosed callback is hit in my Client Class. I am trying to get real time bar updates. Below is what I am passing into reqHistoricalData(): 1,
By Brendan Lydon · #51936 ·
Re: updateMktDepthL2 missing data points
my design is pretty the same, except much feature-less than what J¨¹rgen and his buddies implemented. if i should write it as simple as i can, the design is this: * i have my own tws api client
By fordfrog · #51935 ·
Re: Placing an order using the Gateway API to the demo account results in 401 Unauthorised
Oh ok, nevermind. I logged into the paper trading account in IB website and I can see the submitted orders.
By Jimin Park · #51934 ·
Re: Placing an order using the Gateway API to the demo account results in 401 Unauthorised
Hi Jurgen, Thanks for helping out again. The maintenance was the issue. I tried placing the order this morning, and the order was successfully placed with *PreSubmitted* status. However, it is now
By Jimin Park · #51933 ·
Re: Placing an order using the Gateway API to the demo account results in 401 Unauthorised
You are now moving past the point that I can be helpful. Get a "second opinion", as in place an order in the paper account through TWS or the Client Portal to make sure the paper account is ready.
By J¨¹rgen Reinold · #51932 ·
Re: updateMktDepthL2 missing data points
When I read your initial post, my first thought was "data corruption due to multi-threading" and it looks like that is where the discussion with Gordon Eldest, buddy, and fordfrog is coming to. Level
By J¨¹rgen Reinold · #51931 ·