How to Build Quant Algorithmic Trading Model in Python
This post covers the basics of the alpha research process. zipline
and alphalens
are used to manage the pipeline and measure the performance in a way to be explicit about the quantitative process. You can check zipline tutorial as well.