-
- OS: Mac
- Programming Language version: Python 3.6
- CCXT version: 1.11.62
- Exchange: Bitmex
- Method: Parse_Order
Hi!
If I pass a stop loss order for bitmex to the parse_order method, a …
-
Is client.Order.Order_get missing?
Python 3.5, swaggerpython API, installed via pip3
client = bitmex.bitmex(api_key=key , api_secret =secret)
client.Order.Order_get().result()
Error:
…
-
Hi , my my can't verify the SSl certificate, both testnet and main site. What can be a problem?
2017-10-02 08:38:45,900 - DEBUG - ws_thread - Connecting WebSocket.
2017-10-02 08:38:45,900 - INFO -…
ghost updated
6 years ago
-
Let's go ahead and implement websockets for Bitmex. They already have a python and node wrapper:
https://github.com/BitMEX/api-connectors/tree/master/official-ws
-
Inspecting the editOrder function in ccxt looks like it just cancels and replaces an order - Bitmex (and probably others) have an amend functionality in the api to adjust certain parameters of a place…
-
my "on_close" function actually looks like this:
def __on_close(self, ws):
self.logger.warning('Websocket Closed.')
self.exit()
not sure why i am getting this error "__on_c…
-
I am using CCXT Javascript cdn library to place an order but i am unable to do so,Though I am able to fetch my account balance and GET by recent trades. This is my Code
```
…
-
I am working on windows 10.
installed bitmex market maker succesfully. Running marketmaker setup but giving below error.
PS C:\Users\ashish.baboo\Desktop\sample-market-maker-master> marketmaker se…
-
Hi. I am seeing something a bit odd. The async version of the exchange specific api call `private_get_position` fails with this error:
```
ccxt.base.errors.AuthenticationError, bitmex GET https://te…
-
on Python 3.6,
It doesn't make any authentication if api keys are provided because
stuck on **__wait_for_account(self):**
what if account doesn't have any 'order' ?
Better to remove it and leave …