Loading...
Loading...
Elliott Wave Theory Signal Engine — Detects swing points via Zigzag, matches 5-wave impulse structures (1-2-3-4-5) and 3-wave corrective structures (A-B-C), validates with Fibonacci relationships, and generates wave positions, target prices, and risk levels. Triggers: "艾略特波浪", "波浪理论", "推动浪", "调整浪", "斐波那契", "1浪", "3浪", "5浪", "abc浪", "艾略特", "波浪計數", "推動浪", "調整浪", "斐波那契", "Elliott wave", "wave theory", "impulse wave", "corrective wave", "fibonacci retracement", "wave count", "wave 3", "wave 5".
npx skill4agent add longbridge/skills longbridge-elliottResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
<CODE>.<MARKET>longbridge kline <SYMBOL> --period day --count 200 --format jsondef zigzag(highs, lows, threshold=0.05):
# 寻找局部高低点序列
# 相邻同向点取极值合并,反向超过 threshold 才确认新摆动点
...If unsure about CLI parameters, runto check the latest parameters first.longbridge kline --help
# 日线数据(主要数据源)
longbridge kline AAPL.US --period day --count 200 --format json
# 周线数据(辅助验证大级别波浪)
longbridge kline TSLA.US --period week --count 100 --format json| Scenario | Simplified Chinese Response | Traditional Chinese / English Response |
|---|---|---|
| Try MCP fallback; otherwise please install longbridge-terminal | 嘗試 MCP fallback;否則請安裝 longbridge-terminal / Try MCP fallback; otherwise install longbridge-terminal |
stderr contains | Please run | 請運行 |
| Insufficient Zigzag swing points | Suggest increasing | 建議增大 |
| Cannot match any wave structure | No clear wave structure in current data, suggest waiting for more confirmation | 當前數據暫無清晰波浪結構 / No clear wave structure yet, wait for more confirmation |
| Other stderr | Return the error as is, do not retry silently | 原樣返回錯誤 / Surface verbatim, never retry silently |
| Other stderr | Pass through as is, do not retry silently |
| CLI Command | MCP Tool |
|---|---|
| |
| User Query | Route to |
|---|---|
| Real-time stock price/market quotes | |
| Candlestick charts/historical prices | |
| Chanlun patterns/buy-sell points | |
| Harmonic patterns | |
| Smart money/SMC | |
| Fundamental analysis | |
longbridge-elliott/
└── SKILL.md