lindomar-oliveira / backtrader-binance

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

How to perform back testing? #11

Closed tonypottera24 closed 2 years ago

tonypottera24 commented 2 years ago

Sorry I'm new to backtrader.

Is there any way to use this package to test strategy on past data without placing real order?

lindomar-oliveira commented 2 years ago

@tonypottera24 I'm sorry for the late reply. Yes, it is possible.

Use backtrader for that, without changing the default Broker and Store.

simeneide commented 1 year ago

Hi, i left a new issue before I saw this one. But if you remove broker&store, then you wouldnt use this package for anything? Not possible to download the data in "same format" using this?