Loading...
Loading...
Market microstructure analysis via Longbridge Securities — bid-ask spread, order-flow toxicity (large-order pressure), liquidity depth, price impact, and institutional order direction. Covers A-share call-auction analysis and HK block-trade mechanics. Triggers: "盘口分析", "微观结构", "订单流", "大单分析", "买卖价差", "逐笔分析", "买卖盘深度", "挂单墙", "主力动向", "集合竞价", "盤口分析", "微觀結構", "訂單流", "大單分析", "買賣價差", "逐筆分析", "買賣盤深度", "掛單牆", "主力動向", "market microstructure", "order flow", "bid-ask spread", "depth analysis", "large order", "order book imbalance", "price impact", "auction analysis", "institutional order flow".
npx skill4agent add longbridge/skills longbridge-market-microstructureResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
depthlongbridge-capital-flowlongbridge-kline<CODE>.<MARKET>NVDA.US700.HK600519.SHlongbridge depth --helplongbridge trades --helplongbridge depth <SYMBOL> --format jsonlongbridge trades <SYMBOL> --count 100 --format jsonlongbridge capital <SYMBOL> --format jsonlongbridge brokers <SYMBOL> --format json# Confirm current flags before use
longbridge depth --help
longbridge trades --help
longbridge capital --help
longbridge brokers --help
# Orderbook depth (5/10-level bid/ask)
longbridge depth NVDA.US --format json
# Recent 100 tick trades
longbridge trades NVDA.US --count 100 --format json
# Capital flow (large/medium/small order distribution)
longbridge capital NVDA.US --format json
# Broker queue — HK symbols only
longbridge brokers 700.HK --format json| Section | 简体 | 繁體 | English |
|---|---|---|---|
| Spread & liquidity | 价差与流动性 | 價差與流動性 | Spread & Liquidity |
| Depth asymmetry | 盘口不对称 | 盤口不對稱 | Depth Asymmetry |
| Order-flow pressure | 订单流压力 | 訂單流壓力 | Order-Flow Pressure |
| Order walls | 挂单墙 | 掛單牆 | Order Walls |
| Direction bias | 短线方向偏向 | 短線方向偏向 | Short-Term Directional Bias |
| Field | 简体 | 繁體 | English |
|---|---|---|---|
| 卖盘 / 买盘 | 賣盤 / 買盤 | Ask / Bid |
| 价格 / 数量 / 委托笔数 | 價格 / 數量 / 委託筆數 | Price / Volume / Order count |
| 方向(主买/主卖) | 方向(主買/主賣) | Direction (buy/sell initiated) |
| 大单流入 / 流出 | 大單流入 / 流出 | Large order in/out |
type = block| Situation | 简体回复 | 繁體回復 | English reply |
|---|---|---|---|
| 请安装 longbridge-terminal,或使用 MCP 回退 | 請安裝 longbridge-terminal,或使用 MCP 回退 | Install longbridge-terminal or use MCP fallback |
stderr | 请运行 | 請執行 | Run |
| 经纪商队列仅支持港股 | 經紀商隊列僅支援港股 | Broker queue is HK-only |
| Other stderr | 原样转述,不静默重试 | 原樣轉述,不靜默重試 | Relay verbatim, no silent retry |
| CLI subcommand | MCP tool |
|---|---|
| |
| |
| |
| |
| Skill | Why |
|---|---|
| Raw orderbook / tick data without microstructure analysis layer |
| Intraday capital-flow time series and order-size distribution |
| Unusual price/volume movements and trade-statistics profile |
| Real-time price, volume, and valuation indices |
longbridge-market-microstructure/
└── SKILL.md # prompt-only, no scripts/