-
**Describe the bug**
Hi there! I've been struggling with an error when trying to subscribe to OKX liquidations. Sorry to bother but I'm fairly new to asyncio so I'm having a hard time debugging on my…
-
## Description
Hello, first of all thank you very much for this library. Feels very good!
Unfortunately I get the following bug when using FTXFutures
## code to reproduce
```
import blankly
…
-
## Description
Hello, first of all thank you very much for this library. Feels very good!
Unfortunately I get the following bug when using FTXFutures
You must using wrong Separator in ftx futru…
-
## Description
In https://github.com/blankly-finance/blankly/blob/main/blankly/exchanges/interfaces/alpaca/alpaca_interface.py#L398, `adjustment` is set to `raw` instead of `all` which leads to unexp…
-
## Description
A clear and concise description of what the bug is.
I run `blankly init -n`, select `Coinbase Pro`, select `Screener`, select `rsi_screener`, and add my keys. Then I run `python bo…
nirno updated
2 years ago
-
```
Streamer.start_streaming("xrpusdt")
{:error, %WebSockex.ConnError{original: :timeout}}
```
is there anyone have websockex ConnError timeout error ?
-
I can connect and receive real-time messages for a few minutes before the server disconnects me with reason "io server disconnect". I use nodeJS with socket.io-client and my sample code is below.
I…
-
**Describe the bug**
Executing trades thru the bot using Tokocrypto results to an incorrect filled order timestamp. Upon further checking I noticed that on all instances the trades are only recorded …
-
the piece of code below fails with an error
```
terminate called after throwing an instance of 'boost::wrapexcept'
what(): The WebSocket handshake was declined by the remote peer
```
The han…
-
Hello. I'm trying python 3.10 and it seems like websockets doesn't support it yet.
How to reproduce:
Get a working websockets server and try to run a client with python3.10:
```import asyncio
im…