@gbozee/ultimate 0.0.2-210 → 0.0.2-211

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,7 +479,6 @@ class Signal {
479
479
  distribution,
480
480
  distribution_params = {}
481
481
  }) {
482
- console.log("distribution", distribution_params);
483
482
  let _stop_loss = stop_loss;
484
483
  if (!_stop_loss && stop_percent) {
485
484
  _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,7 +55976,6 @@ class Signal {
55976
55976
  distribution,
55977
55977
  distribution_params = {}
55978
55978
  }) {
55979
- console.log("distribution", distribution_params);
55980
55979
  let _stop_loss = stop_loss;
55981
55980
  if (!_stop_loss && stop_percent) {
55982
55981
  _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,7 +55913,6 @@ class Signal {
55913
55913
  distribution,
55914
55914
  distribution_params = {}
55915
55915
  }) {
55916
- console.log("distribution", distribution_params);
55917
55916
  let _stop_loss = stop_loss;
55918
55917
  if (!_stop_loss && stop_percent) {
55919
55918
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
@@ -62662,7 +62662,6 @@ class Signal {
62662
62662
  distribution,
62663
62663
  distribution_params = {}
62664
62664
  }) {
62665
- console.log("distribution", distribution_params);
62666
62665
  let _stop_loss = stop_loss;
62667
62666
  if (!_stop_loss && stop_percent) {
62668
62667
  _stop_loss = kind === "long" ? current_price * Math.pow(1 + stop_percent, -1) : current_price * Math.pow(1 + stop_percent, 1);
@@ -62635,7 +62635,6 @@ class Signal {
62635
62635
  distribution,
62636
62636
  distribution_params = {}
62637
62637
  }) {
62638
- console.log("distribution", distribution_params);
62639
62638
  let _stop_loss = stop_loss;
62640
62639
  if (!_stop_loss && stop_percent) {
62641
62640
  _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-210",
4
+ "version": "0.0.2-211",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",