基本信息
源码名称:Python for Algorithmic Trading From Idea to Cloud Deployment by Yves Hilpisch
源码大小:23.73M
文件格式:.pdf
开发语言:Python
更新时间:2021-11-05
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 6 元×
微信扫码支付:6 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Python for Algorithmic Trading From Idea to Cloud Deployment by Yves Hilpisch
Python for Algorithmic Trading From Idea to Cloud Deployment by Yves Hilpisch
【目录】
Cover Copyright Table of Contents Preface Chapter 1. Python and Algorithmic Trading Chapter 2. Python Infrastructure Chapter 3. Working with Financial Data Chapter 4. Mastering Vectorized Backtesting Chapter 5. Predicting Market Movements with Machine Learning Chapter 6. Building Classes for Event-Based Backtesting Chapter 7. Working with Real-Time Data and Sockets Chapter 8. CFD Trading with Oanda Chapter 9. FX Trading with FXCM Chapter 10. Automating Trading Operations Appendix A. Python, NumPy, matplotlib, pandas Index About the Author Colophon
In [3]: %matplotlib inline
from pylab import mpl, plt
plt.style.use('seaborn') mpl.rcParams['savefig.dpi'] = 300