Skip to content
#

backtrader

Here are 50 public repositories matching this topic...

gshpychka
gshpychka commented Jul 1, 2020

If the backtest involves a bt.Strategy subclass that was declared in a Jupyter notebook cell, an error will be thrown because the inspect module cannot read the source of the class, since Jupyter stores its classes in the main class.

Incomplete code that triggers the error - an error will be thrown if cerebro contains a strategy class that was declared in a Jupyter cell.

b = Bok
good first issue

Improve this page

Add a description, image, and links to the backtrader topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backtrader topic, visit your repo's landing page and select "manage topics."

Learn more