- Machine Learning for Algorithmic Trading
- Stefan Jansen
- 249字
- 2021-06-11 18:47:30
Summary
In this chapter, we introduced a range of alpha factors that have been used by professional investors to design and evaluate strategies for decades. We laid out how they work and illustrated some of the economic mechanisms believed to drive their performance. We did this because a solid understanding of how factors produce excess returns helps innovate new factors.
We also presented several tools that you can use to generate your own factors from various data sources and demonstrated how the Kalman filter and wavelets allow us to smoothen noisy data in the hope of retrieving a clearer signal.
Finally, we provided a glimpse of the Zipline library for the event-driven simulation of a trading algorithm, both offline and on the Quantopian online platform. You saw how to implement a simple mean reversion factor and how to combine multiple factors in a simple way to drive a basic strategy. We also looked at the Alphalens library, which permits the evaluation of the predictive performance and trading turnover of signals.
The portfolio construction process, in turn, takes a broader perspective and is aims at the optimal sizing of positions from a risk and return perspective. In the next chapter, Portfolio Optimization and Strategy Evaluation, we will turn to various strategies to balance risk and returns in a portfolio process. We will also look in more detail at the challenges of backtesting trading strategies on a limited set of historical data, as well as how to address these challenges.
- Intel FPGA/CPLD設(shè)計(基礎(chǔ)篇)
- Creating Dynamic UI with Android Fragments
- 計算機組裝與系統(tǒng)配置
- Effective STL中文版:50條有效使用STL的經(jīng)驗(雙色)
- 分布式系統(tǒng)與一致性
- 單片機系統(tǒng)設(shè)計與開發(fā)教程
- 深入理解序列化與反序列化
- Spring Cloud微服務(wù)和分布式系統(tǒng)實踐
- Istio服務(wù)網(wǎng)格技術(shù)解析與實踐
- 3D Printing Blueprints
- Spring Security 3.x Cookbook
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)
- 創(chuàng)客電子:Arduino和Raspberry Pi智能制作項目精選
- MicroPython Cookbook