| 股票代码 | 股票名称 | 信号时间 | 信号类型 | 价格 | 评分 | 原因 |
|---|---|---|---|---|---|---|
| {{ signal.stock_code }} | {{ signal.stock_name }} | {{ signal.signal_time }} | {{ signal.signal_type }} | {{ signal.price }} | {{ signal.score }} | {{ signal.reason }} |
| 排名 | 股票代码 | 综合评分 | 最新价 | 涨跌幅 | 成交额(亿) | 七维得分详情(新评分体系) |
|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ stock.code }} | {{ stock.score }} | {{ stock.price }} | {{ stock.pct_chg >= 0 ? '+' : '' }}{{ stock.pct_chg }}% | {{ stock.amount }} | 板:{{ stock.dimensions.sector_score }} 关:{{ stock.dimensions.correlation_score }} 板:{{ stock.dimensions.hit_rate_score }} 次:{{ stock.dimensions.next_day_score }} 主:{{ stock.dimensions.main_inflow_score }} 比:{{ stock.dimensions.main_ratio_score }} 时:{{ stock.dimensions.time_score }} |
| 股票 | 买入价 | 当前价 | 数量 | 盈亏 | 盈亏% | 操作 |
|---|---|---|---|---|---|---|
|
{{ pos.code }}
{{ pos.name }}
|
{{ pos.buy_price }} | {{ pos.current_price }} | {{ pos.quantity }} | {{ pos.profit_amount > 0 ? '+' : '' }}{{ pos.profit_amount }} | {{ pos.profit_pct > 0 ? '+' : '' }}{{ pos.profit_pct }}% |
| 日期 | 初始资金 | 最终资金 | 收益率 | 交易次数 | 胜率 |
|---|---|---|---|---|---|
| {{ formatDate(h.start_date) }} ~ {{ formatDate(h.end_date) }} | {{ h.initial_capital.toLocaleString() }} | {{ h.final_capital.toLocaleString() }} | {{ h.returns >= 0 ? '+' : '' }}{{ h.returns.toFixed(2) }}% | {{ h.total_trades }} | {{ h.win_rate.toFixed(1) }}% |
| 暂无回测记录 | |||||