¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: How do I get portfolio delta and theta values via the TWS API
"Probably check the tickId you use: 10,11,12 or 13. One of them is documented that it should return the same as what is shown on TWS." I was not checking the field. I had assumed that there was only
By Crow · #49838 ·
Re: Tick-by-tick data is coming in bursts
Thanks, very much appreciated.
By 3ryancarty@... · #49837 ·
Re: How do I get portfolio delta and theta values via the TWS API
?It sounds like what IB calls "Portfolio Delta", referring to the column that can be added to the position window is not really "portfolio" delta, but rather just position delta. Correct Near the
By Bart D · #49836 ·
Re: How do I get portfolio delta and theta values via the TWS API
Thanks Bart, ??????It sounds like what IB calls "Portfolio Delta", referring to the column that can be added to the position window is not really "portfolio" delta, but rather just
By Crow · #49835 ·
Re: How do I get portfolio delta and theta values via the TWS API
More likely probably is that they call most recent historical data to show in TWS if no current data is available¡­
By Bart D · #49834 ·
Re: How do I get portfolio delta and theta values via the TWS API
I believe TWS somehow stores the last data so that when it does not receive current valid data it displays the buffered data. It seems on days with big moves at market open especially, greeks are not
By Bart D · #49833 ·
How do I get portfolio delta and theta values via the TWS API
I configured IB TWS workstation to show the portfolio delta and theta values for each position aggregated in my portfolio as shown in the screenshot. It basically just adds up the position delta and
By Crow · #49832 ·
Re: Which Java version to use?
Java 8, 11, and 17 ( https://en.wikipedia.org/wiki/Java_version_history ) are the current Long Term Support versions. But is sounds like your problem relates more to dependency management and not so
By J¨¹rgen Reinold · #49829 ·
Re: Which Java version to use?
Thank you for your reply J¨¹rgen. I am indeed not concerned about TWS/Gateway itself as I am aware that it comes with its own Java software. My question is more directed at recommendations or caveats
By J G · #49828 ·
Re: Which Java version to use?
What kind of issues do you experience, JG? TWS and IBGW bring their own customized Oracle Java 8 VM with JavaFX and my strong suggestion is that you don't change that and let TWS/IBGW use their
By J¨¹rgen Reinold · #49827 ·
Which Java version to use?
A few days ago I upgraded my desktop computer from Ubuntu 20.04 to 22.04. Since then am I experiencing issues with my trading software. Investigating this I get the impression that it is caused by
By J G · #49826 ·
Reuters / Refinitiv and Dow Jones Press Release subscriptions using the API
If I subscribe to?Reuters / Refinitiv and Dow Jones Press Release - will I also get the data using the API? And how can I subscribe to Reuters / Refinitiv data with API? I can't see it on the
By msender750@... · #49825 ·
Re: ScannerSubscription
Must be a bug in TWS since it's Avrg Vlm ($) equals the Avrg Vlm (expressed in # shares) for all of these symbols. Either the TWS developers mapped the wrong data field to the column, or they forgot
By IBHero · #49824 ·
ScannerSubscription
I'm trying to build some scripting for a market scanner based on average dollar volume, however this figure doesn't seem to make sense. In the case of tesla for example: 1) the daily dollar volume=
By dakr · #49823 ·
Get company analyst forecasts
Is there a way using the TWS API get?analyst forecasts for all upcoming quarters and years? I try?reqFundamentalData but I only get forecast for the current quarter, next quarter and current year. I
By msender750@... · #49822 ·
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
Thanks a lot Ed Gonen
By Edward · #49821 ·
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
The empty string appears to work normally.
By Joel Gross <joelrgross@...> · #49820 ·
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
Joel If you can, please update on your results. I didn't have a chance to check this yet as after my failure with cancellation I had reverted to the "old" API. Thanks in advance Ed Ed Gonen
By Edward · #49819 ·
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
I tried passing in a datetime string and it ended up not cancelling my orders properly. I will try the empty string.
By Joel Gross <joelrgross@...> · #49818 ·
Locked Re: No documentation for new manualCancelOrderTime in cancelOrder?
We had a thread about this very recently. Please see " What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime) (
By J¨¹rgen Reinold · #49817 ·