backtrader2 / backtrader

Python Backtesting library for trading strategies
https://www.backtrader.com
GNU General Public License v3.0
221 stars 52 forks source link

Handling of replay and mixing several data feeds #78

Open alatif-alatif opened 2 years ago

alatif-alatif commented 2 years ago

Hi,

is the issue with replay and mixing several data feeds (see: backtrader forum: IndexError: deque index out of range ) still valid?

The result of using replay may lead to an error message: IndexError: deque index out of range

If yes: is there anything that can be done about it within backtrader2?

Thanks in advance!