backtest-kit 3.0.4 → 3.0.5

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- <img src="./assets/triangle.svg" height="105px" align="right">
1
+ <img src="./assets/triangle.svg" height="45px" align="right">
2
2
 
3
3
  # 🧿 Backtest Kit
4
4
 
5
5
  > A TypeScript framework for backtesting and live trading strategies on multi-asset, crypto, forex or [DEX (peer-to-peer marketplace)](https://en.wikipedia.org/wiki/Decentralized_finance#Decentralized_exchanges), spot, futures with crash-safe persistence, signal validation, and AI optimization.
6
6
 
7
- ![future](./assets/prophet.png)
7
+ ![screenshot](https://raw.githubusercontent.com/tripolskypetr/backtest-kit/HEAD/assets/screenshots/screenshot8.png)
8
8
 
9
9
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/tripolskypetr/backtest-kit)
10
10
  [![npm](https://img.shields.io/npm/v/backtest-kit.svg?style=flat-square)](https://npmjs.org/package/backtest-kit)
@@ -364,7 +364,7 @@ Unlike cloud-based platforms, backtest-kit runs entirely in your environment. Yo
364
364
  - Self-hosted - your code, your data, your infrastructure
365
365
  - No platform fees or hidden costs
366
366
  - Full control over execution and data sources
367
- - [GUI](https://backtest-kit.github.io/documents/design_30_markdown-report-system.html#method-signatures) for visualization and monitoring
367
+ - [GUI](https://npmjs.com/package/@backtest-kit/ui) for visualization and monitoring
368
368
 
369
369
  ## 🌍 Ecosystem
370
370
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backtest-kit",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "A TypeScript library for trading system backtest",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",