backtest-kit 1.5.43 → 1.5.44

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  > A TypeScript framework for backtesting and live trading strategies on crypto markets or forex, with crash-safe persistence, signal validation, and AI optimization.
6
6
 
7
- ![future](./assets/future.png)
7
+ ![future](./assets/prophet.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)
@@ -35,7 +35,9 @@ Build reliable trading systems: backtest on historical data, deploy live bots wi
35
35
 
36
36
  ## 🚀 Quick Start
37
37
 
38
- > Link to [the source code](https://github.com/tripolskypetr/backtest-kit/tree/master/demo)
38
+ > **Talk is cheap.** Let me show you **the code**
39
+ >
40
+ > Link to 👉 [the demo app](https://github.com/tripolskypetr/backtest-kit/tree/master/demo) 👈
39
41
 
40
42
  ### 📦 Installation
41
43
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backtest-kit",
3
- "version": "1.5.43",
3
+ "version": "1.5.44",
4
4
  "description": "A TypeScript library for trading system backtest",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",