{{ s.symbol }} {{ s.name }}
暂无数据
{{ idx + 1 }} {{ item.symbol }} {{ item.name }}
热门榜
${{ currentPrice.toFixed(2) }} {{ priceChange >= 0 ? '+' : '' }}{{ priceChange.toFixed(2) }} ({{ priceChange >= 0 ? '+' : '' }}{{ priceChangePct.toFixed(2) }}%)
{{ marketOpen ? 'MARKET OPEN' : marketStatus === 'PRE_HOUR_TRADING' ? 'PRE-MARKET' : marketStatus === 'POST_HOUR_TRADING' ? 'AFTER-HOURS' : 'MARKET CLOSED' }} 我的 我的资产 持仓明细 我的持仓 我的订单 工具 标的池 股票筛选 失败记录 系统设置 策略管理 退出登录 登录
期权链
到期日: {{ exp.label }} ({{ exp.dte }}天)
因为期权链数据的原因,建议美股开市期间使用此工具,以防期权数据失真导致的推荐不准确
CALLS 行权价 PUTS
ITM OI Delta Gamma Theta Vega Rho IV 成交量 Bid Ask Bid Ask 成交量 IV Rho Vega Theta Gamma Delta OI ITM
{{ row.strike < currentPrice ? 'ITM' : '' }} {{ row.call.openInterest }} {{ row.call.delta.toFixed(3) }} {{ row.call.gamma.toFixed(4) }} {{ row.call.theta.toFixed(3) }} {{ row.call.vega.toFixed(3) }} {{ row.call.rho.toFixed(3) }} {{ row.call.iv.toFixed(1) }}% {{ row.call.volume }} {{ row.call.bid.toFixed(2) }} {{ row.call.ask.toFixed(2) }} {{ row.strike.toFixed(1) }} {{ row.put.bid.toFixed(2) }} {{ row.put.ask.toFixed(2) }} {{ row.put.volume }} {{ row.put.iv.toFixed(1) }}% {{ row.put.rho.toFixed(3) }} {{ row.put.vega.toFixed(3) }} {{ row.put.theta.toFixed(3) }} {{ row.put.gamma.toFixed(4) }} {{ row.put.delta.toFixed(3) }} {{ row.put.openInterest }} {{ row.strike > currentPrice ? 'ITM' : '' }}
{{ symbol }} 实时行情 ${{ currentPrice.toFixed(2) }}
{{ item.label }} {{ item.value }}
基本面
基本面指标
  • ROE / ROA = 净资产 / 总资产收益率
  • PB / PS = 市净率 / 市销率
  • PE (TTM/LYR) = 滚动12月 / 上年市盈率
  • EPS (TTM/LYR) = 滚动12月 / 上年每股收益
  • 量比 / 换手率 / 股息率
  • 市值 / 流通市值
加载中...
暂无数据
{{ item.label }} {{ item.value }}
财务报表
财务报表(三大报表)

来源 Tiger get_financial_report,按报告期由近到远排列,最多展示最近 4 期。

  • 利润表 (Income):营业收入、毛利、营业利润、净利润、EPS — 反映盈利能力
  • 资产负债表 (Balance):总资产、总负债、股东权益 — 反映资产结构
  • 现金流量表 (CashFlow):经营 / 投资 / 筹资三类活动现金净额 — 反映现金创造能力

周期:Quarterly 季度报告 / Annual 年度报告 / LTM 最近 12 个月。

季度 年度 LTM
加载中...
暂无数据
币种:{{ financialReportTable.currency }} · 单位:原始值(B=十亿,M=百万,K=千)
{{ section.title }}
指标 {{ p }}
{{ row.label }} {{ row.values[p] || '--' }}
技术指标
RSI(14)
RSI 相对强弱指标

衡量价格涨跌动能的震荡指标(0-100)。

  • >70 超买:上涨动能衰竭,配合高IV做空Delta
  • <30 超卖:下跌动能衰竭,配合高IV做多Delta

价格与RSI背离是重要的反转预警信号。

