| 策略 | 持仓市值 | 持股数 | 日收益率 | 当日盈亏 | 最近调仓 | 调仓次数 | 状态 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 加载中... | ||||||||||||||||||||
| {{ expandedStrat===s.id ? '▼' : '▶' }} | {{ s.name }} {{ s.id }} | {{ fmtMoney(s.market_value) }} | {{ s.holding_count }} | {{ fmtPct(s.daily_pnl_pct) }} | {{ fmtPnl(s.daily_pnl) }} | {{ s.last_signal_date || '—' }} | {{ s.rebalance_counter }} | {{ s.enabled?'运行中':'暂停' }} | ||||||||||||
该策略暂无持仓
|
||||||||||||||||||||
| {{ expandedStrat==='_unclaimed'?'▼':'▶' }} | 策略外持仓 | {{ fmtMoney(unclaimedMv) }} | {{ unclaimedPos.length }} | |||||||||||||||||
|
||||||||||||||||||||
| 代码 | 名称 | 持仓 | 可卖 | 现价 | 市值 | 盈亏% | 计划卖出 | 预估金额 | |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.stock_code }} | {{ p.stock_name }} | {{ fmtInt(p.volume) }} | {{ fmtInt(p.can_use_volume) }} | {{ fmtPrice(p.current_price) }} | {{ fmtMoney(p.market_value) }} | {{ fmtPct(p.pnl_pct) }} | {{ fmtInt(batchSellVol(p)) }} | {{ fmtMoney(batchSellVol(p) * p.current_price) }} |
| 代码 | 名称 | 策略 | 持仓 | 成本价 | 现价 | 市值 | 浮动盈亏 | 盈亏% | 日盈亏 | 日盈亏% | 占比% |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 暂无持仓 | |||||||||||
| {{ p.stock_code }} | {{ p.stock_name }} | {{ stratNameMap[t]||t }} | {{ fmtInt(p.volume) }} | {{ fmtPrice(p.avg_cost) }} | {{ fmtPrice(p.current_price) }} | {{ fmtMoney(p.market_value) }} | {{ fmtPnl(p.pnl) }} | {{ fmtPct(p.pnl_pct) }} | {{ fmtPnl(p.daily_pnl) }} | {{ fmtPct(p.daily_pnl_pct) }} | {{ fmtPct(p.weight) }} |
| 合计 | {{ fmtMoney(totalMv) }} | {{ fmtPnl(totalPnl) }} | {{ fmtPct(totalPnlPct) }} | {{ fmtPnl(totalDailyPnl) }} | {{ fmtPct(totalDailyPnlPct) }} | {{ fmtPct(totalWeight) }} | |||||
| 策略 | 状态 | 信号 | 买入 | 卖出 | 持仓 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{ s.name }} | {{ s.enabled?'启用':'禁用' }} | {{ sigResults[s.id].signal_type }} — | {{ (sigResults[s.id]||{}).buys ? sigResults[s.id].buys.length : '—' }} | {{ (sigResults[s.id]||{}).sells ? sigResults[s.id].sells.length : '—' }} | {{ (sigResults[s.id]||{}).holds ? sigResults[s.id].holds.length : '—' }} |
| 代码 | 名称 | 方向 | 数量 | 参考价 | 参考金额 | 策略 | 原因 |
|---|---|---|---|---|---|---|---|
| {{ cmd.code }} | {{ cmd.name }} | {{ cmd.direction==='buy'?'买入':'卖出' }} | {{ fmtInt(cmd.volume) }} | {{ fmtPrice(cmd.price) }} | {{ fmtMoney(cmd.volume * cmd.price) }} | {{ stratNameMap[cmd.strategy_id]||cmd.strategy_id }} | {{ cmd.reason }} |
| 卖出 {{ tradeCommands.filter(c=>c.direction==='sell').length }}只 · 买入 {{ tradeCommands.filter(c=>c.direction==='buy').length }}只 | |||||||
| 代码 | 名称 | 当前排名 | 买入排名 | 持有天数 | 原因 |
|---|---|---|---|---|---|
| {{ s.code }} | {{ s.name }} | {{ s.rank }} | {{ s.begin_rank }} | {{ s.hold_days }} | {{ s.reason }} |
| 代码 | 名称 | 排名 | 目标股数 | 参考价 | 目标金额 |
|---|---|---|---|---|---|
| {{ b.code }} | {{ b.name }} | {{ b.rank }} | {{ fmtInt(b.target_shares) }} | {{ fmtPrice(b.ref_price) }} | {{ fmtMoney(b.target_value) }} |
| 代码 | 名称 | 排名 | 买入排名 | 持有天数 |
|---|---|---|---|---|
| {{ h.code }} | {{ h.name }} | {{ h.rank }} | {{ h.begin_rank }} | {{ h.hold_days }} |
| 代码 | 名称 | 方向 | 股数 | 参考价 | 参考金额 | 当前持仓市值 |
|---|---|---|---|---|---|---|
| {{ ip.code }} | {{ ip.name }} | {{ ip.direction==='buy'?'买入':'卖出' }} | {{ fmtInt(ip.volume) }} | {{ fmtPrice(ip.price) }} | {{ fmtMoney(ip.volume*ip.price) }} | {{ fmtMoney(ip.current_mv) }} |
| 代码 | 名称 | 方向 | 委托价 | 委托量 | 成交量 | 成交价 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|---|
| 今日暂无委托 | ||||||||
| {{ o.stock_code }} | {{ o.stock_name }} | {{ o.direction==='buy'?'买入':'卖出' }} | {{ fmtPrice(o.order_price) }} | {{ fmtInt(o.order_volume) }} | {{ fmtInt(o.filled_volume) }} | {{ fmtPrice(o.filled_price) }} | {{ o.status }} | |
| 代码 | 名称 | 方向 | 成交价 | 成交量 | 成交金额 | 时间 |
|---|---|---|---|---|---|---|
| 今日暂无成交 | ||||||
| {{ t.stock_code }} | {{ t.stock_name }} | {{ t.direction==='buy'?'买入':'卖出' }} | {{ fmtPrice(t.traded_price) }} | {{ fmtInt(t.traded_volume) }} | {{ fmtMoney(t.traded_amount) }} | {{ t.traded_time }} |