For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Is there blaze datafeed example and documentation?
-
blaze has been mentioned as one of the datafeed in the documentation, but the doc doesn't seem to provide an example (like csv / pandas does). Think having an example would make it easier to start on it.
-
BlazeData
is not the documentation but is documented. It actually only needs a reference to an iterable set of results from your blaze source (passed as the named argumentdataname
)- Source where you can read the docstring: https://github.com/backtrader/backtrader/blob/master/backtrader/feeds/blaze.py