该参数组合在回测区间内没有产生任何交易信号
| 代码 | 名称 | 信号日 {{ sortKey==='signal_date' ? (sortDesc?'↓':'↑') : '' }} | 建仓日 | 建仓价 | 平仓日 | 平仓价 | 收益率 {{ sortKey==='return_pct' ? (sortDesc?'↓':'↑') : '' }} | 盈亏(元) |
|---|---|---|---|---|---|---|---|---|
| {{ t.ts_code }} | {{ t.name }} | {{ t.signal_date }} | {{ t.entry_date }} | ¥{{ t.entry_price.toFixed(2) }} | {{ t.exit_date }} | ¥{{ t.exit_price.toFixed(2) }} | {{ t.return_pct >= 0 ? '+' : '' }}{{ t.return_pct.toFixed(2) }}% | {{ t.pnl >= 0 ? '+' : '' }}{{ Math.round(t.pnl).toLocaleString() }} |
配置参数后点击「运行回测」,查看策略在历史数据上的表现