📊 当前筛选共 {{ batchEstimate.count }} 支待分析
🤖 模型: {{ dsModelInput }}
💰 历史均价 ¥{{ batchEstimate.avgCost.toFixed(4) }} / 支
💵 预估总费用 ¥{{ batchEstimate.totalCost.toFixed(2) }}
| # | 股票 | 模型评分{{ sortKey==='score' ? (sortDir==='asc' ? '▲' : '▼') : '▼' }} | 基本面 | 量能/换手 | 模型信号 | 盘中信号{{ sortDir=='asc' ? '▲' : '▼' }} | AI建议{{ sortDir=='asc' ? '▲' : '▼' }} | 关注 |
|---|---|---|---|---|---|---|---|---|
| {{ (currentPage - 1) * pageSize + i + 1 }} |
{{ r.name || r.ts_code }}
{{ r.ts_code }} |
{{ r.score }} | {{ r.fundamental_score != null ? r.fundamental_score : '-' }}({{ r.fund_label }}) | 缩量↓ 放量↑ {{ r.vol_status }} /{{ r.turnover }}% | {{ r.suggestion }} | {{ r.advice || '-' }} | {{ r.ai_advice }} |
📊 当前关注 {{ poolBatchEstimate.count }} 支待分析
🤖 模型: {{ dsModelInput }}
💰 历史均价 ¥{{ poolBatchEstimate.avgCost.toFixed(4) }} / 支
💵 预估总费用 ¥{{ poolBatchEstimate.totalCost.toFixed(2) }}
📊 当前持仓 {{ pf.batchEstimate.count }} 支持仓待分析
🤖 模型: {{ pf.dsModel }}
💰 历史均价 ¥{{ pf.batchEstimate.avgCost.toFixed(4) }} / 支
💵 预估总费用 ¥{{ pf.batchEstimate.totalCost.toFixed(2) }}
| # | 股票 | 赛道 | 基本面 | 涨幅{{ poolSort==='change_pct' ? (poolSortDir==='desc'?' ▼':' ▲') : '' }} | 开盘 | 现价 | 换手 | 成交额 | 主力 | 模型建议 | AI建议{{ poolSort==='ai_score' ? (poolSortDir==='desc'?' ▼':' ▲') : '' }} | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.is_hold == 1 ? '📦' : ((poolPage-1)*poolSize + i + 1) }} |
{{ s.name || s.ts_code }}
{{ s.ts_code }} |
{{ fmtMyIndustry(s) }}
暂无自定义赛道,请先 添加
{{ ind.industry }}
|
{{ s.fundamental_score }}({{ s.fund_label || '-' }}) - | {{ s.change_pct != null && s.change_pct != 0 ? (s.change_pct>=0?'+':'')+s.change_pct.toFixed(2)+'%' : s.current_price > 0 ? '0.00%' : '-' }} | {{ s.open_price > 0 ? s.open_price.toFixed(2) : '-' }} | {{ s.current_price > 0 ? s.current_price.toFixed(2) : '-' }} | {{ s.turnover ? s.turnover.toFixed(2)+'%' : '-' }} | {{ s.daily_amount ? (s.daily_amount/100000000).toFixed(2)+'亿' : '-' }} | {{ s.main_force_ratio != null ? ((s.main_force_ratio>=0?'+':'')+s.main_force_ratio+'%') : '-' }} | {{ s.model_advice || (s.model_suggestion || '—') }} | {{ s.ai_advice || '—' }} |
| # | 代码 | 名称 | 报告价 | 涨跌 | 5日 | 振幅 | 现价 | 距报告价 | 评分 | 仓位 | 信号 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ s.ts_code }} | {{ s.stock_name }} | {{ (s.report_price||0).toFixed(2) }} | {{ (s.change_pct||0) >= 0 ? '+' : '' }}{{ (s.change_pct||0).toFixed(2) }}% | {{ (s.change_5d_pct||0) >= 0 ? '+' : '' }}{{ (s.change_5d_pct||0).toFixed(1) }}% | {{ (s.amplitude||0).toFixed(1) }}% | {{ (s.current_price||0).toFixed(2) }} | {{ s.price_gap != null ? ((s.price_gap>=0?'+':'')+s.price_gap.toFixed(2)+'%') : '-' }} | {{ s.score }} | {{ s.position_pct }}% | {{ s.signal_type }} |
| 任务 | 状态 | 周期 | 时间窗口 | 下次执行 | 上次执行 | 操作 |
|---|---|---|---|---|---|---|
|
{{ t.taskName }}
{{ t.taskKey }}
|
{{ t.enabled ? '运行中' : '已暂停' }} | 每日 {{ t.dailyTime }} {{ t.intervalSeconds }}秒 | - {{ t.runTimeStart }}-{{ t.runTimeEnd }} 全天 | {{ fmtTime(t.nextRunTime) || '-' }} | {{ fmtTime(t.lastRunTime) || '-' }} |
| 持仓 | 强烈关注(≥85) | 可布局(≥60) | 观望(<60) | 区分度 |
|---|---|---|---|---|
| 持仓{{ r.hold }}天 | {{ (r.focus||0) >= 0 ? '+' : '' }}{{ (r.focus*100).toFixed(2) }}% | {{ (r.layout||0) >= 0 ? '+' : '' }}{{ (r.layout*100).toFixed(2) }}% | {{ (r.watch||0) >= 0 ? '+' : '' }}{{ (r.watch*100).toFixed(2) }}% | {{ r.diff>=0?'+':'' }}{{ (r.diff*100).toFixed(2) }}% |
| 行业 | 强烈关注 | 观望 | 差值 |
|---|---|---|---|
| {{ ind.industry }} | {{ ind.focus>=0?'+':'' }}{{ ind.focus.toFixed(2) }}% | {{ ind.watch>=0?'+':'' }}{{ ind.watch.toFixed(2) }}% | {{ ind.diff>=0?'+':'' }}{{ ind.diff.toFixed(2) }}% |
| 持仓{{ pr.hold }}天 | 本次: {{ pr.currentDiff>=0?'+':'' }}{{ (pr.currentDiff*100).toFixed(2) }}% | 上次: {{ pr.prevDiff>=0?'+':'' }}{{ (pr.prevDiff*100).toFixed(2) }}% | {{ pr.change>0?'+':'' }}{{ (pr.change*100).toFixed(2) }}% {{ pr.change>0?'⬆️':pr.change<0?'⬇️':'➡️' }} |
每行一条,空格分隔,自动识别列序:
名称 代码 股数 可用股数 成本价 或 代码 名称 股数 可用股数 成本价
示例A:洛阳钼业 603993 6000 6000 19.3865
示例B:603993 洛阳钼业 6000 6000 19.3865
| # | 股票 | 当日 | 主力 | 持仓 | 成本 | 现价 | 市值 | 总盈亏 | 收益率 | 模型建议 | AI建议 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ pf.stocks.indexOf(s) + 1 }} | {{ s.stockName || s.stockCode }} {{ s.stockCode }} |
{{ s.dailyChangePct!=null ? (s.dailyChangePct>=0?'+':'')+s.dailyChangePct.toFixed(2)+'%' : '-' }} | {{ s.main_force_ratio != null ? ((s.main_force_ratio>=0?'+':'')+s.main_force_ratio+'%') : '-' }} | {{ s.shares }}股 | {{ s.costPrice.toFixed(2) }} | {{ s.currentPrice?.toFixed(2) || '-' }} | {{ s.marketValue ? (s.marketValue/10000).toFixed(1)+'万' : '-' }} | {{ s.profitLoss != null ? (s.profitLoss>=0?'+':'')+s.profitLoss.toFixed(0)+'元' : '-' }} | {{ s.profitLossPct!=null ? (s.profitLossPct>=0?'+':'')+s.profitLossPct.toFixed(2)+'%' : '-' }} | {{ s.advice || '—' }} | {{ s.aiAdvice || '—' }} |
暂无持仓数据
点击「📥 导入」添加持仓
⚠️ 未设置API Key,所有AI功能将被禁用
✅ API Key 已配置 · 模型: {{ dsModelInput || 'deepseek-v4-flash' }}