Cargando…

Automated trading with R : quantitative research and platform development /

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 Tr...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Conlan, Chris
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley] : Apress, [2016]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn959836358
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 161004s2016 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d IDEBK  |d EBLCP  |d GW5XE  |d YDX  |d UPM  |d STF  |d OCLCF  |d COO  |d IDB  |d UMI  |d IOG  |d OTZ  |d MERUC  |d ESU  |d IAD  |d JBG  |d ICW  |d ILO  |d ICN  |d K6U  |d UAB  |d OCLCQ  |d LIV  |d TOH  |d VT2  |d OCLCQ  |d U3W  |d D6H  |d VVB  |d REB  |d IAD  |d CEF  |d KSU  |d DEBBG  |d ESEHU  |d AU@  |d WYU  |d UKMGB  |d AUD  |d LEAUB  |d UKAHL  |d CNCEN  |d G3B  |d OCLCQ  |d TEFOD  |d OCLCQ  |d UBY  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB8L6555  |2 bnb 
016 7 |a 019126993  |2 Uk 
019 |a 959953661  |a 961001868  |a 961890339  |a 962725889  |a 967616981  |a 971245755  |a 1005756735  |a 1011959276  |a 1026434842  |a 1048164728  |a 1058954377  |a 1066588685  |a 1066613928  |a 1086541521  |a 1088980644  |a 1097090118  |a 1103274885 
020 |a 9781484221785  |q (electronic bk.) 
020 |a 1484221788  |q (electronic bk.) 
020 |a 148422177X 
020 |a 9781484221778 
024 7 |a 10.1007/978-1-4842-2178-5  |2 doi 
029 1 |a AU@  |b 000058838176 
029 1 |a AU@  |b 000066230119 
029 1 |a AU@  |b 000068214791 
029 1 |a CHNEW  |b 000886249 
029 1 |a CHVBK  |b 37444949X 
029 1 |a GBVCP  |b 897166191 
029 1 |a UKMGB  |b 019126993 
035 |a (OCoLC)959836358  |z (OCoLC)959953661  |z (OCoLC)961001868  |z (OCoLC)961890339  |z (OCoLC)962725889  |z (OCoLC)967616981  |z (OCoLC)971245755  |z (OCoLC)1005756735  |z (OCoLC)1011959276  |z (OCoLC)1026434842  |z (OCoLC)1048164728  |z (OCoLC)1058954377  |z (OCoLC)1066588685  |z (OCoLC)1066613928  |z (OCoLC)1086541521  |z (OCoLC)1088980644  |z (OCoLC)1097090118  |z (OCoLC)1103274885 
037 |a CL0500000826  |b Safari Books Online 
037 |a 7300BD59-2372-44C1-983D-B9464C5A0EF3  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA276.45.R3 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMC  |2 bicssc 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Conlan, Chris. 
245 1 0 |a Automated trading with R :  |b quantitative research and platform development /  |c Chris Conlan. 
264 1 |a [Berkeley] :  |b Apress,  |c [2016] 
264 4 |c Ã2016 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed October 4, 2016). 
500 |a Includes index. 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewers; Acknowledgments; Introduction; Part 1: Problem Scope; Chapter 1: Fundamentals of Automated Trading; Equity Curve and Return Series; Characteristics of the Equity Curve; Characteristics of the Return Series; Risk-Return Metrics; Characteristics of Risk-Return Metrics; Sharpe Ratio; Maximum Drawdown Ratios; Partial Moment Ratios; Regression-Based Performance Metrics; Optimizing Performance Metrics; Part 2: Building the Platform; Chapter 2: Networking Part I; Yahoo! Finance API; Setting Up Directories. 
505 8 |a URL Query BuildingData Acquisition; Loading Data into Memory; Note on Coding Style; Updating Data; YQL Web Service; URL and Query Building; Note on Quantmod; Background; Comparison; Organizing as Date-Uniform zoo Object; Note on zoo Objects; Chapter 3: Data Preparation; Handling NA Values; Note: NA vs. NaN in R; IPOs and Additions to S & P 500; Merging to the Uniform Date Template; Forward Replacement; Linearly Smoothed Replacement; Volume-Weighted Smoothed Replacement; Discussion of Replacement Methods; Real Time vs. Simulation; Influence on Volatility Metrics; Influence on Trading Decisions. 
505 8 |a ConclusionClosing Price and Adjusted Close; Adjusting for Stock Splits; Adjusting for Cash Dividends; Efficient Updating and Adjusted Close; Implementing Adjustments; Test for and Correct Inactive Symbols; Computing the Return Matrix; Chapter 4: Indicators; Indicator Types; Overlays; Oscillators; Accumulators; Pattern/Binary/Ternary; Machine Learning/Nonvisual/Black Box; Example Indicators; Simple Moving Average; Moving Average Convergence Divergence Oscillator (MACD); Bollinger Bands; Custom Indicator Using Correlation and Slope; Indicators Utilizing Multiple Data Sets; Conclusion. 
505 8 |a Chapter 5: Rule SetsOur Process Flow as Nested Functions; Terminology; Example Rule Sets; Overlays; Oscillators; Accumulators; Filters, Triggers, and Quantifications of Favor; Chapter 6: High-Performance Computing; Hardware Overview; Processing; Multicore Processing; Hyperthreading; Memory; The Disk; Random Access Memory (RAM); Processor Cache; Swap Space; Software Overview; Compiled vs. Interpreted; Scripting Languages; Speed vs. Safety; Takeaways; for Loops vs. apply Functions; for Loops and Memory Allocation; apply-Style Functions; Use Binaries Creatively; Note on Measuring Compute Time. 
505 8 |a Multicore Computing in REmbarrassingly Parallel Processes; doMC and doParallel; The foreach Package; The foreach Package in Practice; Integer Mapping; Computing the Return Matrix with foreach; Computing Indicators with foreach; Chapter 7: Simulation and Backtesting; Example Strategies; Our Simulation Workflow; Listing 7-1: Pseudocode; Listing 7-1: Explanation of Inputs and User Guide; Discussion; Implementing Example Strategies; Summary Statistics and Performance Metrics; Conclusion; Chapter 8: Optimization; Cross Validation in Time Series; Numerical vs. Analytical Optimization. 
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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a R (Computer program language) 
650 6 |a R (Langage de programmation) 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a R (Computer program language)  |2 fast 
776 0 8 |i Print version:  |z 9781484221778 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484221785/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32011264 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4699976 
938 |a EBSCOhost  |b EBSC  |n 1339561 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis36311757 
938 |a YBP Library Services  |b YANK  |n 13199323 
994 |a 92  |b IZTAP