-
in the api-connectors/official-http/python-swaggerpy/, BitMEX Python client
how can i know what's the all function i can use?
And how can i them? Are there any examples, or can i see the code of the…
-
### Operating System
Fedora 38, Linux
### Programming Languages
Python
### CCXT Version
4.4.26
### Description
Hi,
when calling `fetchPositions` on Bybit while not specifying a…
-
When I put
client = bitmex.bitmex()
the following message is returned.
Is it ok to proceed with the warning?
validator20.py:56: SwaggerValidationWarning: Found "$ref: #/definitions/UserPreferen…
-
tanzeel@tanzeel-HP-Compaq-dx7500-SFF:~/BitMEX-simple-trading-robot$ python main_loop.py
Traceback (most recent call last):
File "main_loop.py", line 1, in
import bitmex
ImportError: No mod…
-
```
>>> platform.platform()
'Darwin-18.0.0-x86_64-i386-64bit'
>>> platform.python_version()
'3.7.2'
```
Hi,
I'm trying to get up and running using the Bitmex ws api. I'm having some problems.…
-
python 3.5, I am using
import json
import bitmex
client = bitmex.bitmex(test=True, api_key=api_key, api_secret=api_secret)
unable to connect
-
Hello,
I would like to retrieve the ticker.
Given the data recovered via the bitmex-ws python api and the python-swagger api for bitmex are wrong (big timestamp shift, there are several open iss…
-
Hello, thank you for developing this. I am trying to run the notebook file but when ever I run it I get:
---------------------------------------------------------------------------
NameError …
KregH updated
6 years ago
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: Linux dan-thinkpad 4.20.1-arch1-1-ARCH #1 SMP PREEMPT Wed Jan…
-
Hi
I use the websocket with a python 3.6 script and I notice that after some couple of hours of running the data is not the real live value for example right now the live BTC is 7897 and I get 7922 …