api support for earnings calendar
I'm able to get a lot of earnings data for a particular contract
with reqFundamentalData(). I'd like to be able to get a list of all the
companies that are reporting today, tomorrow, etc. Is there a
By
rjaustin
·
#38772
·
|
Re: IB Python API realtimeBar
I've been trying to use realtimeBar(), but I couldn't get the volume data right, see below the code and the output. I got the same results when I ran the sample code (Program.py) provided by IB.
By
Will Wang
·
#38771
·
|
Re: ActiveX in API version 9.72 and later
rwk
I’ve found the cause of the problem, and it isn’t anything IB have done after all. My apologies to them for doubting their greatness ?
When you import an ActiveX control into
By
Richard L King
·
#38770
·
|
Re: FutureWithLocalSymbol - must use symbol field
CL.BZ is the intercommodity spread (ICS) symbol. Intercommodity spreads are the direct-routed (e.g. NYMEX) guaranteed combos natively supported by the exchange. They are only available for a few
By
Josh
·
#38769
·
|
Re: Can I create a condition to toggle a Limit order between ACTIVE and PAUSED states, depending on price of a completely different security?
grooooper,
The native conditional orders in the API only allow for a single action to be triggered - either the order can be submitted when the condition is true or cancelled when the order is true.
By
Josh
·
#38768
·
|
Re: ActiveX in API version 9.72 and later
Well, I’m spending time on it because the problem has interested me, not specifically for you, though if it ends up solving the problem for you so much the better.
It bugs me because it should
By
Richard L King
·
#38767
·
|
Re: ActiveX in API version 9.72 and later
My motivation for this was essentially the possibility of a forced upgrade of which there have been few, thankfully.? I am running API 9.64 and it does everything I need.? I recently upgraded the
By
rwk
·
#38766
·
|
Re: Options support in IB (for twsapi group)
Well, if *realtime* options data is available in TWS it would also be available to Sierra.
By
Josh
·
#38765
·
|
Re: ActiveX in API version 9.72 and later
rwk
I was puzzled by the difficulties you were having with the ActiveX in Delphi, so I decided to try and have a go myself.
I installed the free edition of Delphi, created a test app, and
By
Richard L King
·
#38764
·
|
Re: ActiveX in API version 9.72 and later
It sounds like I am doing something similar.? My app has controls to tweak the trading (mostly risk levels), but the actual order creation and submission is automated.? I could let my app run
By
rwk
·
#38763
·
|
Re: ActiveX in API version 9.72 and later
It depends what kind of delay you are talking about. I 'watch' the directory that I write my trade files into using the win32 OS fundtion call "FindFirstChangeNotification" and then
By
Jason
·
#38762
·
|
Getting News Ratings in bottom left (ACTA)
Hi all,
There does not seem to be a way to get the ACTA news rating in the bottom left with the API.
Has anyone done any work to either hook into tws or packet sniff to get the ratings?
What
By
Mike Smith
·
#38761
·
|
Re: ActiveX in API version 9.72 and later
I agree about the "new stuff".? Some of it is good, but most has a short lifespan that is rightly soon forgotten.
My app is graphical, mostly automated, and cannot tolerate a delay between detecting
By
rwk
·
#38760
·
|
Re: ActiveX in API version 9.72 and later
there's an absurd turnover of new "must-try" languages, frameworks etc etc. Most of them are forgotten after a year or 2. Makes it hard to determine what is worth the effort.
Is the app graphical? do
By
Jason
·
#38759
·
|
Re: Options support in IB (for twsapi group)
If you are seeing option prices in TWS then they are also available in the Api.
You will need to contact Sierra to find out why option data is not showing there.
By
Nick <news1000@...>
·
#38758
·
|
Re: Can I create a condition to toggle a Limit order between ACTIVE and PAUSED states, depending on price of a completely different security?
Once you have submitted an order and it is not yet filled you have a few ways of handling that order: (i) let it work as it is, (ii) modify it, or (iii) cancel it. There are some limitations when you
By
J G
·
#38757
·
|
Re: Can I create a condition to toggle a Limit order between ACTIVE and PAUSED states, depending on price of a completely different security?
You may wish to look into the priority that Limit orders vs. Market orders get filled.
For stocks, I submit Limit orders, then monitor best bid/ask and update unfilled orders' limits based on best
By
michaelIC <michael.i.c@...>
·
#38756
·
|
Options support in IB (for twsapi group)
IB clearly supports options because TWS shows them and so does Multicharts?
If I wanted to algorithmically trade equity options based on chart data
from IB, what platform choices do I have available
By
Ted Penner <tedpenner@...>
·
#38755
·
|
Re: Can I create a condition to toggle a Limit order between ACTIVE and PAUSED states, depending on price of a completely different security?
I had a similar problem. I wanted to execute a limit order only when some other condition is satisfied. I ended up real time streaming all the required tick data and look for all the conditions,
By
Fatih Ulupinar
·
#38754
·
|
Re: historical data for indexes on cboe suddenly not working?
Hi Maciej,
Many thanks for sharing your experience with this issue. I'm not yet running the latest version of IBGateway, so that might indeed be the solution! Will upgrade right now and see how it
By
Christian
·
#38753
·
|