longbridge-market-scanner
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-market-scanner
longbridge-market-scanner
Comprehensive market scanner combining real-time quotes, capital flow (large/medium/small order breakdown), and OHLCV candlestick data to compute technical indicators (MACD / RSI / Bollinger Bands) for one or more symbols in a single pass.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
综合市场扫描工具,结合实时报价、资金流(大/中/小单明细)以及OHLCV K线数据,可一次性计算一个或多个标的的技术指标(MACD/RSI/布林带)。
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。
When to use
使用场景
Trigger when the user asks about:
- Multi-symbol comprehensive scan — "帮我扫描这10只股票的技术面和资金面"
- Combined technical + capital flow view — "TSLA 技术指标加资金流向"
- Real-time multi-metric snapshot — "综合行情数据", "batch quote with capital flow"
- MACD / RSI / Bollinger Band status for a stock — "NVDA RSI 现在多少"
For a single quote only, prefer . For capital flow only, prefer . For candlestick charting, prefer .
longbridge-quotelongbridge-capital-flowlongbridge-kline当用户询问以下内容时触发:
- 多标的综合扫描——"帮我扫描这10只股票的技术面和资金面"
- 技术指标+资金流组合视图——"TSLA 技术指标加资金流向"
- 实时多指标快照——"综合行情数据", "batch quote with capital flow"
- 股票的MACD/RSI/布林带状态——"NVDA RSI 现在多少"
若仅需单个报价,优先使用;若仅需资金流,优先使用;若需K线图表,优先使用。
longbridge-quotelongbridge-capital-flowlongbridge-klineWorkflow
工作流程
- Extract all symbols from the prompt; normalise each to .
<CODE>.<MARKET> - Run for real-time price/volume snapshot.
longbridge quote - Run for intraday capital flow (large/medium/small net flow).
longbridge capital - Run (daily, last 60 candles) to compute technical indicators:
longbridge kline- MACD: 12/26 EMA diff and signal line (9-day EMA of diff).
- RSI: 14-day RSI.
- Bollinger Bands: 20-day SMA ± 2 standard deviations.
- Compute the technical indicators from the OHLCV data in-context.
- Synthesise a per-symbol scan card: price status, capital flow summary, and technical signals.
- 从提示中提取所有标的代码;将每个代码标准化为格式。
<CODE>.<MARKET> - 运行获取实时价格/成交量快照。
longbridge quote - 运行获取日内资金流(大/中/小单净流入)。
longbridge capital - 运行(日线,最近60根K线)以计算技术指标:
longbridge kline- MACD:12/26日EMA差值及信号线(差值的9日EMA)。
- RSI:14日RSI。
- 布林带:20日SMA ± 2倍标准差。
- 基于OHLCV数据在上下文内计算技术指标。
- 生成每个标的的扫描卡片:价格状态、资金流摘要及技术信号。
CLI
CLI
bash
undefinedbash
undefinedReal-time quote
Real-time quote
longbridge quote <SYMBOL> --format json
longbridge quote <SYMBOL> --format json
Intraday capital flow (large / medium / small order net flow)
Intraday capital flow (large / medium / small order net flow)
longbridge capital <SYMBOL> --format json
longbridge capital <SYMBOL> --format json
Daily candlestick data for technical indicator computation
Daily candlestick data for technical indicator computation
longbridge kline <SYMBOL> --period day --count 60 --format json
> Run `longbridge kline --help` and `longbridge capital --help` to verify current flags.longbridge kline <SYMBOL> --period day --count 60 --format json
> 运行`longbridge kline --help`和`longbridge capital --help`查看当前可用参数。Output
输出
For each symbol, emit a scan card:
| Field | 简体 | 繁體 | English |
|---|---|---|---|
| Last price / change | 最新价 / 涨跌幅 | 最新價 / 漲跌幅 | Last / Change % |
| Net capital flow (large orders) | 大单净流入 | 大單淨流入 | Large-order net inflow |
| MACD signal | MACD 信号 | MACD 信號 | MACD signal |
| RSI (14) | RSI(14) | RSI(14) | RSI (14) |
| Bollinger Band position | 布林带位置 | 布林帶位置 | BB position |
Note: Technical indicators are computed in-context from OHLCV data and are approximations — not sourced from a TA library. For precision, pair with a dedicated TA tool.
kline为每个标的生成一张扫描卡片:
| 字段 | 简体 | 繁体 | English |
|---|---|---|---|
| Last price / change | 最新价 / 涨跌幅 | 最新價 / 漲跌幅 | Last / Change % |
| Net capital flow (large orders) | 大单净流入 | 大單淨流入 | Large-order net inflow |
| MACD signal | MACD 信号 | MACD 信號 | MACD signal |
| RSI (14) | RSI(14) | RSI(14) | RSI (14) |
| Bollinger Band position | 布林带位置 | 布林帶位置 | BB position |
注意:技术指标是基于的OHLCV数据在上下文内计算的近似值,并非来自专业TA工具库。如需精确数据,请搭配专用TA工具使用。
klineError handling
错误处理
| Situation | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal | 請先安裝 longbridge-terminal | Install longbridge-terminal first |
| 请运行 | 請執行 | Run |
| 提示盘中资金数据仅交易时间可用 | 提示盤中資金數據僅交易時間可用 | Capital flow available during trading hours only |
| Other stderr | 原样展示,不重试 | 原樣展示,不重試 | Surface verbatim, do not retry |
| 场景 | 简体回复 | 繁体回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal | 請先安裝 longbridge-terminal | Install longbridge-terminal first |
| 请运行 | 請執行 | Run |
| 提示盘中资金数据仅交易时间可用 | 提示盤中資金數據僅交易時間可用 | Capital flow available during trading hours only |
| 其他标准错误输出 | 原样展示,不重试 | 原樣展示,不重試 | Surface verbatim, do not retry |
MCP fallback
MCP fallback
If CLI is unavailable: , , and .
mcp__longbridge__quotemcp__longbridge__capital_flowmcp__longbridge__candlesticks若CLI不可用:使用、和。
mcp__longbridge__quotemcp__longbridge__capital_flowmcp__longbridge__candlesticksRelated skills
相关技能
| User asks | Route to |
|---|---|
| Single real-time quote | |
| Capital flow only | |
| Candlestick chart / price history | |
| Market anomalies / unusual moves | |
| Orderbook depth | |
| 用户询问内容 | 路由至 |
|---|---|
| 单个实时报价 | |
| 仅资金流 | |
| K线图表/价格历史 | |
| 市场异常/异动 | |
| 订单簿深度 | |
File layout
文件结构
longbridge-market-scanner/
└── SKILL.mdPrompt-only — no . Technical indicators are computed in-context from kline OHLCV data. Discover current CLI flags via .
scripts/longbridge <subcommand> --helplongbridge-market-scanner/
└── SKILL.md仅需提示词——无目录。技术指标基于K线OHLCV数据在上下文内计算。通过查看当前CLI参数。
scripts/longbridge <subcommand> --help