¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Time to Fill Orders During Paper Trading
Seeing it frequently again.? The weird thing is that I have a couple of algos running and one would not get filled for hours while another one within that timeframe would get filled.? Very odd.
By man910@... · #49882 ·
Re: Shortable instruments
Have you looked at the API Reference documentation section on Available Tick Types ( https://interactivebrokers.github.io/tws-api/tick_types.html#shortable ) , specifically tick #46 called Shortable
By J¨¹rgen Reinold · #49881 ·
ETH / BTC prices in Excel RTD() formula
Hello, Has anyone had any success pulling ETH (or other cryptocurrency) prices on PAXOS? I've tried the following
By jthechu365@... · #49880 ·
Shortable instruments
Hi, how can I determine whether an instrument is shortable using the TWS API? Thanks.
By dakr · #49879 ·
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 ·