Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005 (Financial Market Technology) (Financial Market Technology)
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005 (Financial Market Technology) (Financial Market Technology) | |||||||||||||||||||||||||||||
|
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 sectionsprogramming techniques and automated trading system ( ATS ) technologyand 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. * Teaches financial system design and development from the ground up using Microsoft Visual C++.NET 2005. * Provides dozens of examples illustrating the programming approaches in the book * Chapters are supported by screenshots, equations, sample Excel spreadsheets, programming code and interactive CDROM |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 13 of 13 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 10-21-08 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Book goes over .NET C++. It touches on automated trading development but not in depth. Has examples of using 3rd party trading apis.
I wish this book covered scalability, performance and latency issues as well as historical data management. (Review Data Last Updated: 2008-11-30 05:31:07 EST)
|
|||||||||||||||||||||||||||||
| 01-20-08 | 1 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Waste of paper.
I've started reading this book a few times but find myself paging through it trying to find something worth reading. As an introduction to Visual C++ .NET it might be useful but most chapters cover the matters in about two pages and I have a sneaking suspicion this is just a copy of MSDN with new code examples. As for Automated Trading systems it has about 10-15 pages on the subject and of that probably 8 are just code (could have been omitted and just put on the CD). If you don't have access to the internet this book will come in handy. Otherwise go for Practical .NET for the financial markets instead. (Review Data Last Updated: 2008-03-08 01:54:58 EST)
|
|||||||||||||||||||||||||||||
| 01-19-08 | 1 | 6\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Waste of paper.
I've started reading this book a few times but find myself paging through it trying to find something worth reading. As an introduction to Visual C++ .NET it might be useful but most chapters cover the matters in about two pages and I have a sneaking suspicion this is just a copy of MSDN with new code examples. As for Automated Trading systems it has about 10-15 pages on the subject and of that probably 8 are just code (could have been omitted and just put on the CD). If you don't have access to the internet this book will come in handy. Otherwise go for Practical .NET for the financial markets instead. (Review Data Last Updated: 2008-10-22 05:18:37 EST)
|
|||||||||||||||||||||||||||||
| 11-23-07 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Hands down this is the most useful financial-programming guide on the market. I would question the capabilities or intellectual capacity of any person who thinks anything less.
Step-by-step, it shows the user how to take the concepts of object-oriented programming and apply it directly to the financial markets, ultimately yielding an automated-trading system designed to trade futures through Trading Technologies' XT_API. The book is thorough, yet simple to follow, descriptive, but not drawn out. (Review Data Last Updated: 2008-01-21 10:44:54 EST)
|
|||||||||||||||||||||||||||||
| 11-09-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
If you want a very practical introduction on how to design and implement your first trading system, this book is for you.
The initial chapters cover all the C++/CLI concepts needed to understand the detailed case studies of two actual trading systems. The reader is assumed to have some general understanding of OO languages, preferably C++. Be realistic. As the author points out in the book, the algorithms driving these trading systems are well known, so they probably will not make you a millionaire. But the software included with the book will give you a head start to try out your own ideas in a simulated environment. People interested in running a hedge fund are advised to read the chapter on development methodology. It will help you get a handle on the software development side of the business. (Review Data Last Updated: 2007-11-23 09:31:39 EST)
|
|||||||||||||||||||||||||||||
| 11-08-07 | 3 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I wish there was slightly more explanation of the code. 1 small paragraph doesnt cut it for me. I have ran the code merely as a puppet of the author and really dont 100% get a grasp on it. I dont think this book is for beginners, you should have a decent knowlege of c++ (pointers especially) already before getting into this book. The ony intro involved in this book is a slight .net informational. Title should be "Building Automated Trading Systems with Visual C++ .NET 2005, featuring slight intro to .NET framework". Probably an awesome book for people w/ good working knowledge of c++ and want to tie in with .net and financial systems programming. I have put the book down for now and am going to hit the programming gym before I pick it back up. Maybe I will make a follow up post at that point.
(Review Data Last Updated: 2007-11-23 09:31:39 EST)
|
|||||||||||||||||||||||||||||
| 06-29-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Unlike some other comments about this book, the intended readers are serious developers who have not started or just begining to use .Net 2005 framework. That is why some readers do not like this book.
A pure programmer do not need to read this book. A pure quant strategist do not need this book. A network specialist do not need this book. It is only good for the intended readers. (Review Data Last Updated: 2007-11-09 16:20:16 EST)
|
|||||||||||||||||||||||||||||
| 04-22-07 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I read some of the other reviews and was moved to write my own evaluation as those reviews were mistreating this book.
This book is NOT fiction nor is it a comprehensive reference on C++.Net. so for someone trying to read this book from cover to cover will not feel like adding much value. Also the title says it clearly that the book includes an introduction to VC++.Net (just want to stress that the book is not meant to teach you the language in and out) The value in this book is to understand the typical challenges that financial trading systems offer and some really insightful examples on how to solve them. This book deals with everyday problems that any programmer will face when building his/her own trading system (Automated/semi-automated). There is a lot of good advice on Building Automatic Trading Systems all compiled into one resource. Like I mentioned before the book is not a comprehensive reference on C++.Net(Use MSDN for that) and neither is it verbose, but simply a bridge between building trading systems and programming. The introduction to VC++.Net is a quick read even if you have no or basic programming skills and only serves as an introduction to the language with a quick reference of the concepts. I love this book and appreciate some of the issues that it addresses. It also better prepared me for the job that I got after taking Professor Van Vliet's class and using this book for the same. I recommend this book for all those developers (or beginners) who are dealing with financial markets and have the need to build ATS. (Review Data Last Updated: 2007-07-08 16:02:51 EST)
|
|||||||||||||||||||||||||||||
| 04-13-07 | 5 | 3\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I feel I am qualified to review this book as I have been a student of Professor Van Vliet's at IIT-Chicago. I have taken his courses in ANSI C++,VB.Net,and developing automated trading systems using C++.Net. I took the course in C++.Net/Automated Trading Systems using the notes that were the basis for this book.
A few of the previous reviews were way off the mark in my opinion. One of Professor Van Vliet's strengths and approach to programming is to develop concepts through simple examples. In this book, as in all his classes, he gives small but complete programs to learn concepts. Most books, e.g. Deitel, introduce concepts with 2-3 page programs where you get lost in what you are trying to learn. Van Vliet emphasizes that programming is learned by doing, not just by reading. If you just plan to read the book and not actually implement the programs then maybe it's value is limited. But this is not how most people REALLY learn programming. You have to get your hands dirty. Previous reviews are way off the mark in terms of substance as well. You just have to go to MSDN's documentation on C++.Net to see that Van Vliet includes a lot of helpful information that is hard to find in other books and on the NET. For example, for those who care to pay attention, he does an excellent treatment on how to get to methods in objects stored in hashtables and sorted lists. Almost all other discussions of hashtables use very primitive hashtables where you only store a key and a simple value (like an integer or string) . Van Vliet actually shows ways, for example, to create a Stock Class with all the attributes of a stock and then store the stock objects in a hashtable that would represent a portfolio. (this is not the example in the book but he clearly shows you how to do this). Then he shows you how to get at the methods using a dynamic cast or static cast (with the advent of generics in VS 2005 there are now even better ways in some instances). To give further evidence of his building block approach and the substance in the book, Van Vliet towards the end of the book develops a single-threaded algorithmic trading system and then uses a producer-consumer semaphore model to show you how to create a multi-threaded algorithmic trading system. Where else can you find this in the literature? He even created his own API, Trader API, that is very similar to that of Trading Technologies's XTAPI, so programmers can learn how to connect and use an API. Finally, through my study with Van Vliet I have been able to write multi-threaded trading programs using XTAPI, write a stat arb program for equity trading that searches a large database of equities, write technical trading systems, and write factor model programs for equity trading. In large part because of what I learned from Professor Van Vliet at IIT I have been able to be employed by a local hedge fund. Whenever I program his books are with me for reference purposes. J.S. Haworth April 2007 (Review Data Last Updated: 2007-07-07 17:08:51 EST)
|
|||||||||||||||||||||||||||||
| 04-02-07 | 1 | 4\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Strong regret that I spent 80$ on this book. The backcover said this book was suitable for people who wanted to learn c++.net with a focus on trading systems, however the intro to the language itself is very very light.
It starts directly with pages of code (that you can find on the cd...) explaining how to manage threads, processes, time etc etc. I had the feeling that this book has no real beginning nor real ending and that chapters can be all mixed up, it won't change anything. On the other side, I am maybe too beginner for it. Maybe this suitable for people who want to transfer their system from one language to c++.net. (Review Data Last Updated: 2007-07-07 17:08:51 EST)
|
|||||||||||||||||||||||||||||
| 03-23-07 | 5 | 1\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I thought this was an excellent book for beginner and intermediate developers. It takes you through the building blocks necessary to create a fully functioning automated trading system. Especially useful for programmers in other languages that are looking to transfer their code to C++.net. I've have 7 years of experience in financial programming and many of the problems addressed in this book, I deal with on a daily basis.
(Review Data Last Updated: 2007-07-07 17:08:51 EST)
|
|||||||||||||||||||||||||||||
| 03-20-07 | 1 | 7\9 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I regret purchasing this book. Since I didn't have a chance to look at it before puchasing it, I bought it on a chance that it may provide some insight into trading system. Not a chance.
The book is approx 300 pages and probably 240 of those pages are code. I can't emphasize enought that there is so little in the way of explaination here. The author gives a brief 1 paragraph description of an object and then it is followed by 5 or 6 pages of code. There is very little explaination of the design or implementation. The book comes with a CD of the code. Why duplicate printing the code in the book? More than 2/3 of the book is devoted to .NET using C++. If you have this experience, this is another reason not to buy the book. It is not until Chapter 43 that a discussion about automated trading systems starts. I highly do not recommend this book. Unfortuntely, you can't rate a book with no stars. (Review Data Last Updated: 2007-07-07 17:08:51 EST)
|
|||||||||||||||||||||||||||||
| 03-19-07 | 1 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I regret purchasing this book. Since I didn't have a chance to look at it before puchasing it, I bought it on a chance that it may provide some insight into trading system. Not a chance.
The book is approx 300 pages and probably 240 of those pages are code. I can't emphasize enought that there is so little in the way of explaination here. The author gives a brief 1 paragraph description of an object and then it is followed by 5 or 6 pages of code. There is very little explaination of the design or implementation. The book comes with a CD of the code. Why duplicate printing the code in the book? More than 2/3 of the book is devoted to .NET using C++. If you have this experience, this is another reason not to buy the book. It is not until Chapter 43 that a discussion about automated trading systems starts. I highly do not recommend this book. Unfortuntely, you can't rate a book with no stars. (Review Data Last Updated: 2007-03-26 09:27:43 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 13 of 13 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |