bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.19k stars 679 forks source link

OKex orderbook #772

Closed clem921 closed 2 years ago

clem921 commented 2 years ago

Hello, I a using cryptofeed and okex orderbook. From the file okex.py in exchange.py, it seems that cryptofeed is using the books-l2-tbt channel (400 depth every 10ms - https://www.okx.com/docs-v5/en/#websocket-api-public-channel-order-book-channel)

I tried to change the channel and use books50-l2-tbt (modifying okex.py file) which is 50 depth every 10ms. But is doesn't work. Do you have any idea why ?

Thanks

bmoscon commented 2 years ago

You'll need to point me to your code. I can't really make a guess

bmoscon commented 2 years ago

no response, issue seems with users own modified code, closing