All posts by Elise Fleischaker, EVP Marketing

When we were in the early stages of developing the new TT platform, we were often asked if we thought our customers would resist moving to an HTML5-based trading system that leveraged the cloud. Given that the financial services industry has generally been slow to adopt multi-tenant cloud-based services, it seemed like a fair question—and one that we were prepared to address and overcome.

While we’ve certainly faced questions about the new system, we’ve seen almost no resistance to the technologies on which it is built. Our customers, including many global banks, recognize that the cloud along with the software-as-a-service (SaaS) delivery model will deliver faster client onboarding, reduced IT support requirements, lower costs and unprecedented ease of use along with low-latency execution via private, proximity-hosted data centers and co-located execution facilities.

We recently showed the TT platform to TABB Group’s Paul Rowady, who was enthusiastic about the hybrid architecture. He published his initial thoughts in “Next-Gen Cloud: Bifurcation Becomes Trifurcation,” asserting that “firms increasingly must adopt proprietary plus multi-tenancy infrastructure configurations, in which infrastructure includes not just internal and external (cloud) components, but further places assets in locations that match the desired performance.”
Continue Reading →

If you’ve been following TT recently, you know 2014 is already shaping up to be a year of significant change. In the past two months alone, we’ve:

  1. Welcomed a new CEO, Rick Lane
  2. Launched a new brand identity
  3. Revealed the next-gen TT platform, a streamlined, go-anywhere trading ecosystem that should be in full production by year’s end

This week we reached another significant milestone, the unveiling of our newly renovated Chicago headquarters.

One of the primary objectives of this renovation was to create a space where our team could engage, collaborate and freely exchange ideas—an environment where our talent feels empowered and willing to take risks. We know that inspiring our people to be at their best is the most surefire way for TT to deliver compelling solutions for our customers.

A great deal of thought and effort went into planning this exceptional facility. In fact, I think it’s more impressive than many of the spaces developed by other tech companies in Chicago.

What’s equally impressive is that we kept out-of-pocket costs to a minimum by doing the renovation in conjunction with our recent lease renewal. As a TT shareholder, this is my favorite part!

Pictures from the internal event celebrating the unveiling of our newly renovated space.

The dramatic two-story, multi-purpose space serves as kitchen, lounge, game room, meeting space and…wait for it…bar, with a constantly changing selection of six craft beers plus two wines on tap.

The bar is particularly noteworthy. It’s constructed entirely of reclaimed materials, including wood from a grain elevator built in 1887. At the time it was completed in Duluth, MN, it was the largest grain elevator in the world. It stood intact until about ten years ago, when crews began to deconstruct and salvage the wood. I think it’s pretty special that purely by chance, we stumbled across materials that are historically significant to our industry and ended up incorporating them in the structure of our bar, which is where I’m sure many new ideas for our industry will be born and nurtured.

Continue Reading →

Ben Van Vliet
Dr. Ben Van Vliet

Through the TT University Program, TT partners with universities around the world to help them prepare students for careers in the global derivatives industry. We provide our software, free of charge, to dozens of schools around the world, including the Illinois Institute of Technology (IIT).

IIT’s Dr. Ben Van Vliet has been using TT’s software as an educator for many years. In this guest post, Dr. Van Vliet looks at the impact automation has had on the markets over time and what it means to the next generation of finance professionals.

All of finance is automated. It’s virtually impossible to do anything in finance without turning on a computer and using some form of automation—Excel, databases, charting packages, APIs, execution platforms. The most obvious example of this is automated trading, where the entire life cycle of a trade, from exchange data feed to trading strategy to order management, happens inside the computer. Trading automation is a complex endeavor. It involves programming, mathematics, and strategic thinking about markets and technology. It’s a lot to learn, but this is what markets are about today.

An automated trading system consists of the rules for entry into and exit from a position or positions and the technology, both hardware and software, used to make them happen. These rules are a set of logical or mathematical operations that can be based upon qualitative, technical or quantitative research. If students want to actually build automated trading systems that execute trades on electronic exchanges (and they should), they need to learn how to create these rules and work with both real-time and historical data in code.

Continue Reading →

According to the Futures Industry Association, exchange-traded futures and options volume grew 133 percent globally from approximately 9 billion contracts in 2004 to over 21 billion in 2012. Equities trading grew at an even faster rate, up 180 percent from 3.5 billion trades in equity shares in 2004 to 9.8 billion trades in 2012 according to the World Federation of Exchanges.

