以前のnoteで「[bitmex_websocket] websocketでticker,orderbook,trade情報を取得しようとしてハマるの回」を書いたのですが、今回はorder(注文情報)を取得しようとしてハマったお話です。 の4つがあるのですが、orderbook, position, margin, instrumentなどの全部のメッセージで上記 ...
Websocket implementation for BitMEX cryptocurrency derivatives exchange. import trio from async_generator import aclosing from bitmex_trio_websocket import open_bitmex_websocket from trio_websocket ...
はじめにBacktestAssistantはpythonによるシステムトレードの分析・検証を行うためのバックテストツールです。 いわゆるbotter向けのツールのため、pythonにて取引所APIを使ってデータ収集や取引ができる、できれば簡単なbotなどの作成経験があるという方が対象と ...
A BitMEX object wrapping the REST and WebSocket APIs. Out of the box, a simple market making strategy is implemented that blankets the bid and ask. More complicated strategies are up to the user. Try ...