{{ toast.message }}

确认交易

标的:{{ confirm.data.symbol }}

方向: {{ confirm.data.side === 'BUY' ? '买入' : '卖出' }}

数量:{{ confirm.data.qty }} 股

价格:{{ confirm.data.price > 0 ? formatMoney(confirm.data.price) : '市价' }}

实时净值

¥{{ formatMoney(dashboard.nav) }}

今日 {{ dashboard.today_pnl >= 0 ? '+' : '' }}{{ formatMoney(dashboard.today_pnl) }} ({{ dashboard.today_pnl_pct >= 0 ? '+' : '' }}{{ dashboard.today_pnl_pct.toFixed(2) }}%)
累计 {{ dashboard.cumulative_pnl >= 0 ? '+' : '' }}{{ formatMoney(dashboard.cumulative_pnl) }} ({{ dashboard.cumulative_pnl_pct >= 0 ? '+' : '' }}{{ dashboard.cumulative_pnl_pct.toFixed(2) }}%)

初始资金

¥{{ formatMoney(dashboard.initial_cash) }}

可用现金 ({{ dashboard.cash_ratio.toFixed(1) }}%)

¥{{ formatMoney(dashboard.cash) }}

持仓成本

¥{{ formatMoney(dashboard.cost_value) }}

实时市值 ({{ (100 - dashboard.cash_ratio).toFixed(1) }}%)

¥{{ formatMoney(dashboard.total_market_value) }}

浮动盈亏

{{ dashboard.float_pnl >= 0 ? '+' : '' }}{{ formatMoney(dashboard.float_pnl) }}

持仓数量

{{ dashboard.position_count }}

持仓明细

暂无持仓

{{ pos.name }}

{{ pos.symbol }}

{{ pos.pnl >= 0 ? '+' : '' }}{{ formatMoney(pos.pnl) }}

{{ pos.pnl_pct >= 0 ? '+' : '' }}{{ pos.pnl_pct.toFixed(2) }}%

{{ pos.qty }}股 成本 ¥{{ formatMoney(pos.avg_price) }} 现价 ¥{{ formatMoney(pos.current_price) }} {{ (pos.pct_chg || 0) >= 0 ? '+' : '' }}{{ (pos.pct_chg || 0).toFixed(2) }}%
仓位占比 {{ pos.weight.toFixed(1) }}%
今日暂无交易
暂无交易记录

{{ trade.name || trade.symbol }}{{ trade.symbol }}

{{ formatTime(trade.ts) }}

{{ trade.side.toUpperCase() === 'BUY' ? '买入' : '卖出' }}

数量

{{ trade.qty }}股

价格

¥{{ formatMoney(trade.price) }}

手续费

¥{{ formatMoney(trade.fee) }}

备注: {{ trade.note }}
暂无简报

{{ brief.title }}

{{ brief.date }}

{{ brief.content }}

🎯 交易干预指令

在此设置盘中交易干预指令,系统将在执行买卖前优先检查这些指令。

添加新指令

活跃指令

暂无活跃指令
{{ {FORCE_BUY: '🟢 强制买入', NO_SELL: '🔒 禁止卖出', NO_BUY: '🚫 禁止买入', MAX_WEIGHT: '📊 仓位上限', MAX_TOTAL: '📈 总仓位上限'}[item.type] || item.type }}

{{ item.name || item.symbol }} ({{ item.symbol }})

{{ item.type === 'FORCE_BUY' ? '目标仓位' : '上限' }}: {{ (item.value * 100).toFixed(0) }}%

{{ item.reason }}

{{ item.expire_date }}

📝 AI 决策日志

记录每次 AI 调仓决策的完整思路和操作建议(含被风控拦截的决策)。

