-
Hi. I can get 500 candles from Binance Futures. I need to calculate MAs for all the candles I got. How can I do it. I tried with a list but it didn't work. I need them to be displayed in the DatagridV…
-
Hi there,
I have a question about how we can aggregete ohlcv faster that binance.
When we are working with binance, and we have 2 solutions for accepting ohlcv directrly from binance:
1. Fetch…
-
Data returned successfully but got https warnings.
```
data = get_historical_klines('BTCUSDT', Client.KLINE_INTERVAL_4HOUR, 'October 15, 2020', 'October 20, 2020')
/usr/local/lib/python3.8/site…
jleei updated
4 years ago
-
对于“huobi_swap” demo 的文件“main.py ”中除了初始化quant.initialize(config_file) initialize()外,就是quant.start();
跳转到quant.py, start()方法最核心的功能语句是 self.loop.run_forever() ;而run_forever() 是python实现的函数,不是我们自己写的函数,那我…
-
Merhabalar,
Websocket üzerinden SubscribeToTickerAsync() fonksiyonu ile "ticker" kanalına abone oldum.
Normalde (https://api.btcturk.com/api/v2/ticker?pairSymbol=BTC_USDT) adresinden de görüleceği ü…
-
**Describe the bug**
A segmentation fault is returned when two vector layers are patched and one does not have an attribute table attached.
**To Reproduce**
Using the Spearfish dataset:
`v.ex…
-
Hello!
I Love That Sharp Libary!
In That Offical Binance Rest-API Documentation At "**GET /api/v3/klines**" Follow That JSON Response:
[
[
1499040000000, // Open time
"0.016…
pdx2k updated
4 years ago
-
I see that cryptoxlib-aio does not yet have support for subscribing to websockets candlesticks / klines / OHLC (choose your preferred name). Certainly that is the case on Binance. I don't know the o…
ttamg updated
4 years ago
-
HTTP status code was not OK: 410 What is it?
si.mazi.rescu.HttpStatusIOException: HTTP status code was not OK: 410
at si.mazi.rescu.ResponseReader.read(ResponseReader.java:104)
a…
-
CCXT for HuobiPro does not return properly OHLC
Check this:
https://github.com/ccxt/ccxt/blob/97874a8562026087c836a269246ce27665113497/python/ccxt/async_support/huobipro.py#L728
No reference…