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