zipline — Easy Playground
Algorithmic trading backtesting framework
Getting started with ziplineRun locally
Install
pip install zipline-reloadedPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: zipline)
zipline is a third-party package. Algorithmic trading backtesting framework. Install with: pip install zipline-reloaded
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?