{{ stocks.length }}
热门标的
{{ avgChange }}
平均涨跌幅
{{ risersCount }}
上涨
{{ fallersCount }}
下跌
{{ formatDateTime(record.createdAt) }}
最新
方向判断
{{ dirLabel(record.direction) }}
波动率
{{ volLabel(record.volatility) }}
时间框架
{{ tfLabel(record.timeFrame) }}
风险偏好
{{ riskLabel(record.risk) }}
策略偏向
{{ record.strategyBias }}
{{ record.reasoning }}
加载中...
暂无历史分析记录,请点击表格中的「分析」按钮触发AI分析
RSI(14)
{{ getDetail(scope.row.symbol).tech.rsi.value.toFixed(1) }}
{{ getDetail(scope.row.symbol).tech.rsi.signalText }}
顶背离 价格新高但RSI未创新高,看跌反转信号
底背离 价格新低但RSI未创新低,看涨反转信号
MACD(12,26,9)
{{ getDetail(scope.row.symbol).tech.macd.histogram >= 0 ? '+' : '' }}{{ getDetail(scope.row.symbol).tech.macd.histogram.toFixed(4) }}
DIF: {{ getDetail(scope.row.symbol).tech.macd.macdLine.toFixed(4) }}
DEA: {{ getDetail(scope.row.symbol).tech.macd.signalLine.toFixed(4) }}
动能增强
{{ getDetail(scope.row.symbol).tech.macd.signalText }}
布林带(20,2)
BW: {{ getDetail(scope.row.symbol).tech.bollingerBands.bandwidth.toFixed(1) }}%
上轨: ${{ getDetail(scope.row.symbol).tech.bollingerBands.upperBand.toFixed(2) }}
中轨: ${{ getDetail(scope.row.symbol).tech.bollingerBands.middleBand.toFixed(2) }}
下轨: ${{ getDetail(scope.row.symbol).tech.bollingerBands.lowerBand.toFixed(2) }}
SQUEEZE
{{ getDetail(scope.row.symbol).tech.bollingerBands.signalText }}
ATR(14)
${{ getDetail(scope.row.symbol).tech.atr.value.toFixed(2) }}
({{ getDetail(scope.row.symbol).tech.atr.atrPercent.toFixed(1) }}%)
卖Call参考
${{ getDetail(scope.row.symbol).tech.atr.upperAtr1x.toFixed(1) }} (1x)
${{ getDetail(scope.row.symbol).tech.atr.upperAtr1_5x.toFixed(1) }} (1.5x)
卖Put参考
${{ getDetail(scope.row.symbol).tech.atr.lowerAtr1x.toFixed(1) }} (1x)
${{ getDetail(scope.row.symbol).tech.atr.lowerAtr1_5x.toFixed(1) }} (1.5x)
做多止损
${{ getDetail(scope.row.symbol).tech.atr.longStopLoss.toFixed(2) }} (2x)
做空止损
${{ getDetail(scope.row.symbol).tech.atr.shortStopLoss.toFixed(2) }} (2x)
波动比
{{ getDetail(scope.row.symbol).tech.atr.volRatio.toFixed(2) }}x
{{ getDetail(scope.row.symbol).tech.atr.signalText }}
OBV(能量潮)
{{ getDetail(scope.row.symbol).tech.obv.slopePercent >= 0 ? '+' : '' }}{{ getDetail(scope.row.symbol).tech.obv.slopePercent.toFixed(1) }}%
当前: {{ formatLargeNumber(getDetail(scope.row.symbol).tech.obv.value) }}
20日前: {{ formatLargeNumber(getDetail(scope.row.symbol).tech.obv.valuePrev) }}
{{ getDetail(scope.row.symbol).tech.obv.signalText }}
顶背离 价格新高但OBV未跟随,看跌反转信号
底背离 价格新低但OBV未跟随,看涨反转信号
VWAP(20)
{{ getDetail(scope.row.symbol).tech.vwap.deviationPercent >= 0 ? '+' : '' }}{{ getDetail(scope.row.symbol).tech.vwap.deviationPercent.toFixed(2) }}%
VWAP: ${{ getDetail(scope.row.symbol).tech.vwap.value.toFixed(2) }}
现价: ${{ getDetail(scope.row.symbol).tech.vwap.currentClose.toFixed(2) }}
{{ getDetail(scope.row.symbol).tech.vwap.signalText }}
CMF(20)
{{ getDetail(scope.row.symbol).tech.cmf.value >= 0 ? '+' : '' }}{{ getDetail(scope.row.symbol).tech.cmf.value.toFixed(3) }}
{{ getDetail(scope.row.symbol).tech.cmf.signalText }}
ADX/DMI(14)
{{ getDetail(scope.row.symbol).tech.adx.value.toFixed(1) }}
+DI: {{ getDetail(scope.row.symbol).tech.adx.plusDi.toFixed(1) }}
-DI: {{ getDetail(scope.row.symbol).tech.adx.minusDi.toFixed(1) }}
强趋势
{{ getDetail(scope.row.symbol).tech.adx.signalText }}
均线系统
{{ getDetail(scope.row.symbol).tech.ma.arrangement === 'bull' ? '多头排列' : (getDetail(scope.row.symbol).tech.ma.arrangement === 'bear' ? '空头排列' : '交织') }}
EMA20: ${{ getDetail(scope.row.symbol).tech.ma.ema20.toFixed(2) }}
EMA50: ${{ getDetail(scope.row.symbol).tech.ma.ema50.toFixed(2) }}
SMA200: ${{ getDetail(scope.row.symbol).tech.ma.sma200.toFixed(2) }}
乖离 {{ getDetail(scope.row.symbol).tech.ma.bias20 >= 0 ? '+' : '' }}{{ getDetail(scope.row.symbol).tech.ma.bias20.toFixed(2) }}%
金叉
死叉
{{ getDetail(scope.row.symbol).tech.ma.signalText }}
KDJ(9,3,3)
J: {{ getDetail(scope.row.symbol).tech.kdj.j.toFixed(1) }}
K: {{ getDetail(scope.row.symbol).tech.kdj.k.toFixed(1) }}
D: {{ getDetail(scope.row.symbol).tech.kdj.d.toFixed(1) }}
金叉
死叉
{{ getDetail(scope.row.symbol).tech.kdj.signalText }}
HV(年化)
{{ getDetail(scope.row.symbol).tech.hv.hv20.toFixed(1) }}%
HV20: {{ getDetail(scope.row.symbol).tech.hv.hv20.toFixed(1) }}%
HV60: {{ getDetail(scope.row.symbol).tech.hv.hv60.toFixed(1) }}%
{{ getDetail(scope.row.symbol).tech.hv.signalText }}
IV-HV溢价
{{ getDetail(scope.row.symbol).tech.ivHv.spread >= 0 ? '+' : '' }}{{ getDetail(scope.row.symbol).tech.ivHv.spread.toFixed(1) }}
ATM_IV: {{ getDetail(scope.row.symbol).tech.ivHv.atmIv.toFixed(1) }}%
HV: {{ getDetail(scope.row.symbol).tech.ivHv.hv.toFixed(1) }}%
{{ getDetail(scope.row.symbol).tech.ivHv.signalText }}
暂无技术指标数据
到期日:
| CALLS | 行权价 | PUTS | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Delta | IV | Bid | Ask | OI | Bid | Ask | IV | Delta | OI | |
| {{ row.call.delta.toFixed(3) }} | {{ row.call.iv.toFixed(1) }}% | {{ row.call.bid.toFixed(2) }} | {{ row.call.ask.toFixed(2) }} | {{ row.call.openInterest }} | {{ row.strike.toFixed(1) }} | {{ row.put.bid.toFixed(2) }} | {{ row.put.ask.toFixed(2) }} | {{ row.put.iv.toFixed(1) }}% | {{ row.put.delta.toFixed(3) }} | {{ row.put.openInterest }} |
暂无期权链数据
加载中...
暂无基本面数据
{{ item.label }}
{{ item.value }}
加载中...
暂无财务报表数据
币种:{{ financialReportTableOf(scope.row.symbol).currency }} · 单位:原始值(B=十亿,M=百万,K=千)
{{ section.title }}
| 指标 | {{ p }} |
|---|---|
| {{ row.label }} | {{ row.values[p] || '--' }} |
{{ scope.row.name }}
买 {{ formatPct(scope.row.buyOrderRate) }}
卖 {{ formatPct(scope.row.sellOrderRate) }}