Replies: 1 comment
-
Absolutely, and if you would send me a nice pull request it would be even faster! ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The bitmex example doesn't seem to work.
bitmex-websocket doesn't work (and has stopped being developed/managed) at all, and has been replaced by bitmex-ws, which is quite different in a few ways.
with bitmex-websocket
with bitmex-ws
ImportError: cannot import name 'Instrument' from 'bitmex_websocket' (~/src/jmcap/venv/lib/python3.9/site-packages/bitmex_websocket.py)
replacing the original
ws = Instrument(channels=[InstrumentChannels.trade, InstrumentChannels.orderBook10])
with
ws = BitMEXWebsocket(endpoint="https://www.bitmex.com/api/v1", symbol="ETHUSD", api_key="...",api_secret="...?)
results in data being read, but
Any chance finplot will be updated?
Beta Was this translation helpful? Give feedback.
All reactions