·indicator-scanner
</>

indicator-scanner

Scan multiple symbols with indicator conditions. Find stocks matching RSI oversold, EMA crossovers, Supertrend signals, and custom filter combinations.

59Installs·4Trend·@marketcalls

Installation

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

How to Install indicator-scanner

Quickly install indicator-scanner AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: marketcalls/openalgo-indicator-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill indicator-scanner
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-10

Browse more skills from marketcalls/openalgo-indicator-skills

Quick answers

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.

How do I install indicator-scanner?

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

Where is the source repository?

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