guest@make-directory:~$ open ./apps/tradeflow

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.

paper-trading by defaultTrading automation reference
guest@make-directory:~$ cat ./highlights.md
APP

Clear pipeline: scan a symbol universe, run a strategy, then backtest or paper-trade

APP

Broker-agnostic design written against Broker and MarketDataProvider interfaces, with Alpaca as the first adapter

APP

Parameter optimization, walk-forward validation, and OR-Tools constraint-solver portfolio allocation

APP

Pure pandas/numpy indicators with no native build step, plus first-class Docker support

guest@make-directory:~$ cat ./technical-notes.md
01

Public repository: makedirectory/tradeflow

02

Documentation at tradeflow.mk-dir.com

03

Requires user-provided Alpaca paper-trading API credentials

04

Educational software intended for paper trading; it is not financial advice or a managed trading product

guest@make-directory:~$ cat ./privacy-and-policy.md

privacy and policy

Relevant policies and public references for Trading Engine.