Table Of Contents

Previous topic

Backtesting tools

Next topic

Features (fynance.features)

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

fynance.backtest.PlotBackTest([fig, ax, …]) Plot backtest object.

Dynamic object

fynance.backtest.DynaPlotBackTest([fig, ax, …]) Dynamic plot backtest object.