Clear pipeline: scan a symbol universe, run a strategy, then backtest or paper-trade
make-directory:~/apps/tradeflow
TradeFlow
TradeFlow is an open-source, broker-agnostic trading engine. It scans a universe of symbols, runs a strategy over them, and either backtests on historical data or trades live in paper mode, with optional parameter optimization, walk-forward validation, and constraint-solver portfolio allocation. It ships with an Alpaca adapter, but every layer above the broker is vendor-neutral.
Broker-agnostic design written against Broker and MarketDataProvider interfaces, with Alpaca as the first adapter
Parameter optimization, walk-forward validation, and OR-Tools constraint-solver portfolio allocation
Pure pandas/numpy indicators with no native build step, plus first-class Docker support
Public repository: makedirectory/tradeflow
Documentation at tradeflow.mk-dir.com
Requires user-provided Alpaca paper-trading API credentials
Educational software intended for paper trading; it is not financial advice or a managed trading product
privacy and policy