Plotting backtest

Objects to plot backtest of financial strategies and models (PlotBackTest). There is also an object to plot dynamicaly backtest (DynaPlotBackTest), i.e. the backtest results are progressively ploted along the computation are done.

Static object

PlotBackTest([fig, ax, size, dynamic])

Plot backtest object.

Dynamic object

DynaPlotBackTest([fig, ax, size])

Dynamic plot backtest object.