Loading...
Loading...
Compare original and translation side by side
⚠️ 额外依赖 / Extra dependency required此 skill 依赖第三方 Python 库 czsc,使用前需手动安装:bashpip install czsc若环境无法安装,LLM 将回退到手动实现基础分型逻辑(精度较低)。 This skill requires the czsc Python library. Install it before use:pip install czsc
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
⚠️ Extra dependency requiredThis skill depends on the third-party Python library czsc, which needs to be installed manually before use:bashpip install czscIf installation is not possible in the environment, the LLM will fall back to manually implementing basic fractal logic (lower accuracy). This skill requires the czsc Python library. Install it before use:pip install czsc
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
<CODE>.<MARKET>longbridge kline <SYMBOL> --period day --count 300 --format jsonRawBardtopenhighlowclosevolimport czsc
from czsc import CZSC
# bars: list of czsc.RawBar
c = CZSC(bars)
# 分型: c.fx_list
# 笔: c.bi_list
# 线段: c.seg_list (if available)
# 中枢: c.zs_list (if available)若环境未安装 czsc,提示用户先运行,然后重试。 若不确定 CLI 参数,先运行pip install czsc查看最新参数。longbridge kline --help
<CODE>.<MARKET>longbridge kline <SYMBOL> --period day --count 300 --format jsonRawBardtopenhighlowclosevolimport czsc
from czsc import CZSC
# bars: list of czsc.RawBar
c = CZSC(bars)
# Fractals: c.fx_list
# Bi: c.bi_list
# Segments: c.seg_list (if available)
# Zhongshu: c.zs_list (if available)If czsc is not installed in the environment, prompt the user to runfirst and then retry. If unsure about CLI parameters, runpip install czscfirst to check the latest parameters.longbridge kline --help
undefinedundefinedundefinedundefined| 情形 | 简体回复 | 繁體回覆 / English |
|---|---|---|
| 尝试 MCP fallback;否则请安装 longbridge-terminal | 嘗試 MCP fallback;否則請安裝 longbridge-terminal / Try MCP fallback; otherwise install longbridge-terminal |
stderr 含 | 请运行 | 請運行 |
| Python 环境缺少 czsc | 请运行 | 請運行 |
| czsc 版本不兼容 | 请运行 | 請運行 |
| 其他 stderr | 原样返回错误,不静默重试 | 原樣返回錯誤,不靜默重試 / Surface verbatim, never retry silently |
| Scenario | Simplified Chinese Reply | Traditional Chinese / English |
|---|---|---|
| Try MCP fallback; otherwise please install longbridge-terminal | 嘗試 MCP fallback;否則請安裝 longbridge-terminal / Try MCP fallback; otherwise install longbridge-terminal |
stderr contains | Please run | 請運行 |
| Python environment lacks czsc | Please run | 請運行 |
| czsc version incompatible | Please run | 請運行 |
| Other stderr | Return the error as is, do not retry silently | 原樣返回錯誤,不靜默重試 / Surface verbatim, never retry silently |
| CLI 命令 | MCP 工具 |
|---|---|
| |
| CLI command | MCP tool |
|---|---|
| |
| 用户询问 | 路由至 |
|---|---|
| 实时股价/行情 | |
| K线图/历史价格 | |
| 艾略特波浪 | |
| 谐波形态 | |
| 聪明钱/SMC | |
| 资金流向 | |
| User inquiry | Route to |
|---|---|
| Real-time stock price/market quotes | |
| K-line chart/historical prices | |
| Elliott Wave | |
| Harmonic Patterns | |
| Smart Money/SMC | |
| Capital Flow | |
longbridge-chanlun/
└── SKILL.mdlongbridge-chanlun/
└── SKILL.md