Re: updateAccountValue callbacks received but not accountDownloadEnd
In general, you should expect one and only one "end" callback for each request call. If the request also subscribes you to future updates, in general, do not expect any additional "end" calls.
When
By
Jürgen Reinold
·
#49651
·
|
Re: updateAccountValue callbacks received but not accountDownloadEnd
Can anyone help on this one? Would just like to know if accountDownloadEnd is sent by the API at the end of each (3 min) accountDownload subscription set, or only after the initial request is
By
David Walker
·
#49650
·
|
VIX weekly settlement price
Is it somehow possible to retrieve the weekly settlement price of the VIX via the API? And if so when is it available?
So far I fetch it directly from www.cboe.com ( http://www.cboe.com ) but I hoped
By
Despair
·
#49649
·
|
Cannot connect to Production API, test is OK.
Jürgen,
The "q" netstat option in not supported on my Win7 machine.? Thanks for suggesting, though.
All's well so far ...
Thanks, as always, and Be Well,
Lou Dudka
By
Lou Dudka
·
#49648
·
|
Re: Cannot connect to Production API, test is OK.
Nothing is impossible, Lou, but my money is still on some application (real or defunct) holding the port. And it could simply be the old TWS during restart in case it does not completely
By
Jürgen Reinold
·
#49647
·
|
Cannot connect to Production API, test is OK.
Jürgen,
OK, so Friday evening 07/08/22 I shut down everything and re-booted.? All times NYC.
I brought up both test and prod TWS.? Everything went fine, as expected, and there were no port
By
Lou Dudka
·
#49646
·
|
Re: Sample code for most common use cases?
Getting back on this topic, I found a website providing useful code samples for common use cases of TWI API: https://algotrading101.com/learn/interactive-brokers-python-api-native-guide/
Some
By
PurpleIce
·
#49645
·
|
can two clients for the same ibgateway share market data?
I have 2 clients connecting to the same ibgateway and both of them subscribe to some market data. The 2nd connected client has error - "Code: 10197, Msg: No market data during competing live
By
liulinglll@...
·
#49644
·
|
Tws Vs Gateway Api
Does anyone happen to know?
I use the Gateway API for placing orders using my python script. In?the gateway settings there are a few options to set specific order conditions, However in the settings
By
adamsmail54321@...
·
#49643
·
|
Strange Glitch When Requesting PNL
This took me forever to diagnose, but here is the glitch.? When request PNL message is sent there is no PNL response if you've already asked before.? Let me explain.
This only happens under certain
By
Marc Valme
·
#49642
·
|
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
Thanks again, Jurgen
E
[email protected]> wrote:
Ed Gonen
By
Edward
·
#49641
·
|
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
No problem, Ed.
If you follow the call path in the Java API source code you will find that either option (null or "") is fine and yields the same result. The Order class uses Order.EMPTY_STR to
By
Jürgen Reinold
·
#49640
·
|
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
Thanks a lot for such an elaborated answer. I guess you're right.
I was wondering if anybody is really using 10.16 API and what do they pass
as this parameter. There are two options-empty string ot
By
Edward
·
#49639
·
|
Cannot connect to Production API, test is OK.
Jürgen,
I'd first like to thank you for the time and effort you put into this site, we are very fortunate to have you.
Secondly, I like to especially thank you for the same time and effort you put
By
Lou Dudka
·
#49638
·
|
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
Just guessing here, Edward, but this is probably related to the new order class ( https://interactivebrokers.github.io/tws-api/classIBApi_1_1Order.html ) field ManualOrderTime (
By
Jürgen Reinold
·
#49637
·
|
Re: What is manualOrderCancelTime param of Eclient::cancelOrder( int id, String manualOrderCancelTime)
Any answers to this? I've replaced my 9.x API with the 10.16 and, naturally I had to add this parameter. Having added it as just DateTime.Now led to a problem that the submitted orders are not always
By
edwardgonen@...
·
#49636
·
|
Re: ERROR -1 2104 Market data farm connection is OK:usfarm.nj
Found the answer on https://interactivebrokers.github.io/tws-api/message_codes.html
2104
Market data farm connection is OK A notification that connection to the market data server is ok. This
By
PurpleIce
·
#49635
·
|
ERROR -1 2104 Market data farm connection is OK:usfarm.nj
Hi all,
Each time I started my TWS api program (python) these messages show up. They start with "ERROR" but seems connection status report. Anyone knows why they show up?
Using args
By
PurpleIce
·
#49634
·
|
Re: reqHistoricalData - volume returned as 0.0
It looks like your contract object relates to NQU2 futures but on 20220401, NQM2 is still the front future. I just repeated your query and while NQM2 does have trades in pretty much every second in
By
Jürgen Reinold
·
#49633
·
Edited
|
reqHistoricalData - volume returned as 0.0
Hey,
I am trying to pull out some historical data about NQ Future.
The time frame is 1 sec for the last 30 min (for example) - The thing is that the volume is always returned as 0.0 which is doesn't
By
shriki36@...
·
#49632
·
|