什么是 indicator-scanner?
扫描带有指示条件的多个符号。查找与 RSI 超卖、EMA 交叉、超级趋势信号和自定义过滤器组合相匹配的股票。 来源:marketcalls/openalgo-indicator-skills。
扫描带有指示条件的多个符号。查找与 RSI 超卖、EMA 交叉、超级趋势信号和自定义过滤器组合相匹配的股票。
通过命令行快速安装 indicator-scanner AI 技能到你的开发环境
来源:marketcalls/openalgo-indicator-skills。
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-scannerBrowse more skills from marketcalls/openalgo-indicator-skills
扫描带有指示条件的多个符号。查找与 RSI 超卖、EMA 交叉、超级趋势信号和自定义过滤器组合相匹配的股票。 来源:marketcalls/openalgo-indicator-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/marketcalls/openalgo-indicator-skills