📈 A股选股信号

⏰ 自动扫描:每个交易日 9:00(周一至周五)
策略 v3 最优 | 涨停20-30家 + 市值≥100亿 + 2天持仓 | 胜率58.3%
上次扫描:{{formatTime(scanStatus.lastRun)}}
📋 扫描日志:
{{line}}
正在运行...
扫描日期
候选股
{{signals.length}} 只
涨停家数
{{market.limitUpCount||'-'}}
首板数
{{market.firstBoardCount||'-'}}
最高连板
{{market.maxConsecutive||'-'}}
策略
v3 最优
{{s.code}}{{s.name||''}}
{{s.score}}分
现价
¥{{s.currentPrice||'-'}}
涨停价
¥{{s.limitPrice||'-'}}
MA5
¥{{s.ma5||'-'}}
建议买入
¥{{s.buyPriceLow}}~{{s.buyPriceHigh}}
止损价
¥{{s.stopLossPrice}}
止盈价
¥{{s.takeProfitPrice}}
L1 ✓ L2:{{s.layer2_count}}/4 L3:{{s.layer3_count}}/3 L4:{{s.layer4_count}}/6 回调{{s.callback_pct?(s.callback_pct>0?'+':'')+s.callback_pct.toFixed(1)+'%':'-'}} 量比{{s.volume_ratio?s.volume_ratio.toFixed(2):'-'}}
{{s.verdict||'—'}}
📋 选股理由
  • {{r}}
⚠️ 风险提示
❌ {{r}}
🛡️ 操作计划
📌 买入区间:¥{{s.buyPriceLow}} ~ ¥{{s.buyPriceHigh}}
🔴 止损:跌破 ¥{{s.stopLossPrice}} 立即卖出(亏5%)
🟢 止盈:涨到 ¥{{s.takeProfitPrice}} 分批卖出(赚15%)
⏰ 最多持有 4个交易日,到期未触发则卖出
📉 跌破MA5(¥{{s.ma5||'-'}})也要卖出
📊 近期走势
📭
该日期无候选股
策略
{{bt.strategy}}
胜率
{{bt.stats?.winRate||'-'}}%
盈亏比
{{bt.stats?.profitFactor||'-'}}
总收益
+{{bt.stats?.totalReturn||'-'}}%
最大回撤
{{bt.stats?.maxDrawdown||'-'}}%
交易数
{{bt.stats?.trades||'-'}}笔
平均盈利
{{bt.stats?.avgWin||'-'}}
平均亏损
-{{bt.stats?.avgLoss||'-'}}
📖 策略说明
这套策略的核心逻辑是:找到首次涨停的股票,等它回调到合适位置后买入
具体流程:
1️⃣ 从全市场找出首次涨停的股票(60天内第一次涨停,说明有新资金关注)
2️⃣ 等待3个交易日的回调(让追涨的人先出去,洗掉浮筹)
3️⃣ 检查回调是否健康:回调幅度0-5%、量比0.8-1.2(缩量回调最好)
4️⃣ 确认市场环境:涨停家数20-35家(温和市场成功率最高)
5️⃣ 确认股票在5日均线上方(短期趋势向上)
6️⃣ 买入后严格执行:止损-5%、止盈+15%、最多持3天
⚙️ 策略参数
{{pLabels[k]||k}}
{{v}}
🔽 选股过滤过程(2026-02-01 ~ 2026-03-10)
{{f.name}}
{{f.value}}
从 281 只首板股票中,经过5层过滤,最终筛选出 {{bt.funnel?.slice(-1)[0]?.value||0}} 只进行交易
📈 收益曲线
📊 卖出原因分布
🎯 胜负分布
📋 全部交易明细({{(bt.trades||[]).length}}笔)
#代码名称涨停日 买入日买入价卖出日卖出价 盈亏天数卖出原因
{{i+1}} {{t.code}} {{t.name||'-'}} {{t.limitDate}} {{t.buyDate}} ¥{{t.buyPrice?.toFixed(2)}} {{t.sellDate}} ¥{{t.sellPrice?.toFixed(2)}} {{t.pnl>0?'+':''}}{{t.pnl?.toFixed(2)}}% {{t.holdDays}}天 {{t.sellReason}}
暂无回测数据
⚠️ {{hd.summary.alertCount}} 只持仓触发预警,请及时处理!
当前持仓
{{hd.summary?.openCount||0}} 只
持仓金额
¥{{(hd.summary?.totalBuyAmount||0).toLocaleString()}}
浮动盈亏
¥{{(hd.summary?.totalUnrealized||0).toLocaleString()}}
已平仓
{{hd.closed?.length||0}} 笔
实盘胜率
{{hd.stats?.winRate||'-'}}%
总盈亏
{{hd.stats?.totalPnl||'-'}}%
➕ 添加买入交易 {{showBuyForm?'▲ 收起':'▼ 展开'}}
金额: ¥{{(buyForm.buyPrice*buyForm.buyShares).toLocaleString()}}
🟢 当前持仓
代码名称买入价股数金额现价浮动盈亏MA5止损止盈天数预警操作
{{h.code}} {{h.name||'-'}} ¥{{h.buy_price}} {{h.buy_shares||'-'}} ¥{{(h.buy_amount||0).toLocaleString()}} ¥{{h.currentPrice||'-'}} {{h.unrealizedPnl!=null?(h.unrealizedPnl>0?'+':'')+h.unrealizedPnl+'%':'-'}}
¥{{h.unrealizedAmount||0}}
¥{{h.ma5||'-'}} ¥{{h.stop_loss||'-'}} ¥{{h.take_profit||'-'}} {{h.holdDays||0}}天
{{a}}
📭
暂无持仓 — 点击上方「添加买入交易」开始
卖出 {{sellForm.code}} {{sellForm.name}}
买入价: ¥{{sellForm.buyPrice}} | 股数: {{sellForm.buyShares}} | 止损: ¥{{sellForm.stopLoss}} | 止盈: ¥{{sellForm.takeProfit}}
预计盈亏: {{((sellForm.sellPrice-sellForm.buyPrice)/sellForm.buyPrice*100).toFixed(2)}}% (¥{{((sellForm.sellPrice-sellForm.buyPrice)*(sellForm.sellShares||sellForm.buyShares)).toFixed(0)}})
⚪ 历史交易
代码名称买入股数卖出盈亏%盈亏额天数原因
{{h.code}}{{h.name||'-'}} ¥{{h.buy_price}} ({{h.buy_date}}) {{h.buy_shares||'-'}} ¥{{h.sell_price}} ({{h.sell_date}}) {{h.pnl>0?'+':''}}{{h.pnl?.toFixed(2)}}% ¥{{(h.pnl_amount||0).toFixed(0)}} {{h.hold_days||'-'}} {{h.sell_reason||'-'}}
📭
暂无历史交易
🔔 自动监控
📍 交易时段(9:00-15:00)每5分钟自动检查持仓
🔴 止损预警:现价 ≤ 止损价(默认买入价-5%)
🟢 止盈提醒:现价 ≥ 止盈价(默认买入价+15%)
🟡 MA5预警:现价跌破5日均线
到期提醒:持仓超过2个交易日
预警信号会自动推送到 Discord #ai研报 频道