Re: Level2 data falls behind actual market
"show" ? as in a "SELECT in a tool like MySQL WorkBench" ? because L2 run so fast that extremely unlikely you can catch it "visually" L2 show B/A book, which are different beast than last trade. So
By
Gordon Eldest
·
#51541
·
|
Re: Error when requesting 20 years of price data for specific ticker [CHTR]
The TWS API Guide suggests for Historical Market Data ( https://interactivebrokers.github.io/tws-api/historical_data.html ) retrieval: * In general, a *smart-routed* historical data requests will
By
J¨¹rgen Reinold
·
#51540
·
|
Re: g++ command for including the proper libraries
I concur with Jurgen your issue seems with bidlib which is a third party lib, and not very much in use in general audience, hence not part of general std lib. (VS doesn't seems to deliver it's own
By
Gordon Eldest
·
#51539
·
|
Re: g++ command for including the proper libraries
I am not following your logic here. TWS API is a language independent request/response message protocol that serializes requests made by your client into messages that are sent through a network
By
J¨¹rgen Reinold
·
#51538
·
|
Re: Error when requesting 20 years of price data for specific ticker [CHTR]
Just suggestions: try CHTR with ISLAND instead of SMART. if failed then try with 'TRADES' instead of 'ADJUSTED_LAST'
By
Gordon Eldest
·
#51537
·
|
Error when requesting 20 years of price data for specific ticker [CHTR]
I have a strange issue when requesting data for a specific ticker: CHTR (for?Charter Communications Inc. - Class A). Below you can see a printout of my console, showing that price data for other test
By
Rational-IM
·
#51536
·
|
Re: g++ command for including the proper libraries
Sorry, I haven't used Windows since the early 2000s.
By
buddy
·
#51535
·
|
Re: g++ command for including the proper libraries
I've had no problems using g++ on windows for C++. I am just trying to see if anyone else has tried doing this successfully rather than using TwsApiL0 because I imagine the API was written in C++ to
By
Brendan Lydon
·
#51534
·
|
Re: g++ command for including the proper libraries
You don't want a fuss but decided against using the de facto standard compiler for your platform? That sounds awfully silly to me... may I suggest you brace for some impact or, perhaps use the MSFT
By
buddy
·
#51533
·
|
g++ command for including the proper libraries
I have been trying to use the TWS API directly. I am not looking to use any wrapper that someone has created on GitHub in C++. Can someone direct me to a link on what g++ command to use to include the
By
Brendan Lydon
·
#51532
·
|
Re: Level2 data falls behind actual market
When I check the latest updated rows in the DB show values different than the current market price. The instrument I get quotes for is NQ futures.
By
ebtrader
·
#51531
·
|
Re: getting overnight trading bid/ask via api
Let the group know what you find. Not an area we are active in, but would be interesting to know. Also, keep in mind that the IBEOS/OVERNIGHT exchange supports only a tiny fraction of order types that
By
J¨¹rgen Reinold
·
#51530
·
|
Re: getting overnight trading bid/ask via api
Thanks a lot, I will test it! ??
By
TrumX@...
·
#51529
·
|
Re: getting overnight trading bid/ask via api
It is "Regular Trading Hours" just not for all exchanges. As the article you pointed to indicates, you need to select the exchange "IBEOS". Apparently an exchange name of "OVERNIGHT" works as well.
By
J¨¹rgen Reinold
·
#51528
·
|
Re: getting overnight trading bid/ask via api
Hi! Thanks for your answer. I'm talking about https://www.interactivebrokers.com/en/trading/us-overnight-trading.php It is different from regular/ OutsideRTH.
By
TrumX@...
·
#51527
·
|
Re: Question regarding reboot of trader workstation
The documentation should really explain (at least briefly) why this kind of structured usage is necessary. Presumably it is for concurrency control and some reference, even to a general
By
buddy
·
#51526
·
|
Re: Non-existent FA data operation request error
not sure whether you use java api or some other implementation, but in java api the code contained some issues caused by profiles removal. the patch (
By
fordfrog
·
#51525
·
|
Re: Question regarding reboot of trader workstation
Not sure what needs to be tested here since the documentation at Placing Orders ( https://interactivebrokers.github.io/tws-api/order_submission.html ) is crystal clear.? Also not clear why you are
By
J¨¹rgen Reinold
·
#51524
·
|
Re: getting overnight trading bid/ask via api
What do you call "overnight bid/ask" ? Anticipating your answer: It depend upon instrument and exchange liquid/trading hours.
By
Gordon Eldest
·
#51523
·
|
Re: Non-existent FA data operation request error
You did not tell us which versions of API and TWS/IBGW you use so I can't say for sure. But IBKR refactored the FA concept a little during recent V10 TWS/IBGW versions and support for "profiles" has
By
J¨¹rgen Reinold
·
#51522
·
|