外汇与贵金属
用与股票一致的聊天驱动流程跟踪主流外汇对和贵金属 / 大宗商品。
入口:外汇对走 /forex/:symbol,贵金属与大宗走 /metals/:symbol。可从顶栏 symbol 搜索或聊天卡片 ticker 进入。
1. 外汇对
外汇详情页在 /forex/:symbol(在 getAssetDetailPath 里是 asset-type 4)。
- **版式。**单页集成——报价、多时间框架 K 线、关键指标、新闻条。
- **看什么。**实时买卖盘、日内区间、近期涨跌幅、多时间框架 K 线。
- **使用场景。**给股票 / 加密视角叠加宏观底色、看美元强弱、读交叉汇率。
注意
当前支持的外汇对范围(仅主要货币对 vs 主要 + 交叉 vs 主要 + 交叉 + 新兴市场)正在最终确认。发布定稿 symbol 清单前请向产品团队核实。
2. 贵金属与大宗商品
贵金属与大宗商品的详情页在 /metals/:symbol(asset-type 3)。
- **覆盖。**黄金(XAU)、白银(XAG)、铂、钯,以 及关键大宗参照如原油、铜。
- **版式。**单页集成报价、图表、品种专属数据面板。
- **专属数据。**通过
getMetal*接口提供——snapshot、季节性、热门、商品收益、期货持仓量、黄金 ETF 净流入、铜库存等(视品种支持情况)。
3. 与股票的差异
外汇与贵金属故意比美股做得更轻。
- **没有多 Tab。**没有 Financial 子 Tab——金属没有资产负债表,FX 对没有利润表。所有内容都在单页。
- **没有 Should-I-Buy / Price Prediction Tab。**方向性问题直接问 Alphio AI(见第 4 节)。
- 路由。
getAssetDetailPath通过asset_type === 3(金属)/asset_type === 4(外汇)解析;locale === 'HK'等规则不参与。
4. 交易这些资产
Alphio 的执行通道按资产分流:
- **外汇对。**目前在 Alphio 内仅做研究,执行请用现有的 broker。
- **金属(如 XAU)。**在 Hyperliquid 已经上线永续的品种上可走 Hyperliquid——参考 Hyperliquid Perpetuals。
- **大宗股票与 ETF。**通过权益(矿业、油气巨头)或大宗 ETF 暴露的,用 Stock Trading 走 SnapTrade。
方向 性 / 对冲类问题,找 Alphio AI 聊:
"Is XAUUSD overbought right now?""How has EURUSD reacted in the 48 hours after each ECB meeting this year?""Show me gold seasonality for the next 3 months."
prompt 与卡片范式见 How to chat 与 Chat cards。
Agent Instructions: Querying This Documentation
If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:
GET https://docs.alphio.ai/zh/research/forex-and-metals.md?ask=<question>The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.