diff --git a/quantstats/reports.py b/quantstats/reports.py index f0d8a9ad..086e793b 100644 --- a/quantstats/reports.py +++ b/quantstats/reports.py @@ -376,6 +376,7 @@ def html( prepare_returns=False, benchmark_title=benchmark_title, strategy_title=strategy_title, + match_dates=match_dates, )[2:] # Format metrics table for HTML display @@ -903,6 +904,7 @@ def full( prepare_returns=False, benchmark_title=benchmark_title, strategy_title=strategy_title, + match_dates=match_dates, ) ) @@ -949,6 +951,7 @@ def full( prepare_returns=False, benchmark_title=benchmark_title, strategy_title=strategy_title, + match_dates=match_dates, ) print("\n\n") print("[Worst 5 Drawdowns]\n") @@ -1088,6 +1091,7 @@ def basic( prepare_returns=False, benchmark_title=benchmark_title, strategy_title=strategy_title, + match_dates=match_dates, ) iDisplay(iHTML("