@tradejs/strategies 1.0.0 → 1.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/dist/index.js CHANGED
@@ -17692,7 +17692,7 @@ var import_pine, DEFAULT_COLORS, LINE_STYLE_BY_PLOT, toFigurePoints, buildAdapti
17692
17692
  var init_figures4 = __esm({
17693
17693
  "src/AdaptiveMomentumRibbon/figures.ts"() {
17694
17694
  "use strict";
17695
- import_pine = require("@tradejs/core/pine");
17695
+ import_pine = require("@tradejs/node/pine");
17696
17696
  DEFAULT_COLORS = ["#2962ff", "#f23645", "#089981", "#f59e0b"];
17697
17697
  LINE_STYLE_BY_PLOT = {
17698
17698
  kcMidline: {
package/dist/index.mjs CHANGED
@@ -61,7 +61,7 @@ var strategyEntries = [
61
61
  {
62
62
  manifest: adaptiveMomentumRibbonManifest,
63
63
  creator: createLazyStrategyCreator(
64
- () => import("./strategy-Q2QNDZK5.mjs"),
64
+ () => import("./strategy-UHRWSGZC.mjs"),
65
65
  "AdaptiveMomentumRibbonStrategyCreator"
66
66
  )
67
67
  },
@@ -11003,7 +11003,7 @@ var logger = (0, import_winston.createLogger)({
11003
11003
  import {
11004
11004
  asFiniteNumber,
11005
11005
  getPinePlotSeries
11006
- } from "@tradejs/core/pine";
11006
+ } from "@tradejs/node/pine";
11007
11007
  var DEFAULT_COLORS = ["#2962ff", "#f23645", "#089981", "#f59e0b"];
11008
11008
  var LINE_STYLE_BY_PLOT = {
11009
11009
  kcMidline: {
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "@tradejs/strategies",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Built-in TradeJS strategy plugin catalog.",
5
+ "keywords": [
6
+ "tradejs",
7
+ "trading",
8
+ "backtesting",
9
+ "strategies",
10
+ "plugin",
11
+ "algorithmic-trading"
12
+ ],
5
13
  "main": "dist/index.js",
6
14
  "module": "dist/index.mjs",
7
15
  "types": "dist/index.d.ts",
@@ -16,10 +24,10 @@
16
24
  }
17
25
  },
18
26
  "dependencies": {
19
- "@tradejs/core": "^1.0.0",
20
- "@tradejs/indicators": "^1.0.0",
21
- "@tradejs/node": "^1.0.0",
22
- "@tradejs/types": "^1.0.0"
27
+ "@tradejs/core": "^1.0.2",
28
+ "@tradejs/indicators": "^1.0.2",
29
+ "@tradejs/node": "^1.0.2",
30
+ "@tradejs/types": "^1.0.2"
23
31
  },
24
32
  "devDependencies": {
25
33
  "tsup": "^8.5.1",