Agent skill

technical-skill

技术指标计算工具库(纯本地计算),提供 MA/MACD/KDJ/RSI/BOLL 五类常用技术指标。当用户需要对价格序列计算技术指标时使用。

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/technical-skill

SKILL.md

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");

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results