For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Extend a pandas datafeed
-
Is it possible add user data (other than open/high/low/close/volume/openinterest) from pandas dataframe to build bt datafeed? Thanks!
-
.... the purpose of this need is to build indicator on user data. Any advice? Thanks !
-
Any lines object can be extended and is documented.
Specifically for data feeds: see Docs - Extending a data feed