backtrader2/backtrader

Set title for plot

Opened this issue · 0 comments

Hi,

I am missing one functionality.

This would be to be able to set a title for the matplotlib.

E.g., if I generate the plot via:

cerebro.plot(volume=False, stdstats=False)

it would be nice, if I could set the title of the plot via:

cerebro.plot(volume=False, stdstats=False, title='test')

Thanks in advance!