·indicator-scanner
</>

indicator-scanner

扫描带有指示条件的多个符号。查找与 RSI 超卖、EMA 交叉、超级趋势信号和自定义过滤器组合相匹配的股票。

60安装·4热度·@marketcalls

安装

$npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner

如何安装 indicator-scanner

通过命令行快速安装 indicator-scanner AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:marketcalls/openalgo-indicator-skills。

SKILL.md

查看原文

Create a multi-symbol indicator scanner that screens stocks by technical conditions.

If no arguments, ask the user what they want to scan for.

| rsi-oversold | RSI(14) < 30 | RSI | | rsi-overbought | RSI(14) > 70 | RSI | | ema-crossover | EMA(10) crossed above EMA(20) in last 3 bars | EMA | | ema-crossunder | EMA(10) crossed below EMA(20) in last 3 bars | EMA | | supertrend-buy | Supertrend direction changed to -1 (uptrend) | Supertrend |

扫描带有指示条件的多个符号。查找与 RSI 超卖、EMA 交叉、超级趋势信号和自定义过滤器组合相匹配的股票。 来源:marketcalls/openalgo-indicator-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner
分类
</>开发工具
认证
收录时间
2026-03-01
更新时间
2026-03-11

Browse more skills from marketcalls/openalgo-indicator-skills

快速解答

什么是 indicator-scanner?

扫描带有指示条件的多个符号。查找与 RSI 超卖、EMA 交叉、超级趋势信号和自定义过滤器组合相匹配的股票。 来源:marketcalls/openalgo-indicator-skills。

如何安装 indicator-scanner?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/marketcalls/openalgo-indicator-skills