Anyone upgraded Java version for TWS on Linux?
I'm experiencing pretty bad performance of TWS GUI on Linux (Mint 19). I've tried to upgrade Java version that TWS uses, thinking that will help. However I'm unable to change versions. Reading through
By
John
·
#46740
·
|
TWS API usage.
I'm no technology expert so would appreciate any help. I've downloaded the latest version of TWS API and ticked the "Enable ActiveX and Sockets Clients" box under API Settings in TWS. However, when
By
Svalbard
·
#46737
·
|
historical open interest
Hi all,?? I was wondering if anyone knew a way to get historical open interest data on equities from IB.? Is it buried in reqFundamentalData somewhere these days?? I know I can find it in TWS
By
Hunter C Payne
·
#46736
·
|
Re: How to create a performance efficient trading app so each sub process runs smoothly in Python?
I don't know how your overall design is structured, but indeed there are performance issues due to GIL of python. So you do need to use multiprocessing.? But I do believe you can get lot of
By
kris k
·
#46735
·
|
How to create a performance efficient trading app so each sub process runs smoothly in Python?
What would be the best way to do on-the-fly computations using Numpy, Pandas for trading using IB TWS API, writing to/from mySQL, and in the meanwhile receive and send data and orders? From
By
matt
·
#46734
·
|
Re: Getting last Expired Option Price
Thanks for your answers. That's what I thought at first, but when I ask for the underlying past quotes, I can see a discrepancy between historical data using reqhistoricaldata, and what is displayed
By
Francois G
·
#46733
·
|
Re: Getting last Expired Option Price
I'm also usng the underlying. Expired OTM options are 0$, price of ITM is the different from strike to underlying closing price (they have no more time value at expiry). Am Sa., 13. M?rz 2021 um
By
Matthias Frener <matthias.frener@...>
·
#46732
·
|
Re: Getting last Expired Option Price
It would be easier to figure out official closing price for the underlying and calculate option prices yourself. [email protected]> wrote:
By
§¡§Ý§Ö§Ü§ã§Ñ§ß§Õ§â §¹§Ö§â§ß§Ú§Ü§à§Ó
·
#46731
·
|
Getting last Expired Option Price
Hi, I try to get the expiration price of an option (let's say SPY) expired 2 months ago. I tried to get the Close of the last trading day using reqHistoricalData: IContract.exchange="SMART"
By
Francois G
·
#46730
·
|
Re: Handling Executions for expired options
Hi Dan, did you get any solution to handle these Expired/Assigned option orders, initiated by IB?
By
Francois G
·
#46729
·
|
Re: Order executions when AUTOEXERCISE, ASSIGNED, or EXPIRED
Am I the only one here to try to automate ASSIGNED, or EXPIRED option prices retrieval?
By
Francois G
·
#46728
·
|
Re: Flex Queries: Order Reference always empty
Is there a way to retrieve Exchange Execution ID or to track by that (exists in TWS)? This of course only happens after transacted but should be a solid one.
By
Bruce B
·
#46727
·
|
Re: Paper Trading with MKT orders
Thanks Mark. That was a great suggestion that did give me insights into the real issue (that you alluded to subtly). There is strong correlation between IB prices and what I expect to so based on
By
kris k
·
#46726
·
|
Re: Flex Queries: Order Reference always empty
I agree, this could easily be in the top 5 features on my wishlist, even though with the daily report mail-ins it would merely offer convenience rather than a full blown upgrade. I would even settle
By
ds-avatar
·
#46725
·
|
Re: Flex Queries: Order Reference always empty
This is why orderRef (or a similar customer-supplied field) should be int64 instead of string, then no issues with storage.
By
corneliu maftuleac <corneliu.maftuleac@...>
·
#46724
·
|
Re: Flex Queries: Order Reference always empty
True but OrderRef reset is an exception I wouldn't blame them for. Didn't test its limits but obviously clients can stuff A LOT of data into this field at zero cost to them so I imagine it could
By
ds-avatar
·
#46723
·
|
Re: Flex Queries: Order Reference always empty
Since you are throwing situations there is another to add: Or that there is a business advantage for them to reset; Like playing the spreads or market at times they see fit by taking the opportunity
By
Bruce B
·
#46722
·
|
Re: Flex Queries: Order Reference always empty
IB is all-in with daily resets. I don't know if they painted themselves into a corner long ago and would essentially have to start over, or if there is some kind of regulatory or legal explanation. It
By
Nick <news1000@...>
·
#46721
·
|
Re: Flex Queries: Order Reference always empty
Thanks for the reply. Already doing this, however reports are supposed to be self-sufficient. External tools may fail, mails may get lost, etc. It is very unfortunate that IB does not keep that info,
By
corneliu maftuleac <corneliu.maftuleac@...>
·
#46720
·
|
Re: Flex Queries: Order Reference always empty
OrderRef will be in reports only for the most recent session. Workaround: configure the system to send daily reports by mail, then collect and collate them.
By
ds-avatar
·
#46719
·
|