¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: "update order" VS "cancel and creating order"
Hey, did you even bother to click through to order efficiency policy guidelines from the api web page you linked? "Modification vs. Cancellation - logic which acts to cancel and subsequently replace
By ds-avatar · #46619 ·
Re: "update order" VS "cancel and creating order"
I don't understant this. I cannot find any such restriction in https://interactivebrokers.github.io/tws-api/order_limitations.html. So where do you have this information?
By tegicof991@... · #46618 ·
Re: "update order" VS "cancel and creating order"
According to https://interactivebrokers.github.io/tws-api/order_limitations.html there are no hints of any such limitations or any additional information regarding the differences of
By tegicof991@... · #46617 ·
Re: Shortcut for running number of subscriptions lines/rows left?
Ctrl Alt = §ã§â, 24 §æ§Ö§Ó§â. 2021 §Ô., 00:45 Bruce B <bruceb444@...>:
By ds-avatar · #46616 ·
Re: "update order" VS "cancel and creating order"
You can unconditionally reuse order id when updating it. Also I believe updating the order may not count under IBKR reasonable order cancellation policy, whereas canceling it will, but I'm not
By ds-avatar · #46615 ·
Re: "update order" VS "cancel and creating order"
I can't answer your question fully but here are two things to consider or add to your question. 1- There are costs (not to TWS but yes to API) and there is a threshold you have to watch with frequent
By Bruce B · #46614 ·
"update order" VS "cancel and creating order"
Can someone share experience about what is prefered when *editing an existing order* ? Should I "cancel it and create a new one" or should I only "edit it" (for example the quantity or price)? What is
By tegicof991@... · #46613 ·
Shortcut for running number of subscriptions lines/rows left?
Hi, I have searched but couldn't find on the mailing list and not sure where I read it but there is a shortcut (maybe hotkey) one can use to show the number of rows subscribed to watchlist or market
By Bruce B · #46612 ·
Re: Unable to fetch fundamental data
Most other company tickers are working, including GOOGL. I'm going to take a guess that GOOG isn't available because it's owned by Alphabet and is not the parent company. Just a guess...
By Mark Guglielmi · #46611 ·
Re: Unable to fetch fundamental data
Thanks for sharing your experience, Pratik. I just tried AMZN and I was also able to receive data. Considering GOOG fundamentals are available in the app, not sure why they aren't available in the
By Mark Guglielmi · #46610 ·
Re: Can't seem to just get the price/greeks of an option contract in Python
Probably you're defining an incorrect underlying contract on an option contract. You can see examples of working with that method in Testbed example. To try without market data select delayed data
By Mikhail Ershov · #46609 ·
Can't seem to just get the price/greeks of an option contract in Python
All, I can't seem to get my script to pull down the price of an option contract. I have this overload in my class: ''' def tickOptionComputation(self, orderId, tickType, tickAttrib: int, impliedVol:
By charles.wasaff@... · #46608 ·
Re: question about server support and login best practice
Correct. It enables you to run TWS and Gateway with automatic login. It has nothing whatever to do with the TWS API. IBKR's introduction of the auto-relogin mechanism with TWS 974 reduces the value of
By Richard L King · #46607 ·
Re: CI-testing anyone?
Thanks for all the answers so far :) A simular or any kind of moch is pretty much out of question. We are build an API client (the API interface and encoder/decoder to process the messages that go to
By Matthias Frener <matthias.frener@...> · #46606 ·
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 ·