What is indicator-scanner?
Scan multiple symbols with indicator conditions. Find stocks matching RSI oversold, EMA crossovers, Supertrend signals, and custom filter combinations. Source: marketcalls/openalgo-indicator-skills.
Scan multiple symbols with indicator conditions. Find stocks matching RSI oversold, EMA crossovers, Supertrend signals, and custom filter combinations.
Quickly install indicator-scanner AI skill to your development environment via command line
Source: 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 |
Scan multiple symbols with indicator conditions. Find stocks matching RSI oversold, EMA crossovers, Supertrend signals, and custom filter combinations. Source: marketcalls/openalgo-indicator-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scannerBrowse more skills from marketcalls/openalgo-indicator-skills
Scan multiple symbols with indicator conditions. Find stocks matching RSI oversold, EMA crossovers, Supertrend signals, and custom filter combinations. Source: marketcalls/openalgo-indicator-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/marketcalls/openalgo-indicator-skills