策略回测参数设置
策略配置
保存策略
添加
暂无买入策略,请添加
{{ getFormName('buy', formId) }}
移除
{{ getFormDesc('buy', formId) }}
{{ pConfig.label }} ({{ pConfig.name }})
{{ params[pConfig.name] }}
推荐范围: [{{ pConfig.min }}, {{ pConfig.max }}]
添加
暂无卖出策略,请添加
{{ getFormName('sell', formId) }}
移除
{{ getFormDesc('sell', formId) }}
{{ pConfig.label }} ({{ pConfig.name }})
{{ params[pConfig.name] }}
推荐范围: [{{ pConfig.min }}, {{ pConfig.max }}]
基础设置
均线设置
买入评级逻辑
卖出评级逻辑
我的策略库
刷新
{{ 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) }}%