{{ technicalIndicators.rsi.value.toFixed(1) }}
{{ technicalIndicators.rsi.signalText }}
顶背离 价格新高但RSI未创新高,看跌反转信号
底背离 价格新低但RSI未创新低,看涨反转信号
MACD(12,26,9)
MACD 平滑异同均线

由快慢EMA之差(DIF)及其信号线(DEA)构成。

  • 金叉(DIF上穿DEA):趋势转多,构建牛市价差策略
  • 死叉(DIF下穿DEA):趋势转空,构建熊市价差策略

柱状图放大代表动能增强,缩小代表动能减弱。

{{ technicalIndicators.macd.histogram >= 0 ? '+' : '' }}{{ technicalIndicators.macd.histogram.toFixed(4) }}
DIF: {{ technicalIndicators.macd.macdLine.toFixed(4) }} DEA: {{ technicalIndicators.macd.signalLine.toFixed(4) }} 动能增强
{{ technicalIndicators.macd.signalText }}
布林带(20,2)
布林带 Bollinger Bands

中轨为20日均线,上下轨为±2倍标准差。

  • 带宽收窄(Squeeze):波动率压缩,变盘在即,买入跨式/宽跨式组合赌Gamma爆发
  • 触及上/下轨:超买/超卖信号,做均值回归
BW: {{ technicalIndicators.bollingerBands.bandwidth.toFixed(1) }}%
上轨: ${{ technicalIndicators.bollingerBands.upperBand.toFixed(2) }} 中轨: ${{ technicalIndicators.bollingerBands.middleBand.toFixed(2) }} 下轨: ${{ technicalIndicators.bollingerBands.lowerBand.toFixed(2) }}
SQUEEZE {{ technicalIndicators.bollingerBands.signalText }}
ATR(14)
ATR 真实波动幅度

衡量标的近期日均绝对波动点数,评估期权隐含波动赔率的客观标尺。

  • 卖方防守:行权价挂在1~1.5个ATR之外
  • 动态止损:2倍ATR是机构常用的止损距离
${{ technicalIndicators.atr.value.toFixed(2) }} ({{ technicalIndicators.atr.atrPercent.toFixed(1) }}%)
卖Call参考 ${{ technicalIndicators.atr.upperAtr1x.toFixed(1) }} (1x) ${{ technicalIndicators.atr.upperAtr1_5x.toFixed(1) }} (1.5x)
卖Put参考 ${{ technicalIndicators.atr.lowerAtr1x.toFixed(1) }} (1x) ${{ technicalIndicators.atr.lowerAtr1_5x.toFixed(1) }} (1.5x)
做多止损 ${{ technicalIndicators.atr.longStopLoss.toFixed(2) }} (2x)
做空止损 ${{ technicalIndicators.atr.shortStopLoss.toFixed(2) }} (2x)
波动比 {{ technicalIndicators.atr.volRatio.toFixed(2) }}x
{{ technicalIndicators.atr.signalText }}
OBV(能量潮)
OBV On-Balance Volume

累计成交量指标:上涨日加量、下跌日减量。

  • OBV与价格同向:趋势健康,可顺势
  • OBV与价格背离:量价不匹配,警惕反转

关注20日斜率方向判断资金流向。

{{ technicalIndicators.obv.slopePercent >= 0 ? '+' : '' }}{{ technicalIndicators.obv.slopePercent.toFixed(1) }}%
当前: {{ formatLargeNumber(technicalIndicators.obv.value) }} 20日前: {{ formatLargeNumber(technicalIndicators.obv.valuePrev) }}
{{ technicalIndicators.obv.signalText }}
顶背离 价格新高但OBV未跟随,看跌反转信号
底背离 价格新低但OBV未跟随,看涨反转信号
VWAP(20)
VWAP 成交量加权平均价

