技术指标计算工具库(纯本地计算),提供 MA/MACD/KDJ/RSI/BOLL 五类常用技术指标。当用户需要对价格序列计算技术指标时使用。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill technical-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Technical Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-technical-skill-finclaw)More formats (shields.io, HTML) on the badges page.
---
description: 技术指标计算工具库(纯本地计算),提供 MA/MACD/KDJ/RSI/BOLL 五类常用技术指标。当用户需要对价格序列计算技术指标时使用。
---
# technical-skill
A 股技术指标计算工具库(JS 版)。
## 核心能力
- MA(移动平均线)
- MACD(指数平滑异同移动平均线)
- KDJ(随机指标)
- RSI(相对强弱指标)
- BOLL(布林带)
## 特点
- 纯本地计算,无外部 API 依赖
- 输入价格数组,输出指标值
- 支持 K 线数据格式化
## 使用
```javascript
const { calcMA, calcMACD, calcKDJ, calcRSI, calcBOLL } = require("$SKILLS_ROOT/technical-skill/index.js");
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!