-
I'm using market maker bot since two months and it was working fine. Since last two weeks Im facing problem of Web Socket limits issue. While I open my account at website a pop-up appears that limits …
-
Since I wanted to access to the api manually, I made the following script.
```python
import bitmex
b = bitmex.BitMEX(base_url="https://testnet.bitmex.com/api/v1/",symbol="XBTUSD",apiKey="myApiKey…
0z4ck updated
6 years ago
-
Running in Windows 8.1 pro, 8G RAM, latest python 2.7.14
FYI
Bot is great, thank you :)
>2017-09-18 09:30:03,226 - INFO - market_maker - Contracts Traded This Run: -2000
2017-09-18 09:30:03,226 …
btcre updated
6 years ago
-
I am using version 1.8 and get the error mentioned above:
```
> certstream
[ERROR:root] 2017-12-18 15:04:01,994 - Error connecting to CertStream - cafile, capath and cadata cannot be all omitted…
ghost updated
6 years ago
-
It's not really clear from the docs how to use [client.getSymbol](https://github.com/BitMEX/api-connectors/blob/master/official-ws/nodejs/README.md#clientgetsymbolstring-symbol) but I guess it should …
-
If I subscribe to the transact:* table, I get disconnected after 1 minute. The websocket will then automatically reconnect and stay connected for one more minute, then it will disconnect again, throw …
-
I am getting the following error when run marketmaker. I am using Python 3.6. Any help is appreciated.
oracle@segfault::/home/oracle/git/sample-market-maker> ./marketmaker
Traceback (most recen…
-
This client is awful. I'll save you some time now, because I wish someone had for me. The authentication doesn't work because they've done it in a way where the parameters can be reordered so you can …
-
Hi guys,
I am trying to retreive all the trades real time. However for whatever reason the feed does not seem to be updating anymore after running the first time. Does anyone have any idea what I c…
-
Hi
I am built libwebsockets-test-client.exe and running it like follow:
cmd>> libwebsockets-test-client.exe wss://test.xxx.com/xxx
but can not connect server, and client print some message :
…