20日滚动成交量加权均价,反映主力成本区。

  • 价格>VWAP:多头主导,回踩可作支撑
  • 价格<VWAP:空头主导,反弹可作压力
{{ technicalIndicators.vwap.deviationPercent >= 0 ? '+' : '' }}{{ technicalIndicators.vwap.deviationPercent.toFixed(2) }}%
VWAP: ${{ technicalIndicators.vwap.value.toFixed(2) }} 现价: ${{ technicalIndicators.vwap.currentClose.toFixed(2) }}
{{ technicalIndicators.vwap.signalText }}
CMF(20)
CMF 蔡金资金流向

衡量20日内资金净流入/流出强度,范围-1到+1。

  • >0.25 强买:资金大幅净流入
  • <-0.25 强卖:资金大幅净流出

结合OBV和价格趋势使用,确认资金面方向。

{{ technicalIndicators.cmf.value >= 0 ? '+' : '' }}{{ technicalIndicators.cmf.value.toFixed(3) }}
{{ technicalIndicators.cmf.signalText }}
ADX/DMI(14)
ADX 趋势强度指标

衡量趋势强弱(0-100),+DI/-DI 判多空方向。

  • >25 强趋势:宜做方向性策略(价差/单腿)
  • <20 无趋势:震荡市,宜做卖方中性(铁鹰/宽跨卖出)
{{ technicalIndicators.adx.value.toFixed(1) }}
+DI: {{ technicalIndicators.adx.plusDi.toFixed(1) }} -DI: {{ technicalIndicators.adx.minusDi.toFixed(1) }} 强趋势
{{ technicalIndicators.adx.signalText }}
均线系统
均线系统 EMA/SMA

EMA20/50 与 SMA200 的排列关系判中长期趋势。

  • 多头排列:现价>EMA20>EMA50>SMA200,顺势做多
  • EMA20 金叉 EMA50:中期趋势转强

均线可作动态支撑/阻力,为行权价选择提供锚点。

{{ technicalIndicators.ma.arrangement === 'bull' ? '多头排列' : (technicalIndicators.ma.arrangement === 'bear' ? '空头排列' : '交织') }}
EMA20: ${{ technicalIndicators.ma.ema20.toFixed(2) }} EMA50: ${{ technicalIndicators.ma.ema50.toFixed(2) }} SMA200: ${{ technicalIndicators.ma.sma200.toFixed(2) }} 乖离 {{ technicalIndicators.ma.bias20 >= 0 ? '+' : '' }}{{ technicalIndicators.ma.bias20.toFixed(2) }}% 金叉 死叉
{{ technicalIndicators.ma.signalText }}
KDJ(9,3,3)
KDJ 随机指标

与 RSI 互补的超买超卖震荡指标,K/D 交叉判转折。

  • K、D >80 超买:高位钝化,警惕回落
  • K、D <20 超卖:低位钝化,关注反弹

震荡市 KDJ 比 RSI 入场时机更灵敏。

J: {{ technicalIndicators.kdj.j.toFixed(1) }}
K: {{ technicalIndicators.kdj.k.toFixed(1) }} D: {{ technicalIndicators.kdj.d.toFixed(1) }} 金叉 死叉
{{ technicalIndicators.kdj.signalText }}
HV(年化)
HV 历史波动率(年化)

过去 20/60 日实际波动率(收益率标准差×√252)。

  • IV 定价基准:与期权隐含波动率 IV 对比
  • IV>HV:期权偏贵,卖方占优;反之买方占优
{{ technicalIndicators.hv.hv20.toFixed(1) }}%
HV20: {{ technicalIndicators.hv.hv20.toFixed(1) }}% HV60: {{ technicalIndicators.hv.hv60.toFixed(1) }}%
{{ technicalIndicators.hv.signalText }}
IV-HV溢价
IV-HV 波动率溢价

近月 ATM 隐含波动率(IV) 减 历史波动率(HV20)。

  • 正价差大:期权偏贵,卖方占优(价差收权利金/铁鹰)
  • 负价差:期权偏便宜,买方占优(买跨/做多波动)

期权买卖方向选择的第一性依据。

