-
According to https://dev.binance.vision/t/futures-trades-websocket-with-trade/17246 there is a @trade futures endpoint, and I see in the code there is a `FuturesWebsocketEvent::Trade`.
https://github…
-
hello, please add
```python
ADDITIONAL_OPERATORS = {
"similarity": lambda f, v: f.op("")(v),
"word_similarity": lambda f, v: f.op(">")(v),
"like": lambda f, v: f.ilike(v),
"ilike…
-
# Bug report
### Bug description:
Running this code:
```python
import concurrent.futures.process
for _ in range(100):
x = concurrent.futures.process.ProcessPoolExecutor()
x.submit(lambda: 42…
-
I am running the bot for futures in binance and after some time I get the next error:
```
python3.9 main.py --account binanceaccount1 --exchange binance --pair BTCUSDT --strategy Rci
2024-07-30 21:…
-
**Steps to Reproduce**
1. `git clone git@github.com:google/file.dart.git`
2. `cd file.dart`
3. `dartanalyzer .`
**Expected Results**
No analyzer warnings. At least, until very recently, …
-
This issue is for tracking the feature request for 'futures' in Chapel.
Some work towards adding futures was completed around 2013. See slides summarizing that work here:
http://chapel.cray.com/…
-
Hi all, I am new to XChange (and actually to java ...) and was wondering if there was anything in the pipeline with regards to adding [binance futures market stream](wss://fstream.binance.com)
If …
-
We've done a bit of musing on how we would use [`concurrent.futures`](https://docs.python.org/3/library/concurrent.futures.html) within a Python 3 version of multyvac/cloud.
This would mean that our …
-
A minor thing but inconsistent across platforms. Checked the Web UI and it only shows "Options, Perpetuals, Spot" with no "Futures" displayed.
Android app is version 2.2.1
IOS app is version 3.0.8…
-
```
It would be great if Future objects provided by spymemcached allows callbacks
registration to be notified when they are completed. It would be pretty useful
to avoid blocking threads waiting for…