Learn-Algorithmic-Trading

所属分类:金融证券系统
开发工具:Python
文件大小:1000KB
下载次数:4
上传日期:2023-01-18 09:50:12
上 传 者sh-1993
说明:  学习算法交易,Packt出版
(Learn Algorithmic Trading, Published by Packt)

文件列表:
Chapter1 (0, 2023-01-18)
Chapter1\buylowsellhigh.py (2055, 2023-01-18)
Chapter2 (0, 2023-01-18)
Chapter2\apo.py (2471, 2023-01-18)
Chapter2\bbands.py (3569, 2023-01-18)
Chapter2\ema.py (1842, 2023-01-18)
Chapter2\macd.py (3794, 2023-01-18)
Chapter2\mom.py (1763, 2023-01-18)
Chapter2\rsi.py (3316, 2023-01-18)
Chapter2\seasonality.py (3385, 2023-01-18)
Chapter2\sma.py (1689, 2023-01-18)
Chapter2\stddev.py (2308, 2023-01-18)
Chapter3 (0, 2023-01-18)
Chapter3\ch3_knn.py (3085, 2023-01-18)
Chapter3\ch3_logistic.py (3369, 2023-01-18)
Chapter3\ch3_svc.py (2740, 2023-01-18)
Chapter3\lasso.py (3574, 2023-01-18)
Chapter3\lr.py (3576, 2023-01-18)
Chapter3\ridge.py (3576, 2023-01-18)
Chapter3\scatter.py (1047, 2023-01-18)
Chapter4 (0, 2023-01-18)
Chapter4\ch4_double_moving_average.py (1996, 2023-01-18)
Chapter4\ch4_naive_momentum_strategy2.py (1940, 2023-01-18)
Chapter4\ch4_pairs_correlation.py (2341, 2023-01-18)
Chapter4\ch4_pairs_correlation_init.py (1633, 2023-01-18)
Chapter4\ch4_pairs_correlation_real_symbol.py (8469, 2023-01-18)
Chapter4\ch4_turtle_trading.py (5213, 2023-01-18)
Chapter5 (0, 2023-01-18)
Chapter5\AUDUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\CADUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\CHFUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\EURUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\GBPUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\GOOG_data.pkl (57425, 2023-01-18)
Chapter5\JPYUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\NZDUSD=X_data.pkl (59353, 2023-01-18)
Chapter5\basic_mean_reversion.csv (171394, 2023-01-18)
... ...

# Learn Algorithmic Trading Learn Algorithmic Trading This is the code repository for [Learn Algorithmic Trading ](https://www.packtpub.com/in/data/learn-algorithmic-trading-fundamentals-of-algorithmic-trading?utm_source=github&utm_medium=repository&utm_campaign=9781789348347), published by Packt. **Build and deploy algorithmic trading systems and strategies using Python and advanced data analysis** ## What is this book about? It’s now harder than ever to get a significant edge over competitors in terms of speed and efficiency when it comes to algorithmic trading. Relying on sophisticated trading signals, predictive models and strategies can make all the difference. This book will guide you through these aspects, giving you insights into how modern electronic trading markets and participants operate. This book covers the following exciting features: Understand the components of modern algorithmic trading systems and strategies Apply machine learning in algorithmic trading signals and strategies using Python Build, visualize and analyze trading strategies based on mean reversion, trend, economic releases and more Quantify and build a risk management system for Python trading strategies Build a backtester to run simulated trading strategies for improving the performance of your trading bot Deploy and incorporate trading strategies in the live market to maintain and improve profitability If you feel this book is for you, get your [copy](https://www.amazon.com/dp/178934834X) today! https://www.packtpub.com/ ## Instructions and Navigations All of the code is organized into folders. For example, Chapter02. The code will look like the following: ``` import pandas as pd from pandas_datareader import data ``` **Following is what you need for this book:** This book is for software engineers, financial traders, data analysts, and entrepreneurs. Anyone who wants to get started with algorithmic trading and understand how it works; and learn the components of a trading system, protocols and algorithms required for black box and gray box trading, and techniques for building a completely automated and profitable trading business will also find this book useful. With the following software and hardware list you can run all code files present in the book (Chapter 1-10). ### Software and Hardware List | Chapter | Software required | OS required | | -------- | ------------------------------------ | ----------------------------------- | | All | Python 2.7+ | Windows, Mac OS X, and Linux (Any) | We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://static.packt-cdn.com/downloads/9781789348347_ColorImages.pdf). ## Errata * Page 144 (Bullet pont 4, line 9 of code): **MIN_PROFIT_TO_CLOSE = 10** _should be_ **MIN_PROFIT_TO_CLOSE = 10*NUM_SHARES_PER_TRADE** ### Related products * Mastering Python for Finance - Second Edition [[Packt]](https://www.packtpub.com/in/big-data-and-business-intelligence/mastering-python-finance-second-edition?utm_source=github&utm_medium=repository&utm_campaign=978178934***66) [[Amazon]](https://www.amazon.com/dp/178934***60) * Hands-On Machine Learning for Algorithmic Trading [[Packt]](https://www.packtpub.com/in/big-data-and-business-intelligence/hands-machine-learning-algorithmic-trading?utm_source=github&utm_medium=repository&utm_campaign=978178934***11) [[Amazon]](https://www.amazon.com/dp/178934***1X) ## Get to Know the Authors **Sebastien Donadio** Sebastien Donadio is the Chief Technology Officer at Tradair, responsible for leading the technology. He has a wide variety of professional experience, including being head of software engineering at HC Technologies, partner and technical director of a high-frequency FX firm, a quantitative trading strategy software developer at Sun Trading, working as project lead for the Department of Defense. He also has research experience with Bull SAS, and an IT Credit Risk Manager with Societe Generale while in France. He has taught various computer science courses for the past ten years in the University of Chicago, NYU and Columbia University. His main passion is technology but he is also a scuba diving instructor and an experienced rock-climber. **Sourav Ghosh** Sourav Ghosh has worked in several proprietary high-frequency algorithmic trading firms over the last decade. He has built and deployed extremely low latency, high throughput automated trading systems for trading exchanges around the world, across multiple asset classes. He specializes in statistical arbitrage market-making, and pairs trading strategies for the most liquid global futures contracts. He works as a Senior Quantitative Developer at a trading firm in Chicago. He holds a Masters in Computer Science from the University of Southern California. His areas of interest include Computer Architecture, FinTech, Probability Theory and Stochastic Processes, Statistical Learning and Inference Methods, and Natural Language Processing. ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions. ### Download a free PDF If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789348347


近期下载者

相关文件


收藏者