Re: First filled API Order completes longer than subsequent ones (100x or more)
FreeGold, That's the thing, I send a few API requests at setup to get option chain expirations, last underlying prices, and quotes before the first order entry.? I figured things should be good then.
By
tjisana
·
#49895
·
|
Re: Shortable instruments
The FTP site for borrow availability is more like an estimate.? It's not accurate.? Use the API for the correct numbers.
By
FreeGoldRush
·
#49894
·
|
Re: Version updates and bugs
I use the offline versions (stable or latest). They don't update automatically. That way I control when an update happens. I can also have multiple versions installed since each numbered version has
By
Hilmar
·
#49893
·
|
Re: BidAsk and Last reqTickByTickData and ignoreSize parameter
Thank you, I found it in logs! Bid and Ask size a bit too large, but it seems like I need to troubleshoot it separately.
By
GreenGreen
·
#49892
·
|
Re: BidAsk and Last reqTickByTickData and ignoreSize parameter
I'd consult TWS/IBGW logs again to check whether only one "Last" message is sent or whether there are multiple that get lost on the client side. J¨¹rgen
By
J¨¹rgen Reinold
·
#49891
·
|
Re: BidAsk and Last reqTickByTickData and ignoreSize parameter
To troubleshoot I requested Last price without requesting BidAsk and I see that there are multiple trades every second. I also ran my original code for 250 seconds with the same outcome: one LAST
By
GreenGreen
·
#49890
·
|
Re: tickByTickBidAsk bid size is alway is equal to ask size
I just update IBGW to the most recent version: 10.12.2u. The issue is still present. Logs confirm it.
By
GreenGreen
·
#49889
·
|
Re: BidAsk and Last reqTickByTickData and ignoreSize parameter
You only get tickByTickLast callbacks when trades actually take place. Looks like your test runs for only 35 seconds and JETS is very lightly traded and can currently have no trades for over a minute.
By
J¨¹rgen Reinold
·
#49888
·
|
Re: tickByTickBidAsk bid size is alway is equal to ask size
In these cases, the API log or IBGW client tab are definitely the first place you want to check. Did you try a different version of TWS/IBGW? J¨¹rgen
By
J¨¹rgen Reinold
·
#49887
·
|
Re: tickByTickBidAsk bid size is alway is equal to ask size
Thank you so much! I did not realize that I can check logs. From what I see on log (rather Client) tab: 19:05:45:004 -> ---,99-1-3-1661195145-413.05-413.07-1200-1200-0- 19:05:45:004 ->
By
GreenGreen
·
#49886
·
|
BidAsk and Last reqTickByTickData and ignoreSize parameter
I am requesting BidAsk and Last price data with?reqTickByTickData. In both requests I set ignoreSize = False. In what arrives I only see one entry for last price and everything else is BidAsk data. I
By
GreenGreen
·
#49885
·
|
Re: tickByTickBidAsk bid size is alway is equal to ask size
Have you verified in TWS/IBGW API logs that TWS/IBGW indeed always send the same value for askSize and bidSize in tickByTickBidAsk callbacks for SPY? It would be time for a ticket with IBKR if that is
By
J¨¹rgen Reinold
·
#49884
·
|
tickByTickBidAsk bid size is alway is equal to ask size
I am requesting tick-by-tick bid ask data for SPY. In what arrives bid size is always equal to ask size. Is this expected behaviour or a bug? Here is my code: from ibapi.client import EClient from
By
GreenGreen
·
#49883
·
|
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 formulas: =RTD("tws.twsrtdserverctrl","","ETH@PAXOS/PAXOS/CRYPTO////USD","PlPrice")
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 I
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
·
|