@kiploks/engine-test-vectors
v0.4.3
Published
You can now run Freqtrade bot tests directly from the web interface with much less setup friction.
Maintainers
Readme
@kiploks/engine-test-vectors
✨ New: easier Freqtrade bot testing in UI
You can now run Freqtrade bot tests directly from the web interface with much less setup friction.
https://github.com/user-attachments/assets/b376f964-ab70-44ef-b8f6-bc3fd19f4e21
Run the UI with one of these options:
# from engine repo root:
npm install
npm run ui
# or without global install:
npx -y @kiploks/engine-cli ui --watch
- Pick a specific backtest artifact from the list, or run in
Auto (top_n)mode. - Start integration runs from a cleaner Step 4 workspace with collapsible sections.
- Get report links in run logs after successful local runs, so you can open results right away.
- Report title handling is automatic and predictable when switching between artifact and top_n modes.
Repository: github.com/kiploks/engine
Golden JSON fixtures for Kiploks Open Core: conformance and regression tests for analyze() and core pure functions (risk, benchmark, turnover). Consumers of @kiploks/engine-core normally do not need this package unless you replicate our test suite.
Keywords trading engine golden tests, backtest fixture data, deterministic regression vectors, WFA test data.
Install
npm install @kiploks/engine-test-vectorsPackage contents
v1/*- Analyze pipeline vectors with locked input/config hashesv2/*- Extended goldens (risk, benchmark, turnover blocks)CONFORMANCE.md- Policy and when to refresh metadata
License
Apache-2.0 (LICENSE in this package).
Trademarks
See TRADEMARK.md in the repository root.
