IB FIX CTCI interface experience

Even IB Fix does not offer real time data but only snapshots. Hence going the IB route does not make sense for you. I do use IB Fix.
Hi
You are the first one who I know, which using FIX.
Please could share some more info:
1.Which broker do you have?
2.What is the latency?
3.Is hard to implemented?
4.Did broker charge you for some additional cost?

Thanks
 
To be more accurate, it depends on where each instrument is traded. One gets quicker to the matching engine of the exchange with connecting via IB Europe when trading Dax futures and quicker in the US when trading futures via CME, for example. And when latency is concerned AWS does not cut it by far. Proximity hosting or collocation is asked for. Re collocation, the exact rack location does not matter anymore in the US because cable distance is nowadays normalized across racks.


what do you mean cable distance is normalized? if the server resides next door to the exchange, will it not connect faster than server 1000 miles away?
 
No, I can't answer and here is why: I answered Q1 already, you did not read my post carefully. Q3 points to the possibility you have never done this before and hence won't succeed with an implementation of this either. Q4, did you even bother to read the IB Fix docs? It's mentioned there multiple times. Sorry but I get the impression this topic is way above your head. Did you steal some hft code somewhere?

Hi
You are the first one who I know, which using FIX.
Please could share some more info:
1.Which broker do you have?
2.What is the latency?
3.Is hard to implemented?
4.Did broker charge you for some additional cost?

Thanks
 
Did your uncle BaoBao give you some hft trading algorithm for your birthday, that he saw falling off a truck in Shenzhen?

what do you mean cable distance is normalized? if the server resides next door to the exchange, will it not connect faster than server 1000 miles away?
 
It's my understanding the IB data feed provides "snapshot" quotes. Does the IB API being discussed provide real-time tick-by-tick data?? If not, I do not see how IB could be a valid broker choice for anything even resembling HFT.
According to IB's manual do they offer real tick-by-tick data in the more recent versions of their software: http://interactivebrokers.github.io/tws-api/top_data.html
I have not used this myself, so I don't know whether this is usable for HFT.
 
No, I can't answer and here is why: I answered Q1 already, you did not read my post carefully.
Ok, you are right you mentioned before,I didn't catch it.

Q3 points to the possibility you have never done this before and hence won't succeed with an implementation of this either.
Correct, I didn't implement FIX CTCI so far... therefore comes the question how hard the implementation is.
a. If it is enough to proceed registration with IB and make functional through the IB Gateway or using IBC or IbStarter, with little programing skills involved...
b. Or special approach with specialized company need to be involve...

Q4, did you even bother to read the IB Fix docs?
I found only attached "IB_FIX_Manual", where I didn't find any mentioning about futures orders fees or registration,monthly commission.
I found only monthly commission "1500$/first session and for other lines 1000$" stated in IBKR website, therefore I was curious about reality...

It's mentioned there multiple times. Sorry but I get the impression this topic is way above your head. Did you steal some hft code somewhere?
I'm trading more than 10years, I specialized for futures/options/spreads markets. For long trades I use common tools as COT,Sezonality,PA , hedging by synthetics short/long and spreads. Focusing on daily trading I found out some abnormalities,which I tested already on paper account..but trading my strategy don't make sense if my latency is big.
 

Attachments

Last edited:
According to IB's manual do they offer real tick-by-tick data in the more recent versions of their software: http://interactivebrokers.github.io/tws-api/top_data.html
I have not used this myself, so I don't know whether this is usable for HFT.
Thanks.
So far, I didn't using tick-by-tick data’s, the Realtime or snapshot data’s were for my strategies sufficient.
I'm new in HFT, in my group nobody trade HFT...I found some relevant discussion on this forum, therefore I was submit my questions here..
I feel that the tick-by-tick datas is must for HFT trading..I will check with IB.
 
Last edited:
Other than some rudimentary C++ code from grad school I am completely self taught in coding and AI. I wrote my entire algorithmic trading platform myself over the past 7 years. I only added FIX connectivity later. Learning new technologies is fun as long as it's purpose driven and efficient to learn myself rather than outsource. After plenty outsource disasters I decided early on to do it myself.

Where the heck did you learn to use FIX as a trader?
 
Back
Top