@backtest-kit/signals 0.0.1 → 0.0.2

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 CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  ![bots](https://raw.githubusercontent.com/tripolskypetr/backtest-kit/HEAD/assets/bots.png)
6
6
 
7
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/tripolskypetr/backtest-kit)
7
8
  [![npm](https://img.shields.io/npm/v/@backtest-kit/signals.svg?style=flat-square)](https://npmjs.org/package/@backtest-kit/signals)
8
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue)]()
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/signals",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Technical analysis and trading signal generation library for AI-powered trading systems. Computes 50+ indicators across 4 timeframes and generates markdown reports for LLM consumption.",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",
@@ -14,15 +14,20 @@
14
14
  "license": "MIT",
15
15
  "homepage": "https://backtest-kit.github.io/documents/example_02_first_backtest.html",
16
16
  "keywords": [
17
- "backtesting",
18
- "backtest",
19
- "finance",
20
- "trading",
21
- "candles",
22
- "indicators",
23
- "multi value",
24
- "multi symbol",
25
- "framework"
17
+ "framework",
18
+ "technical-analysis",
19
+ "trading-bot",
20
+ "algorithmic-trading",
21
+ "quantitative-trading",
22
+ "stock-market",
23
+ "cryptocurrency",
24
+ "forex",
25
+ "strategy-testing",
26
+ "portfolio-management",
27
+ "market-data",
28
+ "ohlcv",
29
+ "candlestick",
30
+ "time-series"
26
31
  ],
27
32
  "files": [
28
33
  "build",
@@ -65,7 +70,7 @@
65
70
  },
66
71
  "peerDependencies": {
67
72
  "agent-swarm-kit": "^1.1.180",
68
- "backtest-kit": "^1.11.10",
73
+ "backtest-kit": "^1.12.1",
69
74
  "typescript": "^5.0.0"
70
75
  },
71
76
  "dependencies": {