lindomar-oliveira / backtrader-binance

Binance API integration with Backtrader.
MIT License
129 stars 61 forks source link

Update kline every second #3

Closed zenoftrading closed 3 years ago

zenoftrading commented 3 years ago

Hey.

How can I get kline updates every second, like in the api implementation? https://binance-docs.github.io/apidocs/spot/en/#trade-streams

Or how can I get tick updates?

lindomar-oliveira commented 3 years ago

@zenoftrading Sorry for the delay in replying.

The minimum candle/kline update time is 1 minute, it's link refers to the trade stream, that is, when there is buy and sell trading in your account.