-
Hi there,
Thanks for this package!
Is there a reason that when a single piece of data comes in from a particular symbol stream, events for all symbols are emitted?
I think it's due to this bloc…
-
I am getting the following error when run marketmaker. I am using Python 3.6. Any help is appreciated.
oracle@segfault::/home/oracle/git/sample-market-maker> ./marketmaker
Traceback (most recen…
-
Got an error when tried to install peregrine use the following command:
> pip install git+https://github.com/wardbradt/peregrine.git
_Collecting git+https://github.com/wardbradt/peregrine.git
…
-
The BitMEX api expects the [filter parameter](https://www.bitmex.com/app/restAPI#Filtering) to a json object, however in the python implementation, if you supply a dict or and object to the filter par…
-
## The dependency [ccxt](https://github.com/ccxt/ccxt) was updated from `1.17.278` to `1.17.279`.
🚨 [View failing branch](https://github.com/DeviaVir/zenbot/compare/unstable...DeviaVir:greenkeeper%2…
-
I am using version 1.8 and get the error mentioned above:
```
> certstream
[ERROR:root] 2017-12-18 15:04:01,994 - Error connecting to CertStream - cafile, capath and cadata cannot be all omitted…
ghost updated
6 years ago
-
Hi
I am built libwebsockets-test-client.exe and running it like follow:
cmd>> libwebsockets-test-client.exe wss://test.xxx.com/xxx
but can not connect server, and client print some message :
…
-
Hi,
Thank you for all your work. I am not an experienced python user, however it seems to me that some exchanges return None when using exchange.symbols method, such as:
binance, bithumb, bitmex…
-
- OS: OS X
- Programming Language version: python 2.7
- CCXT version: 1.10.912
I just upgraded to 1.10.912 and got it working (thanks kroitor!) but I think there's a bug with the OHLCV flag:
`…
-
*First of all i understand this is under development
i'm a little bit confused about how the fetch_ohlcv returns data.
I have an algo that i drip feed bars every day (or hour etc).
For example, …