@gbozee/ultimate 0.0.2-98 → 0.0.2-99

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.cjs CHANGED
@@ -59570,6 +59570,11 @@ class App {
59570
59570
  reduce_position
59571
59571
  });
59572
59572
  if (place) {
59573
+ await reduce_exchange_account.cancelOrders({
59574
+ symbol: reduce_account.symbol,
59575
+ kind: reduce_position.kind,
59576
+ limit: true
59577
+ });
59573
59578
  return reduce_exchange_account.exchange.customStopLoss({
59574
59579
  symbol: reduce_account.symbol,
59575
59580
  kind: reduce_position.kind,
package/dist/index.js CHANGED
@@ -59523,6 +59523,11 @@ class App {
59523
59523
  reduce_position
59524
59524
  });
59525
59525
  if (place) {
59526
+ await reduce_exchange_account.cancelOrders({
59527
+ symbol: reduce_account.symbol,
59528
+ kind: reduce_position.kind,
59529
+ limit: true
59530
+ });
59526
59531
  return reduce_exchange_account.exchange.customStopLoss({
59527
59532
  symbol: reduce_account.symbol,
59528
59533
  kind: reduce_position.kind,
@@ -66259,6 +66259,11 @@ class App {
66259
66259
  reduce_position
66260
66260
  });
66261
66261
  if (place) {
66262
+ await reduce_exchange_account.cancelOrders({
66263
+ symbol: reduce_account.symbol,
66264
+ kind: reduce_position.kind,
66265
+ limit: true
66266
+ });
66262
66267
  return reduce_exchange_account.exchange.customStopLoss({
66263
66268
  symbol: reduce_account.symbol,
66264
66269
  kind: reduce_position.kind,
@@ -66236,6 +66236,11 @@ class App {
66236
66236
  reduce_position
66237
66237
  });
66238
66238
  if (place) {
66239
+ await reduce_exchange_account.cancelOrders({
66240
+ symbol: reduce_account.symbol,
66241
+ kind: reduce_position.kind,
66242
+ limit: true
66243
+ });
66239
66244
  return reduce_exchange_account.exchange.customStopLoss({
66240
66245
  symbol: reduce_account.symbol,
66241
66246
  kind: reduce_position.kind,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-98",
4
+ "version": "0.0.2-99",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",