Re: Strange Behavior After TWS Update on Old API
It must be a bug because this behavior occurs only on the paper account,
not on the live account.
(<TwsApiOnGroupsIo@...>) escribió:
By
joanmarcel119
·
#53833
·
|
Re: C++ preventing EReader reading when socket is closed
I cannot replicate your problem. When I shutdown TWS manually, the EReader stops properly and calls EWrapperImpl::connectionClosed() which is what is supposed to happen.
A 509 error is not what is
By
David Armour
·
#53832
·
|
Re: C++ preventing EReader reading when socket is closed
Not sure if this is the right topic but I got a problem with these newly added code in EClientSocket ::eDisconnect.
void EClientSocket ::eDisconnect( bool resetState ) {
*// Stop EReader thread to
By
zhou437@...
·
#53831
·
|
Re: Strange Behavior After TWS Update on Old API
Thank you for the update.
You may have seen the Post " One more issue/thing about reqexecutions ( /g/twsapi/topic/one_more_issue_thing_about/110774638 ) " from Thursday, where
By
Jürgen Reinold
·
#53830
·
|
Re: Strange Behavior After TWS Update on Old API
Sorry, just seeing this.? Yes, TWS had the trades in its trade history.? Once I updated TWS to 10.33 those very same trades became accessible to my by API using same code again.
By
Adam S.
·
#53829
·
|
One more issue/thing about reqexecutions
Hi there,
I've checked some of the older posts about reqExecutions and some of them
are about the same, not getting the executions even the trade history has
been set to x days before. I can explain
By
joanmarcel119
·
#53828
·
|
Improvements to Intraday Momentum Strategies Using Parameter Optimization and Different Exit Strategies
I published a paper on Improvements to Intraday Momentum Strategies Using
Parameter Optimization and Different Exit Strategies, for which I used the
TWS API for live validation:
By
?kos Maróy
·
#53827
·
|
Re: Strange Behavior After TWS Update on Old API
My api is an extremely basic c++ implementation that hasn't been updated in 18 years.? I never had a problem with it until 10.30.? I'm hoping 10.33.1 solves my issues also.
By
Frank Bell
·
#53826
·
|
Re: Strange Behavior After TWS Update on Old API
TWS and IBGW 10.30 stable are perfectly fine to use. I run them with clients at API level 173 (that is something like 10.17.01) without any issues.
When you run IBKR provided TWS API implementations
By
Jürgen Reinold
·
#53825
·
|
Re: Strange Behavior After TWS Update on Old API
So it seems 10.30 is not really a "stable" version. For those (including me) who are still on 10.19, should be directly update to 10.33 ?
By
Lewis_Tang
·
#53824
·
|
Re: C++ IBKR API implementation and biddll.lib Intel Math Library
@Jürgen Reinold
Yes, following the instructions of "Intel_lib_build.txt" was one of the first things that I did.
They say:
In IntelRDFPMathLib20U2/LIBRARY directory execute the following
By
Tradiator
·
#53823
·
|
Re: C++ IBKR API implementation and biddll.lib Intel Math Library
I use VCPKG and install the intelrdfpmathlib package.
This is the simplest way if you are using Windows and Visual Studio.
By
David Armour
·
#53822
·
|
Re: C++ IBKR API implementation and biddll.lib Intel Math Library
Have you try the instructions from file "Intel_lib_build.txt" in the TWS API source tree at source/CppClient?
By
Jürgen Reinold
·
#53821
·
|
C++ IBKR API implementation and biddll.lib Intel Math Library
Hi,
After I failed with the Purebasic network functions (could not go farther than connecting and getting current date/time...) I decided to use the C++ IBKR API implementation.
I am now stuck with
By
Tradiator
·
#53820
·
|
How does a scanner with the Top % Gainers parameter in show % Change in pre-market?
Hi everyone, I know the TWS scanner with the 'Top % Gainers' parameter works outside regular trading hours. However, I’m confused about how the % change is calculated for stocks during pre-market
By
v1trd
·
#53819
·
|
Re: Delphi and TWS
Yeah, go to /g/TWS-Wire-Protocol
By
Chucky
·
#53818
·
|
Re: Strange Behavior After TWS Update on Old API
So you see them for sure in the "Trade History" window in TWS but you do not get them after you call IBApi.EClient.reqExecutions (
By
Jürgen Reinold
·
#53817
·
|
Re: Strange Behavior After TWS Update on Old API
Yup, noticed that one and was able to work around it.? The one I couldn't figure out was only the execution termination message being sent without any execution info when I made an request for
By
Adam S.
·
#53816
·
|
Re: Strange Behavior After TWS Update on Old API
TWS version 10.30, and half of 10.31 has an error.? They sent an extra byte in the openorder message, when connected to a client of a version 10.29 or less.?? It was solved in 10.31i and later.
By
rossh_yh
·
#53815
·
|
2FA with mobile AND old white card with numbers
Dear all,
For the authentication I'm using the old white code card.
Now I have a gateway on a server. For that user I want to login by getting a push message on my mobile device. Now I have several
By
@Nick64
·
#53814
·
|