Version updates and bugs
In the past I always used v9.x stable. The reason was that there where several bugs in later (not) stable versions.
Now I'm forced to update every stable version and that happens quite often. So now
By
@Nick64
·
#49878
·
|
Re: First filled API Order completes longer than subsequent ones (100x or more)
Do you send other API requests prior to the first order entry?? For example, get a quote first?? Or load positions?? I have not experienced this specifically but that would be my first test to try
By
FreeGoldRush
·
#49877
·
|
First filled API Order completes longer than subsequent ones (100x or more)
Team,
I've been running tests on my program and have noticed that the very first order of the day - between 6:30a and 7:00a PST - consistently takes about 10 seconds to fill but all subsequent orders
By
tjisana
·
#49876
·
|
Re: +PACEAPI
That's great.? Guess it's time to move to a newer version.
Thanks.
By
Frank Bell
·
#49875
·
|
I want to get percentiles on symbols does is there a tick type for that?
Hi there
I can calculate a price percentile for 1 year on a symbol but I was wondering if there's an api call for it? I looked at all the tick types in the TWS api and couldn't see it. Did I miss
By
comicpilsen
·
#49874
·
|
Is there a way to sync historical TRADES with historical BID_ASK?
I get historical ticks via?reqHistoricalTicks API call. I can request "TRADES" and "BID_ASK" only separately. I want to "sync" them and know which price did a trade hit (BID or ASK). Is there a way
By
AlexN
·
#49873
·
|
Re: +PACEAPI
FYI, according to the [Release Notes](https://www.interactivebrokers.com/en/index.php?f=1657) starting from TWS 10.16 there's no need to set `+PACEAPI` as it is now the default.
By
@lbilli
·
#49872
·
|
Re: +PACEAPI
Does anyone know how to set +PACEAPI if you are using winsock and not IB's eClientSocket class?? My guess is some sort of message is sent after connecting.
I cannot find any mention of +PACEAPI in
By
Frank Bell
·
#49871
·
|
Re: Does tickOptionComputation callback always come after all tickPrice() callbacks have been made for snapshot?
I don¡¯t think there is any such guarantee. tickPrice comes from the exchange; while tickOptionComputation likely comes from IBKR models. Probably the reason they¡¯re separate in the API. Sometimes
By
Bart D
·
#49870
·
|
Does tickOptionComputation callback always come after all tickPrice() callbacks have been made for snapshot?
I pull option quotes for single strikes by calling reqMktData() described here:
https://interactivebrokers.github.io/tws-api/md_request.html
TWS API v9.72+: Requesting Watchlist Data - GitHub
By
Crow
·
#49869
·
|
Re: Help for an old coder. API 10.17 Bar class.
Carlos
Good. It didn¡¯t help that I left out the vital keyword!
Regarding my modified version of the IB ActiveX API that I mentioned earlier, I will bring it up to date (really just for my
By
Richard L King
·
#49868
·
|
Re: How to check connection to TWS?
What if the lag of the tick data over 3 or 10 min?(1 or 2 K-bars)
--
------
Forex trader
David Liao
By
david03kimo@...
·
#49867
·
|
Re: Help for an old coder. API 10.17 Bar class.
Hi Richard,
Unbelievable, worked.
I just did not follow the instructions correctly.
Thank you very much to you and joanmarcel.
Now I will continue from here and see what else maybe a problem but I
By
carlos
·
#49866
·
|
Re: Help for an old coder. API 10.17 Bar class.
Carlos
Looking at the VBA code for the Excel demo, you probably need to use this:
Set O.totalQuantity = CreateDecimalObject(quantity)
Sorry, I should have realised this before. Too many
By
Richard L King
·
#49865
·
|
Re: Help for an old coder. API 10.17 Bar class.
Hi joanmarcel
Thank for the help
You correct the Collection exist, but still does not work.
O.totalQuantity = CreateDecimalObject(quantity)
Comes back Error 424, Object required
The
By
carlos
·
#49864
·
|
Re: Help for an old coder. API 10.17 Bar class.
OK, looks like I am wrong let me try it again, first time did not work.
Thank you the help.
Carlos
By
carlos
·
#49863
·
|
Re: Help for an old coder. API 10.17 Bar class.
Hola Carlos, mira he encontrado esto:
https://www.techrepublic.com/article/explore-the-various-benefits-of-the-collection-object-in-vb6/
Quiz¨¢s Collection s¨ª existe (en may¨²scula la primera
By
joanmarcel119
·
#49862
·
|
Re: Help for an old coder. API 10.17 Bar class.
Hello joanmarcel
Thank you for the help.
The collection does not exist in VB6, at least as far as I know.
I have try that on VB.NET 2010 compile as an activeX, was able to access that from the VB6
By
carlos
·
#49861
·
|
reqTickByTickData - AllLast examples
In?reqTickByTickData there is an option to request "AllLast" and here is explanation quote: " AllLast has additional trade types such as combos, derivatives, and average price trades which are not
By
GreenGreen
·
#49860
·
|
Re: Help for an old coder. API 10.17 Bar class.
Carlos, place this function Richard sent to you:
Public Function CreateDecimalObject(value As Variant) As Object
Dim collection As New collection
collection.Add CDec(value)
Set
By
joanmarcel119
·
#49859
·
|