¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: question about server support and login best practice
Hi Richard. Never really paid attention to IBC although have seen it mentioned in posts. Went on your GitHub link and from what I gather it is for logging in / maintaining the login around restarts
By trader api · #46605 ·
Locked Re: Have you ever noticed that markets match your price but your LMT order doesn't execute?
This is yet another completely off-topic post. If you have a complaint about whether some aspect of IBKR's service is working properly, take it up with IBKR. Asking whether anyone else on this has
By Richard L King · #46604 ·
Locked Re: Have you ever noticed that markets match your price but your LMT order doesn't execute?
What was your order size? I believe order sizes below the minimum ($25,000 I think) won't appear in the bid ask and end up with worse fills. I had the same reaction as you and was upset when I first
By Joel Gross <joelrgross@...> · #46603 ·
Re: question about server support and login best practice
No no no! IBController is a defunct project that is no longer maintained. It was superseded three years ago by IBC, which you can find at https://github.com/IbcAlpha/IBC IBC is fully maintained (by me
By Richard L King · #46602 ·
Locked Have you ever noticed that markets match your price but your LMT order doesn't execute?
The other night, when all server farms were connected (I checked status in TWS and reset data connections multiple times), I have noticed that my LMT order was not executing while market price was
By Bruce B · #46601 ·
Re: CI-testing anyone?
I feel guilty about my approach, but it has worked and made for fast development so far without any serious production problems: I basically build and test everything on a paper account against live
By Joel Gross <joelrgross@...> · #46600 ·
Re: question about server support and login best practice
I looked bit couldn't find docker for newer version of IB Gateway / TWS and IBC (IBController). Dmitry has a great blog on this but it's not a quick deploy docker image but is nicely detailed.
By Bruce B · #46599 ·
Re: Unable to fetch fundamental data
Hi Mark, Message code 430 clearly means "No fundamental data available". This means there is absolutely nothing wrong with the code. However, it is intriguing how GOOGLE's fundamental data can be
By Pratik Babhulkar · #46598 ·
Re: CI-testing anyone?
My CI testing follows what Mark outlines. My code is in Java.? I wrote a broker interface which limits the IB API pieces I use.? I then use a mock class framework (Mockito) to simulate responses.?
By Jonathan S · #46597 ·
Re: question about server support and login best practice
how is your docker image working out for you Alex? GREAT intel by the way. I was wondering about this and the github is EXCELLENT!! thanks so much
By dent · #46596 ·
For tickByTickBidAsk, does SMART exchange provide THE best rate available?
If fetching live market depth level 2 tick by tick data for a stock, does setting SMART for the exchange provide THE cheapest rate available in the market or should one consider querying all the
By Bruce B · #46595 ·
Re: Getting invalid prices by following the relevant market rules.
Sorry for the double post but I wanted to let you know that I finally found the cause of this issue. It was related to the added by me in Configuration > Presets > Stock > WMT record that in some
By assen@... · #46594 ·
Re: question about server support and login best practice
I think you should look at IBController - https://github.com/ib-controller/ib-controller Official from IBRK. Or check a docker image like this - https://github.com/mvberg/ib-gateway-docker I took the
By Alex Gorbachev · #46593 ·
Re: Unable to fetch fundamental data
Here is the error... 0? 1 2? ? ? ? ? 3 4 5? ? 6? ? ? ? ? ? ? ? ? ? ?7 0? 555? 0? ? 208813720? ? ? 0.0? [ISIN=US02079K1079;] 208813720 were at the loop for saving data press
By Mark Guglielmi · #46592 ·
Unable to fetch fundamental data
Does anyone know why I'm getting an error unable to fetch fundamental data. This is the contract ID for google stock. def getnasdaqOPThistdata (): for index , row in DFcontractdata.iterrows():
By Mark Guglielmi · #46591 ·
Re: CI-testing anyone?
Isolate the two parts, exchange connectivity is one part, and actually has a quite finite list of tests. The data processing and historical replication is a different problem that can be solved
By mark collins · #46590 ·
Re: question about server support and login best practice
Yes, fwogy.com is what I have on AWS already. It¡¯s just so clumsy to have to login to an app manually. Awful restriction from interactive brokers. Grotesque.
By Stuart Cracraft <smcracraft@...> · #46589 ·
Re: CI-testing anyone?
I hate to say it but to do a robust job I think you would have to have a whole separate project that simulates TWS and the exchanges. You then connect to that for (most of) your testing. Anything your
By Nick <news1000@...> · #46588 ·
CI-testing anyone?
Hi all. We are a group of developers working on an TWS API client in Typescript for node.js (if you do node.js Apps, might be worth having a look https://github.com/stoqey/ib ;)). Currently we look
By Matthias Frener <matthias.frener@...> · #46587 ·
Re: Getting invalid prices by following the relevant market rules.
Hello Graham, Did you find any workaround or the cause of this error? I get the same error for a particular stock (WMT) when trying to buy with a limit order on a live account even with round amount
By assen@... · #46586 ·