Hi Zipline community,
Introduction
I’ve built StrateQueue to bridge the gap between Zipline backtesting and live trading. Instead of rewriting your Zipline algorithms for production, you can now deploy them directly to Alpaca or Interactive Brokers.
Key features for Zipline users:
- Direct deployment of existing Zipline strategies (no code changes)
- ~11ms signal latency
- Support for multiple brokers (Alpaca, IBKR, more coming)
- CLI-based deployment
Quick example:
pip install "stratequeue[zipline]"
stratequeue deploy \
--strategy examples/strategies/zipline-reloaded/sma.py \
--symbol AAPL \
--timeframe 1m \
--engine zipline
Looking for feedback from real traders on what features matter most. Contributors are welcomed, especially for optimization, advanced order types, and aiding in the development of a dashboard, that is: stratequeue webui
. Happy to answer questions!