alpheast.models.backtest_results module

class alpheast.models.backtest_results.BacktestResults(performance_metrics, daily_values, benchmark_daily_values, trade_log, final_portfolio_summary, start_date, end_date, initial_cash)[source]

Bases: object

Class containing the results of the Backtest

print_summary()[source]

Prints a concise summary of the backtest results.

plot_equity_curve(title=None)[source]

Plots the portfolio equity curve and benchmark.