Lecture: Electronic Trading for Programmers

Electronic trading, in particular for high-frequency and low-latency strategies, is an area that is very much in demand of C++ developers, but sometimes seen as alien by traditional technologists. In this talk, we'll attempt to demystify this industry, present the problems people try to solve in it, and explain which parts of C++ has made it such a prevalent tool there.

The talk will be primarily focused on electronic trading on centralized exchanges with continuous matching of limit orders, be it for delta-one or derived assets, on co-located or cloud exchanges. We'll first cover the basics with reference and market data, execution, and order book kinematics, then discuss how one would build a program with low-latency trading capabilities as a result, with optimized thread models, networking and memory management. Finally we'll delve into a few more quantitative topics to understand how it all fits together: matching engine simulation, alpha modeling, slippage and risk management.

Info

Day: 2023-04-20
Start time: 16:00
Duration: 01:30
Room: Bristol III

Links:

Feedback

Click here to let us know how you liked this event.

Concurrent Events