Quote from ngterry:
Except Zipline, are there any other Pythonic algorithmic trading library I can choose? Expecially, for backtesting?
Quanstrat is open source... so you could port its code to python... it may take some work due to the dependencies, but it shouldnt be as hard as building a library from scratch...Quote from ngterry:
Actually, I have no idea. I'm looking for something similar to Quantstrat in R but in Python for backtesting and trading system design, and something similar to ActiveQuant but in Python again for the automated execution. Since I can't find anything similar, I'm considering to use Zipline and Ibpy if no other options. Please feel free to comment!
