-
kline = api.get_kline_serial(symbol, 60)
while True:
api.wait_update()
api.is_changing(kline)
print('v: {}'.format(kline.iloc[-1]['volume']))
-
Hello Mexc Developer Team,
- It seems "startTime" and "endTime" paramters are not working so I cannot get more than 1000 bars Kline/Candlestick Data. Server always returns the latest bars.
- Could y…
-
- [ ] prepare public market trade data from MAX.
- [x] prepare public market trade data from Binance.
- [ ] add a new back-test engine -- trade-based matching engine.
- [ ] simulate klines from pub…
-
**Describe the bug**
When I try to trade futures, I always get this error:
`binance.exceptions.BinanceAPIException: APIError(code=-1121): Invalid symbol`
The thing is I'm using valid pairs (eg: B…
-
For eg. the [binance fetcher](https://github.com/alpacahq/marketstore/tree/master/contrib/binancefeeder) give this on startup with the container:
```sh
Requesting BTC 2018-01-01 00:00:00 +0000 UTC…
-
Hi,
After download for 10 minutes, last month of 1INCH is 1INCHDOWNUSDT-1h-2021-12.csv
But we can see this coin is always trade:
https://www.binance.com/fr/trade/1INCH_USDT?theme=light&type=s…
-
Github and Python noob here so I hope this is correct.
Reference previous #279.
This appears to occur if the symbol/ticker isn't valid. This may even be a discrepancy between 'com' and 'us' server…
-
get ohlcvs with ccxt and i get below result for two days
![image](https://user-images.githubusercontent.com/77359545/153462029-6ac46903-c6a1-434a-9ff1-17bf19b44cb9.png)
and also data from binance p…
-
My linters and type checkers are failing to provide any help due to non-standard way of type hinting used in the library,
For instance, in the file: `unified_trading`:
```python
def kline_st…
-
cryptocurrency_data_downloader-master\download_data_from_binance.py", line 4, in
from binance.client import Client
ModuleNotFoundError: No module named 'binance.client'; 'binance' is not a pack…
DIBMS updated
2 years ago