For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Extending a Datafeed error
-
I'm new to OOP.
I am trying to run the example from a extending-a-datafeed.html (I want to add an additional line in datafeed ) and get the following error:AttributeError: type object 'GenericCSVData' has no attribute 'linefields'
-
The behavior was updated to actually not need it but that
linefields
bit sticked to the docs.The documentation has been updated: https://www.backtrader.com/docu/extending-a-datafeed.html
-
thanks, all worked well