暂无决策日志,等待下次交易时段运行后自动记录
{{ log.log_date }} {{ log.log_time }} {{ log.session === 'morning' ? '早盘' : log.session === 'noon' ? '午盘' : log.session === 'afternoon' ? '尾盘' : log.session }}
{{ log.env_tag }} {{ log.env_score > 0 ? log.env_score + '/10' : '' }} 净值 {{ log.nav.toFixed(2) }} | 现金 {{ (log.cash / 10000).toFixed(1) }}万
🔥 {{ log.hotspots }}
🤖 AI 调仓思路 {{ log.ai_reasoning || '(无)' }}
建议操作:
{{ act.action }} {{ act.name || act.symbol }}({{ act.symbol }}) → {{ (act.target_weight * 100).toFixed(0) }}% {{ act.reason }}
无操作建议(持仓不变)

🧠 全局 Prompt 管理

在此管理注入到 LLM 的全局策略约束(选股、分析、复盘等均会生效,问答模块除外)。

➕ 新增 Prompt

暂无 Prompt,请在上方新增

交易配置

手续费率 万{{ ((config.fee_rate || 0) * 10000).toFixed(1) }}
滑点 {{ config.slippage_bp || 0 }} BP
单票上限 {{ ((config.max_weight_per_symbol || 0) * 100).toFixed(0) }}%
进攻仓位上限 {{ ((config.total_risk_cap_attack || 0) * 100).toFixed(0) }}%
中性仓位上限 {{ ((config.total_risk_cap_neutral || 0) * 100).toFixed(0) }}%
防守仓位上限 {{ ((config.total_risk_cap_defend || 0) * 100).toFixed(0) }}%

⚡ 临时参数调整(仅当日生效)

{{ paramNames[override.param] || override.param }}

过期: {{ override.expire_date }}

{{ override.value }}
暂无临时覆盖

交易池 ({{ config.universe?.length || 0 }})

{{ stock.name }}

{{ stock.symbol }}

{{ stock.type }}
暂无交易池

热点标签

{{ spot.tag }} ({{ spot.boost.toFixed(1) }})
暂无热点标签

🔧 手动交易

💰 资金管理

当前可用: ¥{{ formatMoney(dashboard.cash) }}

🔑 Token 有效性查询

✅ Token 有效

{{ key }} {{ val }}

❌ {{ tokenForm.result.message }}

自选列表 ({{ watchlist.length }})

暂无自选

{{ item.name }}

{{ item.symbol }}

{{ item.type === 'stock' ? '股票' : 'ETF' }} {{ sector }}
备注: {{ item.note }}
添加时间: {{ formatTime(item.added_at) }}

🔥 动态交易池 (LLM 自动维护)

gshaqi
暂无动态标的(将在早盘/午盘/复盘简报后自动更新)
{{ item.name }} {{ item.symbol }} {{ item.type === 'stock' ? '股票' : 'ETF' }} 永久
{{ sector }}
推荐 {{ item.recommend_count }} 次 · 最近推荐 {{ item.last_recommended }}
{{ item.reason }}

添加自选

{{ session.title }}

{{ currentSession ? currentSession.title : '💬 智能投资顾问' }}

🤖

你好,我是你的智能投资顾问

问我任何关于股票买卖的问题,我会结合实时行情和量化策略为你分析

{{ advisor.statusText }}

📊 {{ klineTitle }}

趋势状态:{{ klineTrendState.label }}({{ klineTrendState.state >= 0 ? '+' : '' }}{{ klineTrendState.state }}) | 趋势评分:{{ klineTrendScore >= 0 ? '+' : '' }}{{ klineTrendScore }}

{{ klineTooltip.date }}

开盘 {{ klineTooltip.open }} 最高 {{ klineTooltip.high }} 最低 {{ klineTooltip.low }} 收盘 {{ klineTooltip.close }} 涨跌幅 {{ klineTooltip.changePct }} 振幅 {{ klineTooltip.amplitude }}
— MA5 — MA10 — MA20 — MA60 | — DIF — DEA ■ MACD+ ■ MACD-

{{ klineTrendState.action_hint }}

MA5={{ klineTrendState?.ma5 }} | MA10={{ klineTrendState?.ma10 }} | MA20={{ klineTrendState?.ma20 }}