Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet
Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
|
![Modeling Financial Markets : Using Visual Basic.NET and Databases to Create Pricing, Trading, and Risk Management Models](http://images.amazon.com/images/P/0071417729.01.MZZZZZZZ.jpg) |
Modeling Financial Markets : Using Visual Basic.NET and Databases to Create Pricing, Trading, and Risk Management Models |
List Price: $60.00
Your Price: $37.80 |
![](http://www.reviewfocus.com/images/buy-from-tan.gif) |
|
|
Product Info |
Reviews |
<< 1 >>
Rating: ![2 stars](http://www.reviewfocus.com/images/stars-2-0.gif) Summary: Misleading title... Review: I am a software engineer with a goal of learning more about designing trading software. I bought this book with the hope that it would give me some insight into how trading software is designed and implemented. However 90% of this book focuses on general programming concepts. The book covers broad topics such as creating variables, classes, methods, overloading methods, inheritance, polymorphism, UML, SQL, ADO.NET. It also sprinkles in a few complex formulas for calculating values of various contracts. I have spent years and a lot of money learning and mastering these programming concepts. I think the target audience for this book (financial analysts) might be a bit overwhelmed with some of these concepts. For a financial analyst who just wants to get a feel for what programmers actually do, the book is satisfactory. Although, there are plenty of programming for beginners books out there. After reading this book, I haven't gained any insight as to how financial professionals design and build trading software.
Rating: ![5 stars](http://www.reviewfocus.com/images/stars-5-0.gif) Summary: Best programming book I have ever had. Review: I am a student at IIT and took Professor VanVliet's course so that I could write some risk management and trading programs in VB.Net. I have had classes and some previous experience in C, C++, COBOL, and Visual Basic.
We used "Modeling Financial Markets" in the class. It was a very demanding class but you LEARNED the material. The great thing was, however, that you could read his book before the lecture and understand the concepts and applications before you came to class. It is a GREAT practitioner's manual.
I have written several major applications since taking the class last August and do use some other books as references. However, this book should not be just a book sitting on your shelf as an occasional reference:read the entire book because it can get you up and running as a programmer unlike anything else I have read (and I have read a lot in my 43 years). The SAMMs series,Microsoft Press stuff, etc. don't even come close.
The book is well organized. I use it as my first reference when programming in VB.Net. It is especially strong in its chapters on ADO.Net (datatables, dataviews, etc). There is more to be learned but this book gives you a lot of meat and honestly covers probably 95% of what I have needed to know as I write more complex applications.
In each chapter in the front of the chapter the book outlines the key methods, objects, etc. For arrays for example the book summarizes what can be done to an array: how to get an element count, how to sort it, etc. He does this for collections, datatables,hashtables, etc.
There are a few typos in the book code BUT since a CD is included with code that works you can always just cut and paste the code out of the CD. If some code doesn't work you just go to the CD. Which is another thing:the book actually has complete programs as examples, not just little snippets that are not put in the context of a larger program.
The chapter on SQL is a great way to get started programming SQL. If you are using ACCESS as your database be careful to check the datatypes because they are different than those in Oracle. The book mentions VARCHAR2(),and NUMERIC(,): these are Oracle-only datatypes. I found that a great companion book to this one is Patrick's "SQL Fundamentals". (It has a nice section comparing and contrasting datatypes not to mention tons of easy to follow examples on how to write simple and complex SQL statements. This is another great PRACTITIONER book like "Modeling Financial Markets". I contrast these two books to books written by academics trying to show everyone how smart they are).
I would recommend "Modeling Financial Markets" for those outside of the financial areas as well. It just is a quick way to become an effective programmer. It cuts through a lot of the jargon that make many books nearly impossible to read.
Rating: ![5 stars](http://www.reviewfocus.com/images/stars-5-0.gif) Summary: Practical Financial Modeling Review: I found this book to be very useful in helping me develope real time trading applications. These trading applications were developed in Visual Basic and interfaced with the Trading Technolgies X_Trader system. I found myself refering to this book very often for ideas and explanations and examples.
Rating: ![2 stars](http://www.reviewfocus.com/images/stars-2-0.gif) Summary: Misleading title... Review: I have been a Professor of Finance for many years, and am always searching for a good book to use in my classroom. This is one of the best I have come across in a long time. It will be part of my required reading from now on.
Rating: ![5 stars](http://www.reviewfocus.com/images/stars-5-0.gif) Summary: Great in the classroom Review: I have been a Professor of Finance for many years, and am always searching for a good book to use in my classroom. This is one of the best I have come across in a long time. It will be part of my required reading from now on.
Rating: ![4 stars](http://www.reviewfocus.com/images/stars-4-0.gif) Summary: Good Intro to .NET for Financial Systems Engineers Review: I'm a software engineer who read this while developing an automated trading system. I think the book was aimed more at people who know financial systems engineering but do not know .NET rather than at programmers trying to build financial systems, but I still found it very useful (useful enough so that I have read it twice already). It is well-written and provides insight in a number of different areas.
The VB.NET stuff is mostly solid, but anyone wants to use .NET to perform these chores should also read a book that provides a thorough introduction to datasets. Much of the database-centered guidance in the book ignores the dataset, and the dataset is what makes .NET the ideal tool for web database applications. For example, they devote many pages to telling people how to write out an XML file, a chore you can do with a dataset with one line of code (and the dataset never makes a mistake).
Rating: ![5 stars](http://www.reviewfocus.com/images/stars-5-0.gif) Summary: Join the revolution in real time trading systems Review: Real time systematic trading is rapidly taking over markets around the world. Those without the tools to compete in this faster environment may find that trading profits are getting harder to come by. This book is more about the design and implementation of real time trading systems than it is about vb.net. Those who follow the discussion in vb.net should be able to transfer the design concepts into their programming language of choice. Besides building the trading engine, concepts of risk management and data integrity are also discussed. A variety of trading problems are explained, while other chapters discuss database and OOP methodologies. This book is designed specifically for those with financial knowledge who would appreciate seeing programming code and methodology used to attack their common problems.
Rating: ![5 stars](http://www.reviewfocus.com/images/stars-5-0.gif) Summary: Excellent Mix Of Financial and Trading Instruction Review: This book is the first I've found after an exhaustive search for instruction on how to automate my trading strategies using VB.Net. I have not been dissapointed and hope that the authors plan to produce more work that will allow me to further my knowledge of automated trading systems. The knowledge I have gained from Modeling Financial Markets is allowing me to implement automated trading systems on a person level. The book will pay for itself many times over on my first day of trading.
Rating: ![5 stars](http://www.reviewfocus.com/images/stars-5-0.gif) Summary: Excellent Mix Of Financial and Trading Instruction Review: This book is the first I've found after an exhaustive search for instruction on how to automate my trading strategies using VB.Net. I have not been dissapointed and hope that the authors plan to produce more work that will allow me to further my knowledge of automated trading systems. The knowledge I have gained from Modeling Financial Markets is allowing me to implement automated trading systems on a person level. The book will pay for itself many times over on my first day of trading.
<< 1 >>
|
|
|
|