Considering that most trading volume is electronic—and that electronic volume continues to grow—it’s easy to see that the size and speed of data transmission in today’s financial markets brings challenges to exchanges, money managers and financial service firms. How can the numerous players and platforms streamline the transmission of data to conduct business efficiently and economically?

Enter the Financial Information eXchange (FIX) protocol. Since 1992, FIX has been specifying electronic communications standards for the financial markets. Today, FIX is the de facto benchmark for those communications.

The University of Chicago’s campus in Hyde Park

 

FIX Protocol Limited (FPL), the group that manages the development of FIX and promotes its use, states that “virtually every major stock exchange and investment bank uses FIX for electronic trading, as do the world’s largest mutual funds and money managers and thousands of smaller investment firms. Leading futures exchanges offer FIX connections and major bond dealers either have or are implementing them.” As orders are entered, cancelled or queried around the world, standardized FIX messages are used to manage and report them.

Developers use FIX messaging specifications to create software that electronically communicates trading information to a counterparty’s software, oftentimes replacing messages that were previously communicated between counterparties via telephone, fax or email.

TT’s FIX Adapter allows clients to use the industry-standard FIX protocol to integrate customer and third-party order routing, market data and trade capture systems with the TT platform. Clients use the FIX Adapter to quickly and efficiently integrate existing FIX-enabled systems with TT’s trading platform for compliance, trade tracking and fill reporting, order management and routing, and trade automation.

Using FIX-based messages rather than a proprietary messaging system helps ensure that different software programs can communicate with, understand and respond to each other. When disparate systems use standardized FIX messages, they can efficiently manage and report the status of orders as they are entered, cancelled or queried around the world. You might say FIX is the “international” language of the financial services industry.

In “What are the Benefits of FIX Protocol?”, FPL opines that the benefits of the widespread use of a standard messaging protocol include:

  • Reduced cost and complexity of integrating various internal activities.
  • Increased ability to share infrastructure in terms of software, hardware and internal staff.
  • Lower costs resulting from minimizing re-keying and translating data.
  • Easier monitoring of overall positions.

Integrating FIX with academics at the University of Chicago

It’s easy to see how a working knowledge of FIX would be valuable to students seeking to work in today’s trading and financial services industries. The faculty at the University of Chicago, one of TT’s University Program partners, understand this. The curriculum for the university’s degree in financial math includes a course that requires students to complete projects using the FIX protocol.

TT recently sat down with Chanaka Liyanaarachchi, who teaches the course, to discuss the class and why he feels his students need this experience.

Can you describe the students’ project?

Chanaka: The project was part of a series of Computing for Finance courses taught in the Financial Mathematics Program at the University of Chicago. Working in groups, students wrote an electronic trading program using a trading algorithm of their choice. They used FIX to gather market data and to send out messages related to orders to TT’s Developer Environment.

What was the objective of this project?

Chanaka: My main objective was to provide the students with both an interesting and relevant project that would allow them to practice the programming skills they learned in the Computing for Finance series, which emphasizes project-based learning.

Were there any other goals of the project?

Chanaka: One of my secondary goals was to introduce the FIX protocol to the students. Now that electronic trading has all but eclipsed the other forms of trading, and because FIX is an industry standard in electronic trading, it is a good tool for any financial engineer to be familiar with.

Additionally, it gave the students a chance to use a “real” professional trading platform, along with the opportunity to learn about a variety of products offered by different exchanges. And, finally, the students learned how to successfully complete a software project as a group.

Were these objectives met?

Chanaka: Based on the feedback I’ve received so far, it would seem that the set objectives were successfully met! The students practiced programming skills, and used concepts they learned in other Financial Mathematics courses to design and analyze trading algorithms, price instruments, etc.

Why did you use FIX; why not TT’s proprietary API?

Chanaka: Either would have been a good choice; we could have achieved the main goals of the project by using TT’s proprietary API. Ultimately, FIX was chosen because it is an industry standard.

Why did you select TT as opposed to writing directly to exchange APIs?

