語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Automated trading with R = quantitat...
~
Conlan, Chris.
FindBook
Google Book
Amazon
博客來
Automated trading with R = quantitative research and platform development /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Automated trading with R/ by Chris Conlan.
其他題名:
quantitative research and platform development /
作者:
Conlan, Chris.
出版者:
Berkeley, CA :Apress : : 2016.,
面頁冊數:
xxv, 205 p. :ill., digital ;24 cm.
內容註:
Part 1: Problem Scope -- Chapter 1: Fundamentals of Automated Trading -- Chapter 2: Networking Part I: Fetching Data -- Part 2: Building the Platform -- Chapter 3: Data Preparation -- Chapter 4: Indicators -- Chapter 5: Rule Sets -- Chapter 6: High-Performance Computing -- Chapter 7: Simulation and Backtesting -- Chapter 8: Optimization -- Chapter 9: Networking Part II -- Chapter 10: Organizing and Automating Scripts -- Part 3: Production Trading -- Chapter 11: Looking Forward -- Chapter 12: Appendix A: Source Code -- Chapter 13: Appendix B: Scoping in Multicore R.
Contained By:
Springer eBooks
標題:
R (Computer program language) -
電子資源:
http://dx.doi.org/10.1007/978-1-4842-2178-5
ISBN:
9781484221785$q(electronic bk.)
Automated trading with R = quantitative research and platform development /
Conlan, Chris.
Automated trading with R
quantitative research and platform development /[electronic resource] :by Chris Conlan. - Berkeley, CA :Apress :2016. - xxv, 205 p. :ill., digital ;24 cm.
Part 1: Problem Scope -- Chapter 1: Fundamentals of Automated Trading -- Chapter 2: Networking Part I: Fetching Data -- Part 2: Building the Platform -- Chapter 3: Data Preparation -- Chapter 4: Indicators -- Chapter 5: Rule Sets -- Chapter 6: High-Performance Computing -- Chapter 7: Simulation and Backtesting -- Chapter 8: Optimization -- Chapter 9: Networking Part II -- Chapter 10: Organizing and Automating Scripts -- Part 3: Production Trading -- Chapter 11: Looking Forward -- Chapter 12: Appendix A: Source Code -- Chapter 13: Appendix B: Scoping in Multicore R.
All the tools you need are provided in this book to trade algorithmically with your existing brokerage, from data management, to strategy optimization, to order execution, using free and publicly available data. Connect to your brokerage's API, and the source code is plug-and-play. Automated Trading with R explains the broad topic of automated trading, starting with its mathematics and moving to its computation and execution. Readers will gain a unique insight into the mechanics and computational considerations taken in building a back-tester, strategy optimizer, and fully functional trading platform. The platform built in this book can serve as a complete replacement for commercially available platforms used by retail traders and small funds. Software components are strictly decoupled and easily scalable, providing opportunity to substitute any data source, trading algorithm, or brokerage. This book will: Provide a flexible alternative to common strategy automation frameworks, like Tradestation, Metatrader, and CQG, to small funds and retail traders Offer an understanding of the internal mechanisms of an automated trading system Standardize discussion and notation of real-world strategy optimization problems What You'll Learn: To optimize strategies, generate real-time trading decisions, and minimize computation time while programming an automated strategy in R and using its package library How to best simulate strategy performance in its specific use case to derive accurate performance estimates Important optimization criteria for statistical validity in the context of a time series An understanding of critical real-world variables pertaining to portfolio management and performance assessment, including latency, drawdowns, varying trade size, portfolio growth, and penalization of unused capital.
ISBN: 9781484221785$q(electronic bk.)
Standard No.: 10.1007/978-1-4842-2178-5doiSubjects--Topical Terms:
784593
R (Computer program language)
LC Class. No.: QA276.45.R3
Dewey Class. No.: 005.133
Automated trading with R = quantitative research and platform development /
LDR
:03439nmm a2200337 a 4500
001
2051999
003
DE-He213
005
20170307172358.0
006
m d
007
cr nn 008maaau
008
170421s2016 cau s 0 eng d
020
$a
9781484221785$q(electronic bk.)
020
$a
9781484221778$q(paper)
024
7
$a
10.1007/978-1-4842-2178-5
$2
doi
035
$a
978-1-4842-2178-5
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA276.45.R3
072
7
$a
UMX
$2
bicssc
072
7
$a
UMC
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
COM010000
$2
bisacsh
082
0 4
$a
005.133
$2
23
090
$a
QA276.45.R3
$b
C752 2016
100
1
$a
Conlan, Chris.
$3
3134869
245
1 0
$a
Automated trading with R
$h
[electronic resource] :
$b
quantitative research and platform development /
$c
by Chris Conlan.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2016.
300
$a
xxv, 205 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part 1: Problem Scope -- Chapter 1: Fundamentals of Automated Trading -- Chapter 2: Networking Part I: Fetching Data -- Part 2: Building the Platform -- Chapter 3: Data Preparation -- Chapter 4: Indicators -- Chapter 5: Rule Sets -- Chapter 6: High-Performance Computing -- Chapter 7: Simulation and Backtesting -- Chapter 8: Optimization -- Chapter 9: Networking Part II -- Chapter 10: Organizing and Automating Scripts -- Part 3: Production Trading -- Chapter 11: Looking Forward -- Chapter 12: Appendix A: Source Code -- Chapter 13: Appendix B: Scoping in Multicore R.
520
$a
All the tools you need are provided in this book to trade algorithmically with your existing brokerage, from data management, to strategy optimization, to order execution, using free and publicly available data. Connect to your brokerage's API, and the source code is plug-and-play. Automated Trading with R explains the broad topic of automated trading, starting with its mathematics and moving to its computation and execution. Readers will gain a unique insight into the mechanics and computational considerations taken in building a back-tester, strategy optimizer, and fully functional trading platform. The platform built in this book can serve as a complete replacement for commercially available platforms used by retail traders and small funds. Software components are strictly decoupled and easily scalable, providing opportunity to substitute any data source, trading algorithm, or brokerage. This book will: Provide a flexible alternative to common strategy automation frameworks, like Tradestation, Metatrader, and CQG, to small funds and retail traders Offer an understanding of the internal mechanisms of an automated trading system Standardize discussion and notation of real-world strategy optimization problems What You'll Learn: To optimize strategies, generate real-time trading decisions, and minimize computation time while programming an automated strategy in R and using its package library How to best simulate strategy performance in its specific use case to derive accurate performance estimates Important optimization criteria for statistical validity in the context of a time series An understanding of critical real-world variables pertaining to portfolio management and performance assessment, including latency, drawdowns, varying trade size, portfolio growth, and penalization of unused capital.
650
0
$a
R (Computer program language)
$3
784593
650
1 4
$a
Computer Science.
$3
626642
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
http://dx.doi.org/10.1007/978-1-4842-2178-5
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9286652
電子資源
11.線上閱覽_V
電子書
EB QA276.45.R3
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入