taapi-strategies
Advanced tools
Comparing version 1.1.32 to 1.1.33
@@ -48,2 +48,3 @@ "use strict"; | ||
"symbol": this.symbol, | ||
"orderId": this.orderId, | ||
}); | ||
@@ -50,0 +51,0 @@ resolve(false); |
@@ -42,3 +42,4 @@ "use strict"; | ||
this.notifications.postSlackMessage(`Error cancelling all open orders: ${error.message}`, { | ||
"symbol": symbol | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -45,0 +46,0 @@ }); |
@@ -44,2 +44,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -46,0 +47,0 @@ this.addLog(tradeRef, "Error placing limit entry order", "ERROR", error); |
@@ -37,2 +37,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -39,0 +40,0 @@ this.addLog("Error placing market entry order", "ERROR", error); |
@@ -45,2 +45,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -47,0 +48,0 @@ this.addLog("Error placing limit stop order", "ERROR", error); |
@@ -38,2 +38,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -40,0 +41,0 @@ this.addLog("Error placing market stop order", "ERROR", error); |
@@ -48,2 +48,3 @@ "use strict"; | ||
"symbol": this.symbol, | ||
"orderId": this.orderId, | ||
}); | ||
@@ -50,0 +51,0 @@ resolve(false); |
@@ -42,3 +42,4 @@ "use strict"; | ||
this.notifications.postSlackMessage(`Error cancelling all open orders: ${error.message}`, { | ||
"symbol": symbol | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -45,0 +46,0 @@ }); |
@@ -44,2 +44,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -46,0 +47,0 @@ this.addLog(tradeRef, "Error placing limit entry order", "ERROR", error); |
@@ -37,2 +37,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -39,0 +40,0 @@ this.addLog("Error placing market entry order", "ERROR", error); |
@@ -45,2 +45,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -47,0 +48,0 @@ this.addLog("Error placing limit stop order", "ERROR", error); |
@@ -38,2 +38,3 @@ "use strict"; | ||
"symbol": symbol, | ||
"tradeRef": tradeRef, | ||
}); | ||
@@ -40,0 +41,0 @@ this.addLog("Error placing market stop order", "ERROR", error); |
{ | ||
"name": "taapi-strategies", | ||
"version": "1.1.32", | ||
"version": "1.1.33", | ||
"description": "A TAAPI.IO Strategies framework and helper package", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
414368
9372
16