Fundamentals API & TWS client data inaccuracy?
It appears there is inaccurate Per Share data in the Company Overview > Ratios page.
For example:
IBKR shows Revenue / Share - TTM = 30.82
However, a simple calculation shows the correct number
By
Joel Gross <joelrgross@...>
·
#46399
·
|
Re: trouble requesting trade data *and* quote data for three futures tickers
Taylor,
*[no sleep... ever]*
Inside your processMessages() I see "sleep for 15 seconds". What does the
rest of the code doing during that blocking sleep() call? Right - nothing.
Any incoming quotes,
By
Dmitry Shevkoplyas
·
#46398
·
|
Re: Unable to connect
Hi Mark,
This is normal to experience daily outages around midnight especially
weekends. I also can not connect for the last 30-40 minutes. IB has this System
Status
By
Dmitry Shevkoplyas
·
#46397
·
|
Unable to connect
It's about 11:45 EST on a Friday night (2-5-21). I'm unable to connect through IB gateway or the mobile app. Is it normal for IB to be down during this time? Is there a schedule of times the server is
By
Mark Guglielmi
·
#46396
·
|
Re: Not receiving some (many) historical ticks from TWS through API
senescence ... so that's the word for when I don't recognize the man in the mirror in the bathroom in the morning but decide to wash him anyway ..
No worries, Richard. From what I read on this end,
By
Jürgen Reinold
·
#46395
·
|
Re: Not receiving some (many) historical ticks from TWS through API
Oh dear me, you're dead right. I'm getting much too careless. Not so much Brexit as senescence…
The stupid thing is that after making the (incorrect query), I thought I'd try it up to the latest
By
Richard L King
·
#46394
·
|
Re: trouble requesting trade data *and* quote data for three futures tickers
The default is 100 concurrent reqMktData streams but only 3 reqTickByTick streams. Also, market depth is limited to 3 concurrent.
If you are getting the error for more than one request per 15 seconds
By
Nick <news1000@...>
·
#46393
·
|
Re: Not receiving some (many) historical ticks from TWS through API
My historical TickByTick harvester also works fine for the time and instrument. Is your code prepared for more than 1000 ticks arriving. My initial request returned 1695 ticks, My time stamps are in
By
Jürgen Reinold
·
#46392
·
|
trouble requesting trade data *and* quote data for three futures tickers
I'm having some trouble requesting both trade data and quote data from the same running client. I am after this information for the following futures tickers: MESH1, MNQH1, M2KH1
I have refactored
By
tbrown122387@...
·
#46391
·
|
Re: tif of child orders
I don't think it's the case that the stop loss order 'inherits' the TIF of the parent order by default. I think any order uses the default TIF (DAY) if you don't explicitly set it to something else.
By
Richard L King
·
#46390
·
|
Re: Problem allocation for placeOrder(app.nextorderId, FX_order('EURUSD'), order)
Oops, thanks for pointing that out. Must do better!...
I'll edit it in the message archive, but of course all those who receive posts by email will have it in their Inbox.
I doubt any harm
By
Richard L King
·
#46389
·
|
Re: Not receiving some (many) historical ticks from TWS through API
When I run your specified query I get 1000 ticks back. I've attached a file containing the results.
Note that the timestamps are in my local timezone (UK), which is how the API returns the data,
By
Richard L King
·
#46388
·
|
Re: Problem allocation for placeOrder(app.nextorderId, FX_order('EURUSD'), order)
Moderator, You missed an account number in the example.
Best wishes,
M
By
mark collins
·
#46387
·
Edited
|
Problem allocation for placeOrder(app.nextorderId, FX_order('EURUSD'), order)
Good morning
i 'm french . sorry for my english
I'm working on the TWS API. Everything went very well until I got to the order with the PYTHON command
app.placeOrder (app.nextorderId, FX_order
By
GUY <guy.bonnardel@...>
·
#46386
·
Edited
|
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
The OCA is set automatically by IB for bracket orders. You don't have to set the OCA explicitly.
By
Nick <news1000@...>
·
#46385
·
|
Re: Place a Limit Order with 2 Profit Takers and 1 Stop Loss for a Stock
According to my knowledge/experience, the size/quantity of a child order attached to a parent order must have the same size/quantity of the parent order. Hence my suggestion to use two sets of parent
By
Orionn
·
#46384
·
|
Not receiving some (many) historical ticks from TWS through API
I'm having a problem getting a great deal of historical trade ticks from TWS that are available in Time & Sales and this issue appears pretty frequent for the more liquid stocks. For certain days in
By
ds-avatar
·
#46383
·
|
Re: Python API vs C/C++ API advantage?
Newbie here - just starting out with IB. I have coded my own algo systems
in the past but not with IB. Those have been in Python(even though C++ was
also an offered interface) and I have never had
By
Ajay Joglekar
·
#46382
·
|
Re: Python API vs C/C++ API advantage?
You've gotten some good answers, I'll give an answer from a different perspective.
There are latencies you can't do anything about - quotes and orders traveling from exchanges to IB, within IB's
By
Nick <news1000@...>
·
#46381
·
|
Re: Python API vs C/C++ API advantage?
The max speed of interacting with TWS is NOT determined by the language you write in.? C++ is faster than Python but that doesn't matter as TWS's I/O is throttled (pacing violations).? Your code
By
Hunter C Payne
·
#46380
·
|