总资产{{ fmtMoney(asset.totalAsset) }}
持仓市值{{ fmtMoney(asset.marketValue) }}
可用资金{{ fmtMoney(asset.cash) }}
冻结资金{{ fmtMoney(asset.frozenCash) }}
当日盈亏{{ fmtPnl(asset.dailyPnl) }}
当日盈亏比{{ fmtPct(asset.dailyPnlPct) }}
紧急卖出 {{ emsActive.length }} 个进行中
持仓股票
卖出比例 ≈ {{ fmtInt(emsSelectedVol) }} 股
策略
隔夜跌停: 每日16:30挂次日跌停价 (时间+价格双优先, 推荐)  |  对手价: 盘中以买一价即时成交  |  盘中跌停: 盘中挂跌停价
{{ t.stock_code }} {{ t.stock_name }} {{ t.status==='active'?'进行中':'已完成' }}
已成交: {{ fmtInt(t.filled_volume) }} / {{ fmtInt(t.total_volume) }} 股 ({{ t.progress_pct }}%) 策略: {{ {limit_down_overnight:'隔夜跌停',bid1:'对手价',limit_down:'盘中跌停'}[t.strategy] || t.strategy }} 最近委托: {{ t.last_order_time }} 创建: {{ t.created_at }}
持仓策略
策略级资产拆分
策略 持仓市值 持股数 日收益率 当日盈亏 最近调仓 调仓次数 状态
加载中...
{{ expandedStrat==='_unclaimed'?'▼':'▶' }} 策略外持仓 {{ fmtMoney(unclaimedMv) }} {{ unclaimedPos.length }}
代码名称股数市值日盈亏
{{ u.code }}{{ u.name }} {{ fmtInt(u.volume) }} {{ fmtMoney(u.market_value) }} {{ fmtPnl(u.daily_pnl) }}
持仓详情
{{ positions.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) }}
已选 {{ batchSellCount }} 预估卖出 {{ fmtMoney(batchSellTotal) }} 报价: {{ batchSellPriceLabel }}
代码 名称 策略 持仓 成本价 现价 市值 浮动盈亏 盈亏% 日盈亏 日盈亏% 占比%
暂无持仓
{{ 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) }}
策略信号
T-1 排名 → T 执行
策略状态 信号买入卖出持仓 操作
{{ 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 : '—' }}
调仓指令
{{ tradeCommands.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 }}只

{{ activeSignal.strategy_name }} — {{ activeSignal.signal_date }}

卖出 ({{ activeSignal.sells.length }})
代码名称当前排名买入排名持有天数原因
{{ s.code }}{{ s.name }} {{ s.rank }}{{ s.begin_rank }} {{ s.hold_days }}{{ s.reason }}
买入 ({{ activeSignal.buys.length }})
代码名称排名目标股数参考价目标金额
{{ b.code }}{{ b.name }} {{ b.rank }}{{ fmtInt(b.target_shares) }} {{ fmtPrice(b.ref_price) }}{{ fmtMoney(b.target_value) }}
持仓 ({{ activeSignal.holds.length }})
代码名称排名买入排名持有天数
{{ h.code }}{{ h.name }} {{ h.rank }}{{ h.begin_rank }} {{ h.hold_days }}
调仓计划
📁
拖拽 Excel / CSV 文件到此处,或点击选择
支持 GRT 导出的 .xlsx / .xls / .csv 格式
执行日志
当日记录
今日暂无执行记录
{{ log.time }} {{ log.source }} {{ log.summary }} ({{ log.count }}笔)
委托监控
每10秒自动刷新
代码名称方向委托价 委托量成交量成交价 状态操作
今日暂无委托
{{ 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 }}