@gbozee/ultimate 0.0.2-46 → 0.0.2-47

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54806,8 +54806,8 @@ function build_reduce_config(payload) {
54806
54806
  owner: account.owner,
54807
54807
  exchange: account.exchange,
54808
54808
  not_reduce,
54809
- reduce_ratio_long: long_position?.reduce_ratio || 0.9,
54810
- reduce_ratio_short: short_position?.reduce_ratio || 0.9,
54809
+ reduce_ratio_long: long_position?.reduce_ratio || 0,
54810
+ reduce_ratio_short: short_position?.reduce_ratio || 0,
54811
54811
  use_full_long: long_position?.use_full || false,
54812
54812
  use_full_short: short_position?.use_full || false
54813
54813
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-46",
4
+ "version": "0.0.2-47",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",