rodrigo-brito / backtrader-binance-bot

:money_with_wings: A example of bot using Backtrader to trade Bitcoins in Binance Exchange.
MIT License
263 stars 118 forks source link

updated dependencies to their latest versions #9

Closed luisparravicini closed 3 years ago

luisparravicini commented 3 years ago

Test it running in development mode and it works fine with the updated libraries. Haven't used production mode yet so I don't know whether all the code that runs when production is enabled has any problems with the updated libraries.

If I continue adding/modifying the bot, are you interested in those changes? Just to know whether I continue creating pulling requests for my changes!

rodrigo-brito commented 3 years ago

For these libraries, the dev environment is a good validator, but for production some libraries like bt-ccxt-store are critical. I think it changed a lot in the last year. I recommend a double check before going live.

I don't use backtrader any more, maybe recent changes can affect bot behavior. I migrated my strategies to Freqtrade: https://www.freqtrade.io/en/latest/. This project is a workaround for backtrader in Binance and is not stable. Freqtrade is a mature project, I enjoyed it a lot.

luisparravicini commented 3 years ago

Cool! I've found freqtrade yesterday and had it on my TODO to try after checking out your bot. I'll jump right into freqtrade then. Thanks.