-
# New Issue
asset.Index is a unsupported websocket asset, however we don't respect this generating subs. We're also attempting to subscribe to the orderbook L2 for it which doesn't exist.
```
[…
-
Websocket addresses have been changed, old ones are being retired.
[Full details](https://blog.bitmex.com/site_announcement/change-of-websocket-endpoint/)
-
I have added my (testnet) APIKEY+ SECRET in .bash_profile
like so:
export BITMEX_APIKEY=xxxxxxxxxx
export BITMEX_SECRET=xxxxxxxxxxxxxxx
when i run python3 main.py --demo --strategy Doten →
…
-
**Describe the bug**
Bitmex Trade subscription is crashing with a weird error in the library
**To Reproduce**
Steps to reproduce the behavior:
```
f = FeedHandler()
f.add_feed(Bitmex(symbols=[…
-
There seems to be an issue with timestamps and resampling ohlcv, which affects both the chart in the UI and calculation of data within strategy. Thanks for taking a look at it.
Here is my log with …
-
I am trying to connect with Python client (Websockets) to Delta server. Is it only REST? I keep getting:
```
2018-10-07 04:49:06,953 - bitmex_websocket - INFO - Connecting to wss://localhost:4444/…
-
Hi. I love this repository and I found a bug.
I got below error message...
https://github.com/altangent/ccxws/blob/c7908b43d55a82c76b4ae9c851c5b76a94352e0c/src/exchanges/bitmex-client.js#L436
…
-
```
>>> platform.platform()
'Darwin-18.0.0-x86_64-i386-64bit'
>>> platform.python_version()
'3.7.2'
```
Hi,
I'm trying to get up and running using the Bitmex ws api. I'm having some problems.…
-
Hi
I use the websocket with a python 3.6 script and I notice that after some couple of hours of running the data is not the real live value for example right now the live BTC is 7897 and I get 7922 …
-
having this example:
```python
import websocket
from bitmex_websocket import Instrument
from bitmex_websocket.constants import InstrumentChannels
websocket.enableTrace(True)
channels = […