@backtest-kit/sidekick 3.0.1 → 3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/sidekick",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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",
@@ -6,7 +6,6 @@ import { ActionBase, commitTrailingStop } from "backtest-kit";
6
6
  */
7
7
  export class BacktestLowerStopOnBreakevenAction extends ActionBase {
8
8
  /**
9
- *
10
9
  * @param {bt.BreakevenContract} param0
11
10
  */
12
11
  async breakevenAvailable({ symbol, currentPrice }) {
@@ -6,7 +6,6 @@ import { ActionBase, Constant, commitPartialProfit } from "backtest-kit";
6
6
  */
7
7
  export class BacktestPartialProfitTakingAction extends ActionBase {
8
8
  /**
9
- *
10
9
  * @param {bt.PartialProfitContract} param0
11
10
  */
12
11
  async partialProfitAvailable({ symbol, level }) {
@@ -8,14 +8,14 @@
8
8
  "start": "node ./src/index.mjs --backtest"
9
9
  },
10
10
  "dependencies": {
11
- "@backtest-kit/ollama": "^3.0.6",
12
- "@backtest-kit/pinets": "^3.0.11",
13
- "@backtest-kit/ui": "^3.0.8",
11
+ "@backtest-kit/ollama": "^3.0.7",
12
+ "@backtest-kit/pinets": "^3.0.13",
13
+ "@backtest-kit/ui": "^3.0.9",
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.4",
18
- "backtest-kit": "^3.0.16",
18
+ "backtest-kit": "^3.0.17",
19
19
  "ccxt": "^4.4.41",
20
20
  "dotenv": "^16.4.7",
21
21
  "functools-kit": "^1.0.95",