Building Automated Trading Systems

With an Introduction to Visual C++.NET 2005

Gebonden Engels 2007 9780750682510
Verwachte levertijd ongeveer 9 werkdagen

Samenvatting

Over the next few years, the proprietary trading and hedge fund industries will migrate largely to automated trade selection and execution systems. Indeed, this is already happening. While several finance books provide C++ code for pricing derivatives and performing numerical calculations, none approaches the topic from a system design perspective. This book will be divided into two sections: programming techniques and automated trading system ( ATS ) technology and teach financial system design and development from the absolute ground up using Microsoft Visual C++.NET 2005. MS Visual C++.NET 2005 has been chosen as the implementation language primarily because most trading firms and large banks have developed and continue to develop their proprietary algorithms in ISO C++ and Visual C++.NET provides the greatest flexibility for incorporating these legacy algorithms into working systems. Furthermore, the .NET Framework and development environment provide the best libraries and tools for rapid development of trading systems.

The first section of the book explains Visual C++.NET 2005 in detail and focuses on the required programming knowledge for automated trading system development, including object oriented design, delegates and events, enumerations, random number generation, timing and timer objects, and data management with STL.NET and .NET collections. Furthermore, since most legacy code and modeling code in the financial markets is done in ISO C++, this book looks in depth at several advanced topics relating to managed/unmanaged/COM memory management and interoperability. Further, this book provides dozens of examples illustrating the use of database connectivity with ADO.NET and an extensive treatment of SQL and FIX and XML/FIXML. Advanced programming topics such as threading, sockets, as well as using C++.NET to connect to Excel are also discussed at length and supported by examples.

The second section of the book explains technological concerns and design concepts for automated trading systems. Specifically, chapters are devoted to handling real-time data feeds, managing orders in the exchange order book, position selection, and risk management. A .dll is included in the book that will emulate connection to a widely used industry API ( Trading Technologies, Inc.’s XTAPI ) and provide ways to test position and order management algorithms. Design patterns are presented for market taking systems based upon technical analysis as well as for market making systems using intermarket spreads. As all of the chapters revolve around computer programming for financial engineering and trading system development, this book will educate traders, financial engineers, quantitative analysts, students of quantitative finance and even experienced programmers on technological issues that revolve around development of financial applications in a Microsoft environment and the construction and implementation of real-time trading systems and tools.

Specificaties

ISBN13:9780750682510
Taal:Engels
Bindwijze:Gebonden

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

<p>1. Introduction</p> <p>Section I: Introduction to Visual C++.NET 2005<br>2. The .NET Framework<br>3. Tracking References<br>4. Classes and Objects<br>5. Reference Types<br>6. Value Types<br>7. Unmanaged Objects<br>8. Composition<br>9. Properties<br>10. Structures and Enumerations<br>11. Inheritance<br>12. Converting and Casting<br>13. Operator Overloading<br>14. Delegates and Events<br>15. Arrays<br>16. Generating Random Numbers<br>17. Time and Timers<br>18. Input and Output Streams<br>19. Exception Handling<br>20. Collections<br>21. STL/STL.NET<br>22. DataSets<br>23. Connecting to Databases<br>24. Structured Query Language<br>25. XML<br>26. Financial Information Exchange Protocol<br>27. Serialization<br>28 Windows Services<br>29 Setup and Installation Packages</p> <p>Section II: Concurrency<br>30 Threading<br>31 Synchronization Classes<br>32 Sockets</p> <p>Section III: Interoperability and Connectivity<br>33 Marshaling<br>34 Interior and Pinning Pointers<br>35 Connecting to Managed DLLs<br>36 Connecting to Componenet Object Model (COM) DLLs with COM Interop<br>37 Connecting to C++DLLs with Platform Invocation Services<br>38 Connecting to Excel<br>39 Connecting to TraderAPI<br>40 Connecting to XTAPIConnection_Example</p> <p>Section IV: Automated Trading Systems<br>41 Building Trading Systems<br>42 KV Trading System Development Methodology<br>43 Automated Trading System Classes<br>44 Single-Threaded, Technical Analysis System<br>45 Producer/Consumer Design Pattern<br>46 Multithreaded, Statistical Arbitrage System</p>

Managementboek Top 100

Rubrieken

    Personen

      Trefwoorden

        Building Automated Trading Systems