This is something I've been working on for quite a while, coming up on 2.5 years. I've always been dissatisfied with most off-the-shelf trading platforms. Dysfunctional, bloated UI and uncomfortable interaction make them difficult to use, especially in my case where pace is needed. The only software currently available I am somewhat satisfied with is T4 by cunningham trading systems, in addition to it being quite intuitive the team around it are extremely helpful, special thanks to Ryan in sales and Brian on the development side for providing API access free of charge for all these years, very helpful for a once broke teen. The only other platform that met my requirements was the now discontinued Trading Technologies (TT) X_Trader. The new trading technologies platform is web based and has lost all the retro charm of the old platform built in visual c++. The GUI of GT is a near perfect replication of the old X_Trader platform, a nod my interest early trading software from the transitional period to electronic trading

, a time where TT X_trader was all that was available (if you wanted to win). GT is built in c# on the .net framework, I choose to run it on windows vista and/or windows 7. I have managed to get it running on windows XP with some kernel tweaks though.GT currently uses the CTS .api though I am beginning to implement my own FIX engine for order routing currently. I have found GT to be significantly faster in terms of market data handling than any other trading software, order submission and modification is on par with others though.