策略库管理
我的策略库
刷新
{{ scope.row.strategy_return_average ? (scope.row.strategy_return_average * 100).toFixed(2) + '%' : '-' }}
回测中证500
启用
查看结果
回测结果 ({{ currentStrategyId }})
平均收益:
{{ (avgReturn * 100).toFixed(2) }}%
胜率:
{{ winRate.toFixed(2) }}%
{{ scope.row.name }}
{{ scope.row.ticker }}
{{ (parseFloat(scope.row.strategy_return) * 100).toFixed(2) }}%
{{ (parseFloat(scope.row.excess_return) * 100).toFixed(2) }}%