vnpy_binance icon indicating copy to clipboard operation
vnpy_binance copied to clipboard

Binance trading gateway for VeighNa Evo

Results 20 vnpy_binance issues
Sort by recently updated
recently updated
newest added

最近发生的,ontrader方法在有实际成交的时候不被触发,而且pos也没有更新,你们有没有相同的情况

GATEWAY:BINANCE_SPOT 订阅之后几个小时以后会断流,原因不明。(大概4个小时?) 断流之后就不会再收到更新了,暂时不清楚是不是币安的限制还是纯粹的网络问题。 但不管是哪个,之后也无法恢复。 暂时找到的办法只有先清掉market_ws_api.ticks,再重新订阅一次。 `main_engine.get_gateway("BINANCE_SPOT").market_ws_api.ticks.pop("ethbtc")`

bug

幣安 連結Gateway不會像以前一樣有三個選項,看起來無法正確選擇你要的

已经在API文件中“延长listenkey"中添加了 self.start_user_stream() return 但是还是运行了10几个小时后还是出现了如下报错,不知是什么原因。 WebsocketClient on error---------- [2022-07-20T09:07:06.764259]: Unhandled WebSocket Error: LastSentText: LastReceivedText: {"e": "listenKeyExpired", "E": 1658247671735} Exception trace: Traceback (most recent call last): File "C:\vnstudio\lib\site-packages\vnpy_websocket\websocket_client.py", line 174, in _run...

https://github.com/vn-crypto/vnpy_binance/issues/20#issuecomment-1166440834

`from requests.exceptions import SSLError` pip install requires

目前CCXT PRO已经免费。支持各种rest websocket等。简单易用。请求更新。

RestClient on error---------- [2022-10-08T19:43:36.835613]: Unhandled RestClient Error: request:request : GET /fapi/v1/account?timestamp=1665229395667&signature=15fd86122833e9f870bdd907f452deffb071eb88a19b6d12d82cd1f70a276e84 because terminated: headers: {'Content-Type': 'application/x-www-form-urlencoded', 'Accept': 'application/json', 'X-MBX-APIKEY': 'IrzglKFMoV0Xm64nmffMPrVNPBYi8aQ30c7zjFcEZCNEjEfsYm7BZ69AkL9a1bYe', 'Connection': 'close'} params: {} data: {} response: Exception trace: Traceback...

OS版本: Ubuntu20.04 server 安装软件版本: ![1702200952292](https://github.com/veighna-global/vnpy_binance/assets/18564358/63c5284f-92eb-4990-9d19-2005b7a00409) python版本:(默认是3.8.10,人为升级到3.9.5) Python 3.9.5 报错信息: ![241ce883e8fdfadc53d4cea1462955b](https://github.com/veighna-global/vnpy_binance/assets/18564358/99987da7-e36e-4e00-b3e0-17947d7b9ece) 请问这个问题可以怎么解决