Is there something in Python similar to quantstrat in R?

python, quantitative-finance, quantstrat, r

Solution

Yes, Quantopian uses an open-source Python backtesting engine called zipline.

Problem

Is there something in Python similar to quantstrat in R?

Original source