FBTF is a Futures Back Testing Framework for TypeScript.
It gives you one runtime model for historical backtests and live paper trading, with explicit feeds, brokers, runners, diagnostics, and a small public API that stays understandable as strategies get more involved.
Start with the guides if you want the overall shape first, or go straight to the API if you already know what you need.
Getting started
Getting started
Install the package, run a small backtest, and get a feel for how the runtime is put together.
Open →Core concepts
Core concepts
Read the runtime model and the assumptions it makes on purpose.
Open →API overview
API overview
See what is exposed at the root and what has been pushed into explicit subpaths.
Open →