backtest-kit 15.0.0 → 15.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/index.cjs +277 -34
- package/build/index.mjs +277 -34
- package/package.json +1 -1
- package/types.d.ts +20 -2
package/README.md
CHANGED
|
@@ -792,7 +792,7 @@ Zero-dependency TypeScript ports of the quant math behind [vectorbt](https://git
|
|
|
792
792
|
|
|
793
793
|
## 💯 Tested
|
|
794
794
|
|
|
795
|
-
|
|
795
|
+
950+ unit and integration tests cover exchange helpers, the event-listener system, signal validation (valid long/short, inverted TP/SL, negative prices, future timestamps), PnL accuracy with 0.1% fees + 0.1% slippage, the full lifecycle and every close reason, strategy callbacks, and report generation. Tests use unique schema names per case (no cross-contamination), a forward-progressing mock candle generator, and event-driven completion detection.
|
|
796
796
|
|
|
797
797
|
<details>
|
|
798
798
|
<summary>Core test axes</summary>
|