A股策略实验室
Alpha Lab
| 代码 | 名称 | 最新价 | 涨跌幅 | 成交量 | 操作 |
|---|---|---|---|---|---|
| {{q.stock_code}} | {{q.stock_name}} | {{q.price}} | {{q.change_pct > 0 ? '+' : ''}}{{q.change_pct}}% | {{formatVolume(q.volume)}} | 删除 |
{{stockProfile.main_business}}
{{stockProfile.company_intro}}
| 估值方法 | 权重 | 公允价 | vs 当前价 | 状态 | |
|---|---|---|---|---|---|
| {{m.label}} | {{(m.weight * 100).toFixed(0)}}% | {{m.available && m.fair_value ? '¥' + m.fair_value.toFixed(2) : 'N/A'}} | {{((m.fair_value - valuationResult.current_price) / valuationResult.current_price * 100) > 0 ? '+' : ''}}{{((m.fair_value - valuationResult.current_price) / valuationResult.current_price * 100).toFixed(1)}}% | -- | ✓ 数据不足 |
| 排名 | 代码 | 名称 | 当前价 | 公允价 | 上涨空间 | 建议 |
|---|---|---|---|---|---|---|
| {{idx + 1}} | {{s.stock_code}} | {{s.stock_name}} | {{s.current_price}} | {{s.fair_value}} | {{s.upside_pct > 0 ? '+' : ''}}{{s.upside_pct}}% | {{s.recommendation}} |
| 排名 | 代码 | 名称 | 当前价 | 公允价 | 上涨空间 | 建议 |
|---|---|---|---|---|---|---|
| {{idx + 1}} | {{s.stock_code}} | {{s.stock_name}} | {{s.current_price}} | {{s.fair_value}} | {{s.upside_pct > 0 ? '+' : ''}}{{s.upside_pct}}% | {{s.recommendation}} |
正在扫描全市场估值数据,请稍候...
正在筛选高息股...
| 排名 | 代码 | 名称 | 年均股息 | 累计股息 | 分红次数 | 行业 | 当前价 | 涨跌 | 综合评分 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{idx + 1}} | {{s.stock_code}} | {{s.stock_name}} | {{s.avg_dividend_yield.toFixed(2)}}% | {{s.cumulative_dividend.toFixed(1)}}% | {{s.dividend_count}}次 | {{s.broad_industry || s.industry || '-'}} | {{s.current_price > 0 ? '¥' + s.current_price.toFixed(2) : '--'}} | {{s.change_pct > 0 ? '+' : ''}}{{s.change_pct.toFixed(2)}}% | {{s.total_score.toFixed(0)}} |
点击上方「💰 高息股」加载数据
正在分析估值数据,请稍候...
基于行业分类,运用6种估值方法,判断股票是否被高估或低估
| 日期 | 收盘价 | P(买入) | P(持有) | P(卖出) | 信号 | 实际收益 |
|---|---|---|---|---|---|---|
| {{s.date.substring(5)}} | {{s.close}} | {{(s.p_buy*100).toFixed(1)}}% | {{(s.p_hold*100).toFixed(1)}}% | {{(s.p_sell*100).toFixed(1)}}% | {{signalLabel(s.signal)}} | {{s.actual_ret > 0 ? '+' : ''}}{{s.actual_ret}}% |
LightGBM训练中(拉取K线→特征工程→标签制作→模型训练→回测评估)...
24维特征 · 三分类 · 时序划分 · 防过拟合,预计10-30秒
基于24维技术因子训练分类模型,预测未来N日超额收益,输出买卖信号
| 代码 | 名称 | 数量 | 可卖 | T+1冻结 | 成本 | 现价 | 盈亏 | 盈亏% |
|---|---|---|---|---|---|---|---|---|
| {{p.stock_code}} | {{p.stock_name}} | {{p.quantity}} | {{p.available_quantity}} | {{p.quantity - p.available_quantity}} | {{p.avg_cost}} | {{p.current_price}} | {{formatNum(p.profit_loss)}} | {{p.profit_loss_pct}}% |
| 暂无持仓 | ||||||||
| 时间 | 代码 | 方向 | 价格 | 数量 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{o.created_at?.substring(11,19)}} | {{o.stock_code}} | {{o.direction==='buy'?'买入':'卖出'}} | {{o.price}} | {{o.quantity}} | {{orderStatusText(o.status)}} | |
| 暂无委托 | ||||||
| 指标 | {{c.name}} | 基准(买入持有) |
|---|---|---|
| {{row.label}} | {{row.format ? row.format(c[row.key]) : c[row.key]}} * | {{row.key === 'total_return' ? backtestResult.comparison[0]?.benchmark_return + '%' : '--'}} |
| 检验方法 | 指标 | 统计量 | p值 | 显著性 | 效应量(Cohen's d) | 效应大小 | 结论 |
|---|---|---|---|---|---|---|---|
| {{test.test_name}} | {{testMetricLabel(tkey)}} | t={{test.t_statistic}} Δ={{test.observed_diff}} -- | {{test.p_value < 0.0001 ? '<0.0001' : test.p_value}} CI=[{{test.ci_lower}}, {{test.ci_upper}}] -- | 显著 ✓ 不显著 ✗ -- | {{test.cohens_d !== undefined ? test.cohens_d : '--'}} | {{test.effect_size}} -- | {{test.verdict || '--'}} |
| 日期 | 方向 | 价格 | 数量 | 金额 | 手续费 | 盈亏 |
|---|---|---|---|---|---|---|
| {{t.date}} | {{t.direction==='buy'?'买入':'卖出'}} | {{t.price}} | {{t.quantity}} | {{formatNum(t.amount)}} | {{formatNum(t.commission)}} | {{formatNum(t.pnl)}} |
| 暂无交易记录 |
选择同一标的,配置2-4组不同策略或参数,一键运行回测,获得专业级对比报告
| 名称 | 标的 | 类型 | 状态 | 信号 | 运行 | 触发 | 交易 | 盈亏 | 胜率 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{s.name}} | {{s.stock_code}} | {{s.type_label}} | {{strategyStatusText(s.status)}} | {{signalStateText(s.performance?.signal_state)}} | {{s.performance?.running_days || 0}}天 | {{s.performance?.triggered_count || 0}}次 | {{s.performance?.total_trades || 0}}笔 | {{formatNum(s.performance?.trade_pnl || 0)}} | {{s.performance?.win_rate !== null && s.performance?.win_rate !== undefined ? s.performance.win_rate + '%' : '--'}} | |
| 暂无策略 | ||||||||||
| 时间 | 策略 | 事件 | 详情 |
|---|---|---|---|
| {{l.trigger_time?.substring(0,19)}} | {{l.strategy_name}} | {{l.trigger_type}} | {{l.detail}} |
| 暂无日志 | |||
{{currentScreenerStrategy.desc}}
五维因子分析:估值、成长、技术、质量、量价
| 排名 | 代码 | 名称 | 最新价 | 涨跌幅 | 综合得分 | 估值 | 成长 | 技术 | 质量 | 量价 | 数据 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{s.rank}} | {{s.stock_code}} | {{s.stock_name}} | {{s.price}} | {{s.change_pct > 0 ? '+' : ''}}{{s.change_pct}}% | {{s.total_score}} | {{s.category_scores['估值']}} | {{s.category_scores['成长']}} | {{s.category_scores['技术']}} | {{s.category_scores['质量']}} | {{s.category_scores['量价']}} | {{s.data_completeness?.pct || 0}}% |
从全市场筛选优质标的,五维因子打分:估值、成长、技术、质量、量价
正在从全市场筛选优质股票,请稍候(首次约需30秒)...
| 周 | 交易 | 大盘 | 净收益 | 盈亏 |
|---|---|---|---|---|
| {{w.week_label}} | {{w.trade_count}}笔({{w.win_count}}赢{{w.lose_count}}输) | {{w.index_return_pct > 0 ? '+' : ''}}{{w.index_return_pct}}% | {{w.net_pnl_pct > 0 ? '+' : ''}}{{w.net_pnl_pct}}% | ¥{{formatNum(w.total_pnl)}} |
| 周 | 股票 | 买卖价 | 个股收益 | 大盘收益 | α超额 | 归因分析 |
|---|---|---|---|---|---|---|
| {{w.week_label}} | {{t.stock_name}}({{t.stock_code}}) | ¥{{t.avg_buy_price}}→¥{{t.avg_sell_price}} | {{t.stock_return_pct > 0 ? '+' : ''}}{{t.stock_return_pct}}% | {{t.index_return_pct > 0 ? '+' : ''}}{{t.index_return_pct}}% | {{t.alpha > 0 ? '+' : ''}}{{t.alpha}}% | {{t.attribution}} |
正在用历史K线数据回测「周一买周五卖」策略,预计30秒...
| 排名 | 代码 | 名称 | 测试周数 | 胜率 | 平均周收益 | 总收益 | 最大回撤 | 最佳周 | 最差周 |
|---|---|---|---|---|---|---|---|---|---|
| {{idx + 1}} | {{s.stock_code}} | {{s.stock_name}} | {{s.weeks_tested}}周 | {{s.win_rate}}% | {{s.avg_return > 0 ? '+' : ''}}{{s.avg_return}}% | {{s.total_return > 0 ? '+' : ''}}{{s.total_return}}% | -{{s.max_drawdown}}% | {{s.best_week > 0 ? '+' : ''}}{{s.best_week}}% | {{s.worst_week}}% |
点击「开始回测30只股票」验证「周一买周五卖」策略是否成立
| 时间 | 代码 | 名称 | 方向 | 价格 | 数量 | 金额 | 手续费 |
|---|---|---|---|---|---|---|---|
| {{t.traded_at?.substring(0,19)}} | {{t.stock_code}} | {{t.stock_name}} | {{t.direction==='buy'?'买入':'卖出'}} | {{t.price}} | {{t.quantity}} | {{formatNum(t.amount)}} | {{formatNum(t.commission)}} |
| 暂无成交记录 | |||||||