backtrader_plotting icon indicating copy to clipboard operation
backtrader_plotting copied to clipboard

Plotting addon for backtrader to support Bokeh (and maybe more)

Results 7 backtrader_plotting issues
Sort by recently updated
recently updated
newest added

Support writing html when system default is not utf-8

Same as https://github.com/verybadsoldier/backtrader_plotting/pull/91 , but with version change and changelog ___ Hi, if you have parameter with list of something other than list (e.g. list of dicts), you'll get a...

Hi, if you have parameter with list of something other than list (e.g. list of dicts), you'll get a error `TypeError: sequence item 0: expected str instance, found`. With this...

Error description: `TypeError: sequence item 0: expected str instance, int found`

support backtrader data feed resample. Unit test NOT add because of old code raise exception not support resample is in the plot phase.

Fixed running with multiple different strategies using StFetcher (tested custom strategy and BuyAndHold backtrader test strategy); fixed plotting in Pycharm (iplot was set by default) Example code with running multiple...

…it goes to infinite loop when the object to receive is also the plotmaster- the fix is to break the loop in this case