@backtest-kit/sidekick 3.5.2 → 3.6.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/package.json +1 -1
- package/template/package.mustache +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> The easiest way to create a new Backtest Kit trading bot project. Scaffolds a multi-timeframe crypto trading strategy with Pine Script indicators via [PineTS](https://github.com/QuantForgeOrg/PineTS) runtime, 4H trend filter + 15m signal generator, partial profit taking, breakeven trailing stops, and risk validation.
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
[](https://deepwiki.com/tripolskypetr/backtest-kit)
|
|
8
8
|
[](https://npmjs.org/package/@backtest-kit/sidekick)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backtest-kit/sidekick",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "The easiest way to create a new Backtest Kit trading bot project. Like create-react-app, but for algorithmic trading with LLM integration and technical analysis.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Petr Tripolsky",
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
"start": "node ./src/index.mjs --backtest"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@backtest-kit/ollama": "^3.
|
|
12
|
-
"@backtest-kit/pinets": "^3.
|
|
13
|
-
"@backtest-kit/ui": "^3.
|
|
11
|
+
"@backtest-kit/ollama": "^3.6.0",
|
|
12
|
+
"@backtest-kit/pinets": "^3.6.0",
|
|
13
|
+
"@backtest-kit/ui": "^3.6.0",
|
|
14
14
|
"@huggingface/inference": "^4.7.1",
|
|
15
15
|
"@langchain/core": "^0.3.57",
|
|
16
16
|
"@langchain/xai": "^0.0.2",
|
|
17
17
|
"agent-swarm-kit": "^1.2.5",
|
|
18
|
-
"backtest-kit": "^3.
|
|
18
|
+
"backtest-kit": "^3.6.0",
|
|
19
19
|
"ccxt": "^4.4.41",
|
|
20
20
|
"dotenv": "^16.4.7",
|
|
21
21
|
"functools-kit": "^1.0.95",
|