楼主: yhongl12
8479 19

[学科前沿] 【free】Building Automated Trading Systems [推广有奖]

  • 0关注
  • 7粉丝

教授

73%

还不是VIP/贵宾

-

威望
0
论坛币
62809 个
通用积分
10.0256
学术水平
37 点
热心指数
37 点
信用等级
23 点
经验
42150 点
帖子
733
精华
0
在线时间
2105 小时
注册时间
2007-6-2
最后登录
2023-4-30

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005
by:Benjamin Van Vliet

内容简介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.

* 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
作者简介Ben Van Vliet is a Lecturer at the Illinois Institute of Technology (IIT), where he also serves as the Associate Director of the M.S. Financial Markets program. At IIT he teaches courses in quantitative finance, C++ and .NET programming, and automated trading system design and development. He is vice chairman of the Institute for Market Technology, where he chairs the advisory board for the Certified Trading System Developer (CTSD) program. He also serves as series editor of the Financial Markets Technology series for Elsevier/Academic Press and consults extensively in the financial markets industry. Mr. Van Vliet is also the author of "Modeling Financial Markets" with Robert Hendry (2003, McGraw Hill) and "Building Automated Trading Systems"(2007, Academic Press. Additionally, he has published several articles in the areas of finance and technology, and presented his research at several academic and professional conferences.
媒体推荐"Building Automated Trading Systems is a must read for anyone developing professional algorithmic trading systems. It brings all aspects of design, functionality and real-time system implementation into clear step-by-step focus. This book will be a first choice reference manual for the serious professional .NET programmer in trading system development." -- Russell Wojcik, Member of CME and CBOT, Head of Trading Strategy Concentration, Illinois Institute of Technology "This book is an excellent primer for anyone interested in developing automated or semi-automated trading applications. Ben covers the programming knowledge needed to develop successful trading applications. A must have for traders getting into programming and programmers getting into trading. It will also serve as a useful reference for developing more sophisticated trading tools." -- Sagy P. Mintz, Vice President, Trading Technologies, Inc.
编辑推荐"Building Automated Trading Systems is a must read for anyone developing professional algorithmic trading systems. It brings all aspects of design, functionality and real-time system implementation into clear step-by-step focus. This book will be a first choice reference manual for the serious professional .NET programmer in trading system development."
-- Russell Wojcik, Member of CME and CBOT, Head of Trading Strategy Concentration, Illinois Institute of Technology

"This book is an excellent primer for anyone interested in developing automated or semi-automated trading applications. Ben covers the programming knowledge needed to develop successful trading applications. A must have for traders getting into programming and programmers getting into trading. It will also serve as a useful reference for developing more sophisticated trading tools."
-- Sagy P. Mintz, Vice President, Trading Technologies, Inc.
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Automated Building Systems Trading System performing execution happening already finance

Building_Automated_Trading_Systems__2007_.zip

908.68 KB

本附件包括:

  • Building Automated Trading Systems (2007).pdf

本帖被以下文库推荐

沙发
jisorc 发表于 2009-9-30 20:50:28 |只看作者 |坛友微信交流群
谢谢   

使用道具

藤椅
Enthuse 发表于 2009-9-30 22:06:19 |只看作者 |坛友微信交流群
thx. will look see.

使用道具

板凳
wenjc 发表于 2009-11-2 18:37:45 |只看作者 |坛友微信交流群
谢谢楼主

使用道具

报纸
Windwill 发表于 2009-11-4 22:28:11 |只看作者 |坛友微信交流群
Thank you so much!

使用道具

地板
vigorous888 发表于 2009-11-17 17:08:16 |只看作者 |坛友微信交流群
THX VERY MUCH
希望大家共同提高!

使用道具

7
lystill 发表于 2009-12-6 01:28:22 |只看作者 |坛友微信交流群
找了半天 ~~~谢谢楼主O(∩_∩)O~

使用道具

8
野狐禅 发表于 2010-3-11 04:35:15 |只看作者 |坛友微信交流群
这其实是一本软件设计的书,并不是讲交易方法的。
古庙,青灯。昏鸦,老僧。野狐禅。

使用道具

9
OldBody 发表于 2010-8-24 09:02:02 |只看作者 |坛友微信交流群
xiexie  Thank you so much!

使用道具

10
ceofo 发表于 2010-11-29 11:16:27 |只看作者 |坛友微信交流群
好书,多谢免费分享

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jr
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-19 21:12