You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: errors.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Error message | Description
182
182
"Order would trigger immediately." | The order's stop price is not valid when compared to the last traded price.
183
183
"Cancel order is invalid. Check origClOrdId and orderId." | No `origClOrdId` or `orderId` was sent in.
184
184
"Order would immediately match and take." | `LIMIT_MAKER` order type would immediately match and trade, and not be a pure maker order.
185
-
"The relationship of the prices for the orders is not correct." | The prices set in the `OCO` is breaking the Price rules. <br> The rules are: <br> `SELL Orders`: Limit Price > Last Price > Stop Price <br>`BUY Orders`: Limit Price < Last Price < Stop Price
185
+
"The relationship of the prices for the orders is not correct." | The prices set in the `OCO` is breaking the Price rules. <br/> The rules are: <br/> `SELL Orders`: Limit Price > Last Price > Stop Price <br/>`BUY Orders`: Limit Price < Last Price < Stop Price
186
186
"OCO orders are not supported for this symbol" | `OCO` is not enabled on the symbol
187
187
"Quote order qty market orders are not support for this symbol."| `MARKET` orders using the parameter `quoteOrderQty` are not enabled on the symbol.
188
188
"Trailing stop orders are not supported for this symbol." | Orders using `trailingDelta` are not enabled on the symbol.
@@ -207,7 +207,7 @@ Error message | Description
207
207
"Filter failure: MIN_NOTIONAL" | `price` * `quantity` is too low to be a valid order for the symbol.
208
208
"Filter failure: ICEBERG_PARTS" | `ICEBERG` order would break into too many parts; icebergQty is too small.
209
209
"Filter failure: MARKET_LOT_SIZE" | `MARKET` order's `quantity` is too high, too low, and/or not following the step size rule for the symbol.
210
-
"Filter failure: MAX_POSITION" | The account's position has reached the maximum defined limit. <br> This is composed of the sum of the balance of the base asset, and the sum of the quantity of all open `BUY` orders.
210
+
"Filter failure: MAX_POSITION" | The account's position has reached the maximum defined limit. <br/> This is composed of the sum of the balance of the base asset, and the sum of the quantity of all open `BUY` orders.
211
211
"Filter failure: MAX_NUM_ORDERS" | Account has too many open orders on the symbol.
212
212
"Filter failure: MAX_NUM_ALGO_ORDERS" | Account has too many open stop loss and/or take profit orders on the symbol.
213
213
"Filter failure: MAX_NUM_ICEBERG_ORDERS" | Account has too many open iceberg orders on the symbol.
Copy file name to clipboardExpand all lines: errors_CN.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@
175
175
"Order would trigger immediately." | 止盈、止损单必须在未来触发,如果条件太弱现在的市场行情就可以触发(通常是误操作填错了条件),就会报这个错误。
176
176
"Cancel order is invalid. Check origClOrdId and orderId." | 撤销订单必须提供`origClOrdId`或者`orderId`中的一个。
177
177
"Order would immediately match and take." | `LIMIT_MAKER` 订单如果按照规则会成为Taker,就会报此错。
178
-
"The relationship of the prices for the orders is not correct." | `OCO`订单中设置的价格不符合报价规则:<br> The rules are: <br> `SELL Orders`: Limit Price > Last Price > Stop Price <br>`BUY Orders`: Limit Price < Last Price < Stop Price
178
+
"The relationship of the prices for the orders is not correct." | `OCO`订单中设置的价格不符合报价规则:<br/> The rules are: <br/> `SELL Orders`: Limit Price > Last Price > Stop Price <br/>`BUY Orders`: Limit Price < Last Price < Stop Price
179
179
"OCO orders are not supported for this symbol" | `OCO`订单不支持该交易对
180
180
"Quote order qty market orders are not support for this symbol."| 这个交易对,市价单不支持参数`quoteOrderQty`
181
181
"Trailing stop orders are not supported for this symbol." | 此symbol不支持 `trailingDelta`
Copy file name to clipboardExpand all lines: faqs/trailing-stop-faq.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Between `12:04:00` and `12:05:00` a series of linear trades lead to a decrease i
78
78
79
79
Between `12:05:00` and `12:05:30` a series of linear trades lead to an increase in last price to 44,100. This trade is equal to, or surpasses, the order's requirement of 500 BIPS, as `44,100 = 42,000 * 1.05`. This causes the order to trigger and start working against the order book at its limit price of 45,000.
### Scenario B - Trailing Stop Loss Limit Sell Order
84
84
@@ -94,7 +94,7 @@ Between `12:04:00` and `12:05:00` a series of linear trades lead to an increase
94
94
95
95
Between `12:05:00` and `12:05:30` a series of linear trades lead to a decrease in last price to 36,900. This trade is equal to, or surpasses, the order's requirement of 1000 BIPS, as `36,900 = 41,000 * 0.90`. This causes the order to trigger and start working against the order book at its limit price of 38,000.
### Scenario C - Trailing Take Profit Limit Buy Order
100
100
@@ -112,7 +112,7 @@ Between `12:04:00` and `12:05:00` a series of linear trades lead to a decrease i
112
112
113
113
Between `12:05:00` and `12:05:30` a series of linear trades lead to an increase in last price to 40,145. This trade is equal to, or surpasses, the order's requirement of 850 BIPS, as `40,145 = 37,000 * 1.085`. This causes the order to trigger and start working against the order book at its limit price of 38,500.
### Scenario D - Trailing Take Profit Limit Sell Order
118
118
@@ -132,7 +132,7 @@ Between `12:05:00` and `12:06:00` a series of linear trades lead to an increase
132
132
133
133
Between `12:06:00` and `12:06:50` a series of linear trades lead to a decrease in last price to 43,012.5. This trade is equal to, or surpasses, the order's requirement of 750 BIPS, as `43,012.5 = 46,500 * 0.925`. This causes the order to trigger and start working against the order book at its limit price of 41,000.
### Scenario E - Trailing Stop Order Without A Stop Price
138
138
@@ -146,7 +146,7 @@ Between `12:03:00` and `12:04:00` a series of linear trades lead to an increase
146
146
147
147
Between `12:04:00` and `12:04:45` a series of linear trades lead to a decrease in last price to 42,315. This trade is equal to, or surpasses, the order's requirement of 700 BIPS, as `42,315 = 45,500 * 0.93`. This causes the order to trigger and start working against the order book at its limit price of 39,000.
0 commit comments