Backtesting#
Backtesting can be performed
Directly from Jupyter notebook using
tradeexecutor.backtest.backtest_runner.run_backtest_inline()
Giving backtest parameters to the command-line application
Backtesting using Jupyter notebook#
Running backtest examples directly from documentation#
See Running the examples.