-
First of all thank you for the amazing integration across various exchanges.
I looked through the code and see subscribeTicker, subscribeTrade etc but dont find klines anywhere. Do you have any plans…
-
Hello!
Using `binance.websockets.chart(['ADABNB'], '1h', async (symbol, interval, chart) => { doSomething(); }`
Expected behavior: new 'signal' each hour.
Issue: new 'signal' each minute for 3 mi…
-
Just curious, looks like the charts are no longer working. Not sure if this iso to some update in amcharts or not
This is what I am seeing
vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in render…
-
async def on_ticker(self, *args, **kwargs):
""" 定时执行任务
"""
ts_diff = int(time.time()*1000) - self.last_orderbook_timestamp
if ts_diff > self.orderbook_invalid_s…
-
Hi, thanks for your work.
I try to get klines:
`using (restClient = new BinanceClient())
{
var result = await restClient.GetKlinesAsync
(
cbSymbols.Text.ToString(),
Klin…
-
See changelog: https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md
-
Hi. I am getting candles from Binance like this:
```
public class BinanceKline
{
public BinanceKline();
public DateTime OpenTime { get; set; }
public decimal Ope…
-
self.market.klines 是从代码执行开始记录kline信息。我想要代码执行时已有的k线信息,应该怎么取
-
- start date, end date input
- why there are errors when switching to new contracts? callback
-
First of all, thank you for open sourcing this library, it's incredibly easy to use and it has indicators/studies that none of the other libraries i've checked have.
I was trying to run a backtest…