Chanaka: Due to a large class size, we had to request a significant amount of resources from TT. We greatly appreciate TT’s efforts to accommodate our requests in a timely manner. From a technical point of view, the TT Developer Environment allowed the students to access different markets of their choice, and to switch between different markets with ease, due to uniform/normalized access. This is the main technical reason why we chose to go with the TT system, as opposed to directly connecting to an exchange.

Quite often our collaboration with universities results in a mutually beneficial relationship: universities benefit from our assistance with “real-world” applications while we benefit from their feedback and the students they educate. The University of Chicago has proven to be a good example of this. The best is yet to come.

Chanaka Liyanaarachchi

About Mr. Liyanaarachchi
Chanaka teaches “Computing for Finance” in the Financial Math Program at the University of Chicago. A graduate of the University of Peradeniya (Sri Lanka) in electrical engineering and Computer Science, he earned his Master’s in Computer Engineering from the University of Kansas. In addition to this, he has an MBA in Finance from DePaul University and a Master’s in Financial Math from the University of Chicago. He has been trying to improve the computing courses to teach students the necessary computing skills needed in today’s finance industry. His current interests include high-performance computing in financial applications and functional programming.

Tulane Algorithmic Trading Club members Willow Zhang (1st
Place) and Yuki Yang (2nd Place) used X_TRADER® to out-
perform the competition in the club’s first official trading contest.




Tulane University is one of Trading Technologies’ most active University Program partners. At Tulane, our X_TRADER® software is used in classroom instruction, and it’s installed at the A.B. Freeman Trading Center laboratory. The lab is accessible to all students, including members of the Tulane Algorithmic Trading Club (TATC).

The club supports research, facilitates discussions and encourages hands-on development of automated trading strategies. As a student organization, membership is open to all interested Tulane students.

TATC members gain real-world skills by writing and developing trading algorithms while learning from collaborations with their peers and faculty advisors. The students are challenged to trade in simulation mode against live market data using industry-standard technologies, including X_TRADER and TT’s application programming interfaces (APIs). The algorithms that they develop are deployed in simulation against real-market data, and the strategies are ranked in terms of profit to identify the students who’ve best met the challenge.

Recently, the club held its first official trading competition. Entry was open to all Tulane students. Participants were encouraged to be creative in their use of information and technology when they developed their automated strategies, which ranged from high-frequency styles that monitored market liquidity and took advantage of arbitrage opportunities to those that were a bit more long-term in nature and driven by technical indicators.

And the Winner Is…

After the contest concluded, TATC President Zachary Poche and Secretary Geoffrey Lewis reported: “…the Tulane Algorithmic Trading Club held its first trading competition. Algorithms were pitted against one another in a battle of mathematical wits and technical savvy. The competitors met in the trading laboratory at 12:00 PM, and, after a quick fine tuning of Trading Technologies by our resident tech wizard Kevin Ammentorp, trading began promptly at 12:15. After 45 minutes of trading, the best algorithm was evident and club member Willow walked away with the top prize, our respect and adoration, with an overall profit of $55,000. The first runner up was Yuki with a profit of $8,000.”

Willow’s winning strategy utilized the Average Directional Index (ADX) and the Commodity Channel Index (CCI), while Yuki’s runner-up strategy was a Moving Average (MA) indicator built entirely in ADL™, TT’s visual programming platform.

The students who participated in the contest said they appreciated the opportunity to apply what they learned in class using real-world tools in a real-world setting—to get real-world results.

Of particular interest to me is how enthusiastically the students employed ADL. It enabled them to design, test and deploy their trading algorithms in C# without writing a single line of code. Geoff and Zack told me that one of the biggest advantages to using ADL was the speed at which the students were able to generate, test and deploy their strategies once they were defined. These students haven’t graduated yet, but they know that in the marketplace, “speed to market” is vital, and they leveraged ADL to obtain a speed advantage.

Clubs like Tulane’s Algorithmic Trading Club highlight the collaboration of university, students and business. As a voluntary endeavor, the students display an entrepreneurial spirit with faculty guiding that spirit. I’d like to think companies like ours, that provide the technology and training, give them the tools to empower that spirit and bring their ideas to life. That’s a winning strategy for everyone.

ACKNOWLEDGEMENT: The Tulane Algorithmic Trading Club is steered by Zachary Poche (President), Joshua Aiken (Vice President) and Geoffrey Lewis (secretary). Professors Joe LeBlanc and Geoffrey Parker are the faculty advisors.