关键指标面板

累计收益
{% if total_return is not None %} {{ total_return|floatformat:2 }}% {% else %} -- {% endif %}
自 {{ inception_date|default:"--" }} 起
年化收益
{% if annualized_return is not None %} {{ annualized_return|floatformat:2 }}% {% else %} -- {% endif %}
年化收益率
最大回撤
{% if max_drawdown is not None %} {{ max_drawdown|floatformat:2 }}% {% else %} -- {% endif %}
历史最大
夏普比率
{% if sharpe_ratio is not None %} {{ sharpe_ratio|floatformat:2 }} {% else %} -- {% endif %}
风险调整后收益
胜率
{% if win_rate is not None %} {{ win_rate|floatformat:1 }}% {% else %} -- {% endif %}
{{ total_trades|default:0 }} 笔交易
持仓数量
{{ position_count|default:0 }}
当前持仓