I am looking for references on the architecture of automated trading systems and the trading algorithms behind them. I am more interested in system development than analysis. A couple of books I found are Building Automated Trading Systems by van Vliet and Quantitative Trading by Chan. Any other tips or references on this matter would be appreciated.
|
|
In addition to Chan's Quantitative Trading, I have also found the description of trading systems in Rishi Narang's Inside the Black Box to be informative and interesting. There are a few chapters there that give some details on system development, but they are very broad overviews. |
|||||||
|
|
DSpace@MIT - High frequency trading system design and process management (non-printable)
It's just a thesis and you should not consider this as a state of art which is used in a production environment on Wall street. However it's at least something to begin with and become familiar with some approaches which are conisdered in this work. |
|||
|
|
|
Additionally I would recommend Evidence-based technical analysis by David Aronson It explains the whole process (including the complete statistical background) of rigorously setting up the basis for your trading system. See for a short summary of important points here: CXO Advisory See for a review here (including some practical advice and programs how to use the recipes in the book): Automated trading system (This whole blog is btw a good starting point on its own for your endeavor!) |
|||
|
|
|
I just finished "High-Frequency Trading: A Practical Guide to Algorithmic Strategies and Trading Systems" by Irene Aldridge -- I think it provides a very good overview of HFT, considerations of different aspects of trading systems, and good introductions to many formulas and research. |
|||||||||||
|
|
In terms of system design, I learned the most by reading the developer guides and exchange connectivity specs for various exchanges. You probably won't be connecting to these directly, but understanding how the sessions, book updates, snapshotting works, and what events can occur is very useful. Also, google for the Max Dama automated trading PDF, which gives a brilliant and concise overview of what's involved in building a working automated trading system, including architecture, and a who you are vs what you need to build table. |
|||
|
|
