-
Been running script for 7 days. It has disconnected randomly.
websocket disconnected.
Any chance to get an update that checks for the connection and reconnects if it is dropped?
-
hello , I am trying to run this bot , I am getting the following error ,I used a testnet api key and secret
and used python 3.5.3 version
fatal: Not a git repository (or any of the parent directo…
-
Hi,
I am trying to figure out how to conntect to the API for the first time.
The readme says to use:
```
SwaggerClient.configure do |config|
# Configure API key authorization: apiKey
confi…
-
https://www.bitmex.com/api/explorer/
-
my "on_close" function actually looks like this:
def __on_close(self, ws):
self.logger.warning('Websocket Closed.')
self.exit()
not sure why i am getting this error "__on_c…
-
Hi, I am writing a connector for the BitMEX crypto exchange api.
Each time I connect with websockets.client.connect a new thread is created. The thread seems to stay up even if the connection is cl…
-
https://github.com/crossbario/autobahn-testsuite/commit/f0c83a3d6ad157417b7d56091796d8c8798be9c0 makes some changes to the file `testdata/data1.html`, which is used in the 12.4 block of tests for comp…
-
Let's go ahead and implement websockets for Bitmex. They already have a python and node wrapper:
https://github.com/BitMEX/api-connectors/tree/master/official-ws
-
Hi,
It's just on testnet. The market maker bot started and shutted down immediately after display 6 buys and 6 sells information. Any ideas. Thanks!
Below are log and my setting.py
Log:
201…
-
HI, Was thinking about implementing bitmex exchange and wondered if anyone had started work on this or intrested in collabrating.