This repository was archived by the owner on Mar 24, 2023. It is now read-only.
Replies: 2 comments 2 replies
-
You can probably avoid it by assigning a custom name when adding the data to cerebro. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey.
Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Got an error trying pass PandasFeed data format. Running standard bt code:
and then trying run:
'b = backtrader_plotting.Bokeh(style = 'bar')
cerebro.plot(b)'
which raises RuntimeError: Unexpected data type: <class 'backtrader.feeds.pandafeed.PandasData'>
can i somehow avoid it?
Beta Was this translation helpful? Give feedback.
All reactions