- Forums
- FAQ
- The GetOrder parameter problem
The GetOrder parameter problem
Author:
honeyligo, Created: 2018-12-18 15:17:15, Updated:
The id returned from Bitmex's Buy or Sell interface is sometimes numeric and sometimes a string, and the GetOrder argument supports both types, but often returns errors:
GetOrder ((45893259-c8ef-1e0c-33c4-xxxxxx): order not found
Debugging tool requests but returns order information normally
More
- Do you guys have any code for drawing k-lines, just draw a line, and every few tens of seconds, you'll get a paper that automatically draws a line.
- Sustainability: Can the OKEX Sustainability Contract be supported?
- Please ask when to support BCEX, thank you.
- We hope to update the contract API of GATE.
- Do you want to add a customized pair of coins to the simulated retest OKEX with only 9 coins?
- How did the super programmer who operates the digital currency get in?
- The same strategy, same scripting, js and Python, which one performs better?
- Newcomer: Use _Cross ()) or custom method to judge macd gold forks and real discs, sometimes there are errors, please help!
- OK's lasting details: When will it go live?
- The newcomer can't come up with a TT, hoping to provide a general protocol plugin for a BBX exchange
- We hope to launch a sync plugin for VScode
- k-line time in parameter configuration
- Can't the visualization policy set the leverage multiplier?
- How can i get the depth of the market when backtesting?
- ERR_INSUFFICIENT_ASSET from huobi
- Source code of < synthetic arbitrary period K line > on the strategy square The length of the aggregation is not correct
- Just finished and banned by Bitmex
- MyLanguage Document
- Bitmex error 403 was encountered
- MONEYTOT is still having problems with the Mac version
honeyligo /upload/asset/f0d2357a1fae6bce69358bc04518ede6.png
Inventors quantify - small dreamsThe return should be a string.
If you're interested, check out the screenshot below.
wufuhao100wIt's like this /upload/asset/132dcb83ad158647ccc9c.png
wufuhao100wBut the order id has been returned, so the id should have been successfully placed...
Inventors quantify - small dreamsIt must be that the order was really not found.
wufuhao100wGod, I've tried, sometimes pausing for 2 seconds still gives the error not found, pausing for too long affects the policy, is there any way to filter this error message and let the program continue to run, because I've been waiting for the order state to get completed, and I've also tried again with _C when using the GetOrder function...
Inventors quantify - small dreamsI'm not being polite.
honeyligoOkay, I'll give it a try, thank you.
Inventors quantify - small dreamsIf you have placed an order, you may need to pause it for a few seconds, for example, 2 seconds, and then check again, it may be that the exchange system has not entered the order yet.