lindomar-oliveira / backtrader-binance

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

Can't receive data when testnet=False #5

Closed XZHhong closed 2 years ago

XZHhong commented 3 years ago

I change testnet=False to testnet=True in the example which you give and run, and then I receive one data, but I can't receive any data after that. It seem that when testnet=False , websocket will be disconnected after a few seconds and will never be connected again. However I can receive data normally when testnet=True, and I can also use class ThreadedWebsocketManager normally when testnet=False in other programs.

lindomar-oliveira commented 2 years ago

@XZHhong Still having problems with that?