Skip to content

Commit

Permalink
Merge e72ebbe into e5949d7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin-Dongzhao committed Apr 17, 2024
2 parents e5949d7 + e72ebbe commit ae64b98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rqalpha/mod/rqalpha_mod_sys_analyser/report/report.py
Expand Up @@ -88,6 +88,8 @@ def _yearly_indicators(
data["annual_volatility"].append(risk.annual_volatility)
data["max_drawdown"].append(risk.max_drawdown)
data["max_drawdown_days"].append((max_dd.end_date - max_dd.start_date).days)
data["alpha"].append(risk.alpha)
data["beta"].append(risk.beta)
return data


Expand Down
Binary file modified rqalpha/mod/rqalpha_mod_sys_analyser/report/templates/summary.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,7 +5,7 @@

[metadata]
name = rqalpha
version = 5.3.9
version = 5.3.10

[versioneer]
VCS = git
Expand Down

0 comments on commit ae64b98

Please sign in to comment.