@gbozee/ultimate 0.0.2-14 → 0.0.2-15
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38729,7 +38729,7 @@ class ExchangeAccount {
|
|
|
38729
38729
|
async windDownSymbol(symbol, risk_reward = 199) {
|
|
38730
38730
|
const positions = await this.syncAccount({
|
|
38731
38731
|
symbol,
|
|
38732
|
-
|
|
38732
|
+
update: true
|
|
38733
38733
|
});
|
|
38734
38734
|
let long_position = positions.find((x) => x.kind === "long");
|
|
38735
38735
|
let short_position = positions.find((x) => x.kind === "short");
|