Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions quantstats/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -903,6 +904,7 @@ def full(
prepare_returns=False,
benchmark_title=benchmark_title,
strategy_title=strategy_title,
match_dates=match_dates,
)
)

Expand Down Expand Up @@ -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")
Expand Down Expand Up @@ -1088,6 +1091,7 @@ def basic(
prepare_returns=False,
benchmark_title=benchmark_title,
strategy_title=strategy_title,
match_dates=match_dates,
)
iDisplay(iHTML("<h4>Strategy Visualization</h4>"))
else:
Expand All @@ -1111,6 +1115,7 @@ def basic(
prepare_returns=False,
benchmark_title=benchmark_title,
strategy_title=strategy_title,
match_dates=match_dates,
)

print("\n\n")
Expand Down