custom-indicator とは?
Numba JIT + NumPy を使用してカスタム テクニカル インジケーターを作成します。チャート作成とベンチマークを使用して、本番グレードの O(n) 最適化されたインジケーター関数を生成します。 ソース: marketcalls/openalgo-indicator-skills。
Numba JIT + NumPy を使用してカスタム テクニカル インジケーターを作成します。チャート作成とベンチマークを使用して、本番グレードの O(n) 最適化されたインジケーター関数を生成します。
コマンドラインで custom-indicator AI スキルを開発環境にすばやくインストール
ソース: marketcalls/openalgo-indicator-skills。
Create a custom technical indicator with Numba JIT compilation for production-grade speed.
If no arguments, ask the user what indicator they want to build.
| Z-Score | (value - rollingmean) / rollingstdev | | Squeeze | Bollinger inside Keltner channel | | VWAP Bands | VWAP + N rolling stdev of (close - vwap) | | Momentum Score | Weighted sum of RSI + MACD + ADX conditions | | Mean Reversion | Distance from SMA as % + threshold | | Range Filter | ATR-based dynamic filter on close |
Numba JIT + NumPy を使用してカスタム テクニカル インジケーターを作成します。チャート作成とベンチマークを使用して、本番グレードの O(n) 最適化されたインジケーター関数を生成します。 ソース: marketcalls/openalgo-indicator-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill custom-indicatorBrowse more skills from marketcalls/openalgo-indicator-skills
Numba JIT + NumPy を使用してカスタム テクニカル インジケーターを作成します。チャート作成とベンチマークを使用して、本番グレードの O(n) 最適化されたインジケーター関数を生成します。 ソース: marketcalls/openalgo-indicator-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill custom-indicator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marketcalls/openalgo-indicator-skills