{{ bestStrategy.buyRuleText }}
Data & Strategy
快速查询
说明:系统会自动使用默认阈值组合和默认仓位组合完成策略回测。你可以手动输入本金,以便查看不同资金规模下的收益与持仓变化。
Visual Analytics
股价走势与收益表现
Strategy Ranking
优选策略 Top 10
当前最优组合
{{ formatPercent(bestStrategy.totalReturn) }}
{{ bestStrategy.title }}
{{ bestStrategy.sellRuleText }}
{{ bestStrategy.profile }}
TOP {{ index + 1 }}
{{ formatPercent(item.totalReturn) }}
{{ item.title }}
买入条件
{{ item.buyRuleText }}
卖出条件
{{ item.sellRuleText }}
策略风格
{{ item.profile }}
明日触发
买入 {{ formatPrice(item.tomorrowTriggers.buyPrice) }} / 卖出 {{ formatPrice(item.tomorrowTriggers.sellPrice) }}
总收益
{{ formatPercent(item.totalReturn) }}
年化收益
{{ formatPercent(item.annualizedReturn) }}
最大回撤
{{ formatPercent(item.maxDrawdown) }}
超额收益
{{ formatPercent(item.totalReturn - buyAndHoldReturn) }}
最终资产
{{ formatCompactCurrency(item.finalEquity) }}
当前仓位
{{ formatPercent(item.latestPositionRatio) }}
最近动作
{{ item.lastActionLabel }}