Backtrader

Using Multiple Datasets in Backtrader’s Strategies

Month: November 2020

Using Multiple Datasets in Backtrader’s Strategies

Quite often, when you work on advanced strategies only prie is not enough for you. You might want to use correlations between stocks, sentiment data, fundamentals, and so on. In this article, I will show you how you can use multiple data sources in Backtrader Strategies. So let’s assume I want to add additional conditions Using Multiple Datasets in Backtrader’s Strategies Read More →

Running a Massive Backtest on 1M Bars in Python with Backtrader

Python is a very powerful language for backtesting and quantitative analysis. You’re free to use any data sources you want, you can use millions of raws in your backtesting easily. In this article, I show an example of running backtesting over 1 million 1 minute bars from Binance. Including libraries: Function to get data from Running a Massive Backtest on 1M Bars in Python with Backtrader Read More →