For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
backtrader feeds class for live dataframe
-
I tried collecting live data in a Dataframe Df1 and providing that to Cerebro as pandasfeed. But it seems to copy the data from df1 and not work on df1. So it is not getting live data but uses first few records and stops. Can someone advise which data feeds backtrader class to use for providing live dataframe to cerebro ?