@gbozee/ultimate 0.0.2-207 → 0.0.2-210

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.
@@ -479,6 +479,7 @@ class Signal {
479
479
  distribution,
480
480
  distribution_params = {}
481
481
  }) {
482
+ console.log("distribution", distribution_params);
482
483
  let _stop_loss = stop_loss;
483
484
  if (!_stop_loss && stop_percent) {
484
485
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
package/dist/index.cjs CHANGED
@@ -55976,6 +55976,7 @@ class Signal {
55976
55976
  distribution,
55977
55977
  distribution_params = {}
55978
55978
  }) {
55979
+ console.log("distribution", distribution_params);
55979
55980
  let _stop_loss = stop_loss;
55980
55981
  if (!_stop_loss && stop_percent) {
55981
55982
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
package/dist/index.js CHANGED
@@ -55913,6 +55913,7 @@ class Signal {
55913
55913
  distribution,
55914
55914
  distribution_params = {}
55915
55915
  }) {
55916
+ console.log("distribution", distribution_params);
55916
55917
  let _stop_loss = stop_loss;
55917
55918
  if (!_stop_loss && stop_percent) {
55918
55919
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
@@ -62662,6 +62662,7 @@ class Signal {
62662
62662
  distribution,
62663
62663
  distribution_params = {}
62664
62664
  }) {
62665
+ console.log("distribution", distribution_params);
62665
62666
  let _stop_loss = stop_loss;
62666
62667
  if (!_stop_loss && stop_percent) {
62667
62668
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
@@ -62635,6 +62635,7 @@ class Signal {
62635
62635
  distribution,
62636
62636
  distribution_params = {}
62637
62637
  }) {
62638
+ console.log("distribution", distribution_params);
62638
62639
  let _stop_loss = stop_loss;
62639
62640
  if (!_stop_loss && stop_percent) {
62640
62641
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-207",
4
+ "version": "0.0.2-210",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "test": "bun test --timeout 300000 test",
38
38
  "test:unit": "bun test --timeout 300000 tests/unit-tests",
39
39
  "mcp:client": "bun run tests/mcp-client.js dist/mcp-server.js",
40
- "npm:publish": "npm publish --access public --registry=https://registry.npmjs.org/",
40
+ "npm:publish": "npm publish --access public --registry=https://registry.npmjs.org/ --tag next",
41
41
  "verify-proxy": "bun run tests/verify-proxy.ts"
42
42
  },
43
43
  "files": [