Sec Wang
Sec Wang
Thank you for your work. I still look forward to seeing the native import feature. It is a difficult task for me to build an ocaml environment, so far. So...
yes ,same error, some time K stuck on deleting order,have to restart every 1H。 The situation is that some limit orders are not cancelled and are not shown in the...
I understand the situation, and the conclusion is that I need to write a script to clean up zombie orders so that I can keep running. The logic is simple:...
I am using such a strange way to solve this problem at present. Use a python script to check if binance has a zombie order, and if so, script make...
58转转+http://zhuanzhuan.com/
本地文件夹下可以用 ag 搜索内容。
[mysimbl](https://github.com/w0lfschild/mySIMBL). it works at 10.12 and simpler to use.
` okexWebSocketClient(c) { console.log("okex start") var socket const socketMessageListener = (event) => { if (okexEnabled) { // let trade = JSON.parse(event) // console.log(event) // console.log(event.data) var json var data =...
yes. As we all know, websocket sometimes fails because of network jitter. In my code.I use ping timestamp to check weather WebSocket connected. have to check this in .z.ts like....
I'm seriously considering your way. There are several restrictions. First of all, tsv must be in one line for each column, and for code with some side effects, we may...