开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
c# order Id, error 103 and 135
Finally got my program to send bracket order, but after the first order is sent I can't send any additional orders because of errors 103 and 135. I have looked thru all of the messages regarding this.
By hawkinsk001@... · #46419 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
Thanks for the different point of view Hilmer. According to the document if purchase of a security is not directed to a specific exchange and sent through SMART then no charges apply. This must also
By Bruce B · #46418 ·
Placing order with delayed quotes in demo account
I apologize if this has already been answered, but I couldn't find it in the search.? My question is when using the demo account, quotes are delayed.? What happens when you place the order?? Does
By man910@... · #46417 ·
Re: qualifyContracts() blocking
Apologies.? New here.
By John T. Foster · #46416 ·
Re: qualifyContracts() blocking
This group is for questions relating to IBKR's API implementations, not third-party implementations like ib_insync. So in future please ask questions relating to ib_insync at its own support group
By Richard L King · #46415 ·
qualifyContracts() blocking
Using ib_insync I have some code where I make multiple calls to qualifyContracts() , for example I create a Stock contract with an ISIN #, then call qualifyContracts() to get the symbol, then use that
By John T. Foster · #46414 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
About HFT restrictions: there is a fee for cancelling orders through the API: Other fees ( https://www.interactivebrokers.ca/en/index.php?f=14718 ) Cancel order examples (
By Hilmar · #46413 ·
From Monitor > Favorites window, are those tick-by-tick values?
Hi, On TWS, I am looking at Monitor > Favourites window where I have a list of stocks and forex listed. There is a color coding to this window that goes like Red (only price), Red (price + symbol),
By Bruce B · #46412 ·
Re: Assign a callback to a subset of ticks
While making requests reqMktData, create a dictionary mapping the symbol and the first parameter which is like 1004 etc When tickPrice gets called, the reqId parameter will have the value 1004 etc.
By @sv624 · #46411 ·
Assign a callback to a subset of ticks
Using ib_insync in Python. I have 20 tickers open via reqMktData , and I want to assign a callback function to get called on changes to subsets of them. For example, if my contracts are labeled A , B
By John T. Foster · #46410 ·
Re: Fundamentals API & TWS client data inaccuracy?
Let's assume that Outstanding Shares vs Float numbers are error prone on financial websites. So can we reverse engineer these numbers for ourselves based on more widely publicized numbers? Sure
By Ajay Joglekar · #46409 ·
Re: Fundamentals API & TWS client data inaccuracy?
If I use the TWS Shares Outstanding of 79m and multiply it by the current price of $71.92, you get a market cap of $5.6B... much different than the TWS reported market cap of $30.8B. If you use the
By Joel Gross <joelrgross@...> · #46408 ·
Re: Fundamentals API & TWS client data inaccuracy?
One other strange note: despite all these sites reporting different Shares Outstanding, they all report the same Market Cap... [email protected]> wrote:
By Joel Gross <joelrgross@...> · #46407 ·
Re: Fundamentals API & TWS client data inaccuracy?
Thank you for the reply Ajay. Schwab.com shows Shares Outstanding as 428.4M TWS -> Company Overview -> Summary shows Shares Outstanding as 79M and Float as 73.47M Yahoo finance does show a much
By Joel Gross <joelrgross@...> · #46406 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
https://ndcdyn.interactivebrokers.com/Universal/servlet/Registration_v2.formSampleView?ad=privacyStatement.html We safeguard the confidentiality of your information in a number of ways. For example:
By btw · #46405 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
U.S. Securities and Exchange Commission rules require all brokerage firms to make publicly available quarterly reports describing their order routing practices. The report listed below is intended to
By btw · #46404 ·
Re: HFT rules, order flow rules, account info sharing rules - are there any restrictions?
TWS API v9.72+: Order Limitations | | | | TWS API v9.72+: Order Limitations | | | and Considerations for Optimizing Order Efficiency | IB Knowledge Base | | | | Considerations for
By Hunter C Payne · #46403 ·
Re: Wait after using placeOrder till all messages in orderStatus are complete.
Hi Pavan, can you please share your code on how you used execDetails to get the order completion details. Thanks.
By @waimea86 · #46402 ·
HFT rules, order flow rules, account info sharing rules - are there any restrictions?
Hello, Are there any restrictions in *laws* OR *terms of use* from IBKR on the following? 1- HFT restrictions - i.e. Submit/cancel/submit/cancel many times. Any IBKR terms of service restrict this
By Bruce B · #46401 ·
Re: Fundamentals API & TWS client data inaccuracy?
Cross checking with Yahoo finance it seems your shares outstanding number is quite a big higher. Can you check if you are getting this incorrectly?
By Ajay Joglekar · #46400 ·