Space Monkey
Space Monkey
ERROR TypeError: Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() This happens on mobile. Chrome on Android to be specific. Explanation here: https://stackoverflow.com/a/29915743/331021 I think the library is great for...
Simple orderbook ws code: ``` def get_orderbook_futures_stream_ws(self): dcm = ThreadedDepthCacheManager() # start is required to initialise its internal loop dcm.start() def handle_depth_cache(depth_cache): print(f"symbol {depth_cache.symbol}") print("top 5 bids") print(depth_cache.get_bids()[:5]) print("top 5...
It seems like you haven't implemented the functionality to build an orderbook from orderbook update events, or is there a way to do so?
You can try it on http://www.viz-js.com: ``` digraph G { clusterTest -> a } ``` Select Format = "json" You can see that the resulting "objects" field doesn't contain an...
* Bitcoin exchange feedhandler version: 2021.1 * Python version: 3.6.2 * Operating System: Linux 4.4.0-104-generic ### Description Config: subscriptions: Bitmex: instruments: - XBTUSD depth: 10 handlers: sql: connection: "sqlite:////media/data_2/current/order_book.db" is_rotate:...
``` Traceback (most recent call last): File "C:/msys64/mingw64/lib/python2.7/site-packages/cx_Freeze/initscripts/Console.py", line 27, in File "butterflow/__main__.py", line 12, in File "butterflow/cli.py", line 262, in main RuntimeError: opencl call failed ``` I do have...
I changed manifest.json to add that domain but the site goes blank when I click load. Example https://towardsdatascience.com/bert-nlp-how-to-build-a-question-answering-bot-98b1d1594d7b
I see the endpoint is available in the code but it is not used anywhere, spot endpoint is used by default in `connect` and `connect_multiple`.
Apologies for the beginner question. I went through the code but couldn't answer it myself. Does this build the level 3 orderbook (full book) for any of the exchanges and...
Hi there, first of all, thank you for implementing and maintaining this very useful protocol. I use it in pretty much all my apps. I could not find CONFLATE socket...