indicator-scanner이란?
표시기 조건이 있는 여러 기호를 스캔합니다. RSI 과매도, EMA 크로스오버, Supertrend 신호 및 사용자 정의 필터 조합과 일치하는 주식을 찾아보세요. 출처: marketcalls/openalgo-indicator-skills.
표시기 조건이 있는 여러 기호를 스캔합니다. RSI 과매도, EMA 크로스오버, Supertrend 신호 및 사용자 정의 필터 조합과 일치하는 주식을 찾아보세요.
명령줄에서 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 크로스오버, Supertrend 신호 및 사용자 정의 필터 조합과 일치하는 주식을 찾아보세요. 출처: 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 크로스오버, Supertrend 신호 및 사용자 정의 필터 조합과 일치하는 주식을 찾아보세요. 출처: 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