手动拆解《Quantitative Trading - How to Build Your Own Algorithmic Trading Business》系列博客仓库。
- backtrader 基本架构
- 手动拆解《Quantitative Trading - How to Build Your Own Algorithmic Trading Business》(一)
- 手动拆解《Quantitative Trading - How to Build Your Own Algorithmic Trading Business》(二)
- Create virtualenv
python3 -m venv ./venv
source venv/bin/activate
- Run the command
python atb/app.py