{{ technicalIndicators.ivHv.spread >= 0 ? '+' : '' }}{{ technicalIndicators.ivHv.spread.toFixed(1) }}
ATM_IV: {{ technicalIndicators.ivHv.atmIv.toFixed(1) }}% HV20: {{ technicalIndicators.ivHv.hv.toFixed(1) }}%
{{ technicalIndicators.ivHv.signalText }}
技术指标
计算中...
当前选择
{{ leg.direction === 'long' ? 'Long' : 'Short' }} {{ leg.type === 'call' ? 'CALL' : 'PUT' }} ${{ leg.strike }} {{ leg.expiry.replace(/-/g, '') }} @ ${{ leg.premium.toFixed(2) }} ×{{ leg.qty }}

损益分析 · {{ strategyDisplayName }}

最大盈利
最大盈利 (Max Profit)
策略在到期时所有可能标的价格下的最大理论收益。若显示 +Unlimited,说明盈利空间不设上限(如 Long Call)。= max(到期损益曲线)
{{ maxProfitUnlimited ? '+Unlimited' : formatCurrency(maxProfit) }}
最大亏损
最大亏损 (Max Loss)
策略在到期时所有可能标的价格下的最大理论亏损。若显示 -Unlimited,说明风险敞口不设下限(如裸卖 Call)。= min(到期损益曲线)
{{ maxLossUnlimited ? '-Unlimited' : formatCurrency(maxLoss) }}
盈亏平衡
盈亏平衡点 (Break-even)
到期时策略损益恰好为零的标的价格。价格越过该点即进入盈利区间;多个平衡点表示存在多个零收益边界。= 到期损益(S) = 0 的价格 S
{{ bepPoints.length > 0 ? '$' + bepPoints.map(p => p.toFixed(2)).join(', $') : 'N/A' }}
盈利概率
盈利概率 (Profit Probability)
基于当前隐含波动率和对数正态分布模型,估算到期时标的价格落在盈利区间的概率。仅为理论估算,不代表实际交易结果。= P(到期损益 > 0)
{{ profitProbability.toFixed(1) }}%
保证金
保证金要求 (Margin)
Reg-T初始保证金估算。Debit策略=净权利金,Credit/Naked策略需额外保证金。实际保证金因券商而异。
{{ margin > 0 ? '$' + margin.toFixed(0) : 'N/A' }}
到期损益
到期损益 (Expiry P&L)
持有至期权到期日时,在不同标的价格下策略的最终损益,按到期内在价值计算(已无时间价值)。这是策略的"终局"盈亏,呈折线/平台形态;最大盈利、最大亏损、盈亏平衡点均取自此曲线。日历价差的远期腿在近期到期日仍按 BS 估值。= Σ 各腿 direction×(到期内在价值 - 权利金)×数量×100
T+0 损益
T+0 损益 (T+0 P&L)
在当前时点(持有 0 天、距到期仍有完整 DTE)按 Black-Scholes 模型估算的策略浮动盈亏。曲线更平滑、含时间价值;随到期临近会逐渐向到期损益曲线收敛。受 IV 与利率调节影响。= Σ 各腿 direction×(BS理论价(T剩余) - 权利金)×数量×100

市场判断

AI 四维建议 AI 策略建议
D 方向维度

V 波动率维度

T 时间维度

R 风险偏好

AI 四维建议 {{ fourDimAdviceTime }} 应用到市场判断
D 方向 {{ dimLabelOf('direction', fourDimAdvice.direction) }}
V 波动率 {{ dimLabelOf('volatility', fourDimAdvice.volatility) }}
T 时间 {{ dimLabelOf('timeFrame', fourDimAdvice.timeFrame) }}
R 风险 {{ dimLabelOf('risk', fourDimAdvice.risk) }}

{{ fourDimAdvice.reasoning }}

AI 历史策略建议 {{ aiRecommendTime }} 历史结论点击应用
{{ rec.name }} 匹配度 {{ rec.match }}%

{{ rec.reason }}

AI 思考过程

{{ aiRecommendElapsed }}s
{{ step.text }}
{{ aiThinkingText }}