开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: TWS.OCX + newer API DLL
If you were to try to run the installers for both API v971 and API v973, unfortunately the 973 installation process would interfere with the 971 installation. For one thing the TwsSocketClient.dll
By Josh · #40640 ·
Re: historical and live recording of tick data
No, it's available to everyone although I think it is only described in the beta release notes and has not made it to the main documentation (at least I couldn't find it). It is similar to the DOM
By Nick <news1000@...> · #40639 ·
Re: historical and live recording of tick data
Thanks. Is this TIckByTick thing really only for people who have a dedicated line to IB? -Kurt news1000@...> wrote:
By Kurt Bigler · #40638 ·
Re: historical and live recording of tick data
great overview, thats what i needed to understand. thank you. so tickbytick with timestamp is the way forward.
By hannnnny@... · #40637 ·
Re: historical and live recording of tick data
Due to recent additions to the api it is important to distinguish between all the different data streams that are available. In the old days 'tick data' referred to the live data in reqMktData, which
By Nick <news1000@...> · #40636 ·
Re: Install TWS or IB gateway on Ubuntu and ARM64 bit processor
I think the problem here is that the TWS and Gateway installers now include their own 'hidden' copy of Java, this being an Oracle Java that I pretty much guaranteed to work well with that particular
By Richard L King · #40635 ·
Re: Install TWS or IB gateway on Ubuntu and ARM64 bit processor
This is the error screen I have. Seems it is related to Java.
By Derek Fung · #40634 ·
Re: historical and live recording of tick data
I'm pretty sure when this question came up years ago it was concluded that the timestamps on tick data are put there by TWS/Gateway, based on time of arrival. They are not real timestamps based on
By Kurt Bigler · #40633 ·
Re: historical and live recording of tick data
Hi Hannnny, Duplicates are certainly possible, there are many other events in the IB api that produce duplications and omissions of messaging, so you're better off preparing for them than not. As for
By mark collins · #40632 ·
Re: Install TWS or IB gateway on Ubuntu and ARM64 bit processor
Hey Derek, I use ubuntu all the time for my gateway and tws machines, the ARM64 thing might be a bit odd though, I've no experience with that. Does it state that your java version is wrong or is that
By mark collins · #40631 ·
Re: historical and live recording of tick data
was responding to Mark, didnt see your answer somehow, easy fella... Now live recording is up, next question,?I apply a unix timestamp on my side whenever a volume ticktype 5 comes through and
By hannnnny@... · #40630 ·
Install TWS or IB gateway on Ubuntu and ARM64 bit processor
Hi, Has anyone installed TWS or IB gateway successfully on ARM64 bit processor and Ubuntu? I have problem in installation. Guess it is because the JVM is not supported. Any suggestion? Derek
By Derek Fung · #40629 ·
Re: historical and live recording of tick data
I have told you why you can't do it with historical tick data. You have to use live data. If you can't understand IB's data then you will have to hire someone to do it for you.
By Nick <news1000@...> · #40627 ·
Re: historical and live recording of tick data
i dont know if they are synced. both feed have unix timestamp so i assume trades can be matched to bid/offer in a giant looping lookup? is there any reason they would not be synced coming from IB?
By hannnnny@... · #40626 ·
Re: historical and live recording of tick data
The timestamp is only in seconds so when there are multiple ticks per second you have no way to determine the order of events. For active instruments there will be multiple ticks per second so your
By Nick <news1000@...> · #40625 ·
Re: historical and live recording of tick data
Hi Hannnnny, As described your algorithm will work if the ticks start and end times are synchronisable across the two streams, otherwise you'll have spans of bid/offer that are overlapping multiple
By mark collins · #40624 ·
Re: historical and live recording of tick data
I'm thinking of a kind of lookup algorithm based on timestamp to slot the trade ticks into the bid/offer ticks, I was just hoping someone has done this already but do you know some reason why this
By hannnnny@... · #40623 ·
Re: historical and live recording of tick data
You can't do it from historical download. In the live stream my observation so far is that you'll get the events in the proper order. I don't know how it lines up with the T&S display in TWS. You'll
By Nick <news1000@...> · #40622 ·
Re: TWS API Error 2019: Order Event Warning - got when trying to submit Bracket order for execution outside RTH. Entry, profit OK. Stop NG.
When I have encountered this it was due to the rthOnly setting (or whatever it is called now). If you reverse the rthOnly setting for the stop order the warning will probably go away. I never figured
By Nick <news1000@...> · #40621 ·
historical and live recording of tick data
Hi all, I'm trying to request historical ticks data for trades but i also want to see the bid/offer at the time of the trades in order to reconstruct the time and sales. However ib has this in 2
By hannnnny@... · #40620 ·