Catalyst
An Algorithmic Trading Library for Crypto-Assets in Python
Catalyst is an algorithmic trading library for crypto-assets written in Python, originally developed to let quants and developers design, backtest, and deploy trading strategies in a unified environment. It builds on top of Zipline, extending that ecosystem to support crypto exchanges and high-resolution historical data (daily and minute bars). Users can express strategies in Python, run backtests against historical price data, and analyze performance through built-in metrics and analytics to evaluate profitability, risk, and behavior under different market conditions. ...