backtest-kit 5.6.8 → 5.9.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 +2 -1
- package/build/index.cjs +3468 -558
- package/build/index.mjs +3455 -558
- package/package.json +1 -1
- package/types.d.ts +1271 -101
package/README.md
CHANGED
|
@@ -62,6 +62,7 @@ npm install backtest-kit ccxt ollama uuid
|
|
|
62
62
|
- Breakeven protection
|
|
63
63
|
- Stop limit entries (before OCO)
|
|
64
64
|
- Dollar cost averaging
|
|
65
|
+
- Time attack / Infinite hold
|
|
65
66
|
|
|
66
67
|
## 📚 Code Samples
|
|
67
68
|
|
|
@@ -1674,7 +1675,7 @@ npm start
|
|
|
1674
1675
|
|
|
1675
1676
|
## ✅ Tested & Reliable
|
|
1676
1677
|
|
|
1677
|
-
|
|
1678
|
+
500+ tests cover validation, recovery, reports, and events.
|
|
1678
1679
|
|
|
1679
1680
|
## 🤝 Contribute
|
|
1680
1681
|
|