Re: First filled API Order completes longer than subsequent ones (100x or more)
Nothing is impossible, but I somehow cannot convince myself (yet?) that what you see is an issue with TWS API, TWS, or the paper account. Is there any chance that the kind of order you are placing
By
J¨¹rgen Reinold
·
#49898
·
|
Re: tickByTickBidAsk bid size is alway is equal to ask size
J¨¹rgen
Do you by any chance know how to file a bug report. I sent email at [email protected],? (whatever i found online), but now quite sure if this is the best way to reach developers?
By
GreenGreen
·
#49897
·
|
Re: Version updates and bugs
Thanks! I have two questions left:
1) Do you know where I can download safely *older offline* versions? I can't find older versions.
2) How can I see the difference between online and offline
By
@Nick64
·
#49896
·
|
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
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
By
jthechu365@...
·
#49880
·
|
Shortable instruments
Hi, how can I determine whether an instrument is shortable using the TWS API?
Thanks.
By
dakr
·
#49879
·
|