display_backtesting_results#

API documentation for tradeexecutor.cli.result.display_backtesting_results Python function.

display_backtesting_results(state, strategy_universe=None)[source]#

Print backtest result summary to terminal.

  • Used when running individual backtests from the terminal

Parameters:
  • state (State) – Backtest result state

  • universe

    The trading universe.

    If given, also output a benchmark.

  • strategy_universe (TradingStrategyUniverse) –