longbridge-market-scanner

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-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
longbridge-quote
. For capital flow only, prefer
longbridge-capital-flow
. For candlestick charting, prefer
longbridge-kline
.
当用户询问以下内容时触发:
  • 多标的综合扫描——"帮我扫描这10只股票的技术面和资金面"
  • 技术指标+资金流组合视图——"TSLA 技术指标加资金流向"
  • 实时多指标快照——"综合行情数据", "batch quote with capital flow"
  • 股票的MACD/RSI/布林带状态——"NVDA RSI 现在多少"
若仅需单个报价,优先使用
longbridge-quote
;若仅需资金流,优先使用
longbridge-capital-flow
;若需K线图表,优先使用
longbridge-kline

Workflow

工作流程

  1. Extract all symbols from the prompt; normalise each to
    <CODE>.<MARKET>
    .
  2. Run
    longbridge quote
    for real-time price/volume snapshot.
  3. Run
    longbridge capital
    for intraday capital flow (large/medium/small net flow).
  4. Run
    longbridge kline
    (daily, last 60 candles) to compute technical indicators:
    • 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.
  5. Compute the technical indicators from the OHLCV data in-context.
  6. Synthesise a per-symbol scan card: price status, capital flow summary, and technical signals.
  1. 从提示中提取所有标的代码;将每个代码标准化为
    <CODE>.<MARKET>
    格式。
  2. 运行
    longbridge quote
    获取实时价格/成交量快照。
  3. 运行
    longbridge capital
    获取日内资金流(大/中/小单净流入)。
  4. 运行
    longbridge kline
    (日线,最近60根K线)以计算技术指标:
    • MACD:12/26日EMA差值及信号线(差值的9日EMA)。
    • RSI:14日RSI。
    • 布林带:20日SMA ± 2倍标准差。
  5. 基于OHLCV数据在上下文内计算技术指标。
  6. 生成每个标的的扫描卡片:价格状态、资金流摘要及技术信号。

CLI

CLI

bash
undefined
bash
undefined

Real-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 signalMACD 信号MACD 信號MACD signal
RSI (14)RSI(14)RSI(14)RSI (14)
Bollinger Band position布林带位置布林帶位置BB position
Note: Technical indicators are computed in-context from
kline
OHLCV data and are approximations — not sourced from a TA library. For precision, pair with a dedicated TA tool.
为每个标的生成一张扫描卡片:
字段简体繁体English
Last price / change最新价 / 涨跌幅最新價 / 漲跌幅Last / Change %
Net capital flow (large orders)大单净流入大單淨流入Large-order net inflow
MACD signalMACD 信号MACD 信號MACD signal
RSI (14)RSI(14)RSI(14)RSI (14)
Bollinger Band position布林带位置布林帶位置BB position
注意:技术指标是基于
kline
的OHLCV数据在上下文内计算的近似值,并非来自专业TA工具库。如需精确数据,请搭配专用TA工具使用。

Error handling

错误处理

Situation简体回复繁體回覆English reply
command not found: longbridge
请先安装 longbridge-terminal請先安裝 longbridge-terminalInstall longbridge-terminal first
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
capital
returns empty (pre-market)
提示盘中资金数据仅交易时间可用提示盤中資金數據僅交易時間可用Capital flow available during trading hours only
Other stderr原样展示,不重试原樣展示,不重試Surface verbatim, do not retry
场景简体回复繁体回覆English reply
command not found: longbridge
请先安装 longbridge-terminal請先安裝 longbridge-terminalInstall longbridge-terminal first
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
capital
返回空值(盘前时段)
提示盘中资金数据仅交易时间可用提示盤中資金數據僅交易時間可用Capital flow available during trading hours only
其他标准错误输出原样展示,不重试原樣展示,不重試Surface verbatim, do not retry

MCP fallback

MCP fallback

If CLI is unavailable:
mcp__longbridge__quote
,
mcp__longbridge__capital_flow
, and
mcp__longbridge__candlesticks
.
若CLI不可用:使用
mcp__longbridge__quote
mcp__longbridge__capital_flow
mcp__longbridge__candlesticks

Related skills

相关技能

User asksRoute to
Single real-time quote
longbridge-quote
Capital flow only
longbridge-capital-flow
Candlestick chart / price history
longbridge-kline
Market anomalies / unusual moves
longbridge-anomaly
Orderbook depth
longbridge-depth
用户询问内容路由至
单个实时报价
longbridge-quote
仅资金流
longbridge-capital-flow
K线图表/价格历史
longbridge-kline
市场异常/异动
longbridge-anomaly
订单簿深度
longbridge-depth

File layout

文件结构

longbridge-market-scanner/
└── SKILL.md
Prompt-only — no
scripts/
. Technical indicators are computed in-context from kline OHLCV data. Discover current CLI flags via
longbridge <subcommand> --help
.
longbridge-market-scanner/
└── SKILL.md
仅需提示词——无
scripts/
目录。技术指标基于K线OHLCV数据在上下文内计算。通过
longbridge <subcommand> --help
查看当前CLI参数。