书籍 Python for Algorithmic Trading的封面

Python for Algorithmic Trading

Yves Hilpisch

出版时间

2020-12-31

ISBN

9781492053354

评分

★★★★★
书籍介绍

Financial trading, once the exclusive domain of institutional players, is now open to small organizations and individual traders using online platforms. The tool of choice for many traders today is Python and its ecosystem of powerful packages. In this practical book, author Yves Hilpisch shows students, academics, and practitioners how to use Python in the fascinating field of algorithmic trading.

You’ll learn several ways to apply Python to different aspects of algorithmic trading, such as backtesting trading strategies and interacting with online trading platforms. Some of the biggest buy- and sell-side institutions make heavy use of Python. By exploring options for systematically building and deploying automated algorithmic trading strategies, this book will help you level the playing field.

Set up a proper Python environment for algorithmic trading

Learn how to retrieve financial data from public and proprietary data sources

Explore vectorization for financial analytics with NumPy and pandas

Master vectorized backtesting of different algorithmic trading strategies

Generate market predictions by using machine learning and deep learning

Tackle real-time processing of streaming data with socket programming tools

Implement automated algorithmic trading strategies with the OANDA and FXCM platforms

用户评论
1、策略主要是机器学习,其他如backtest,event-driven,基本上都涉及到了。2、关键是有代码,比较实战。
后面章节的API not free。到时候用的时候再look up比较好。
挺 hands on 的,里面介绍了不少设计思路
适合入门
作者本身没搞清alpha策略和beta策略区别,开头说focus在alpha策略上,结果讲的都是择时,而且策略本身都非常简单,可能只有向量化回测值得借鉴。