·custom-indicator
</>

custom-indicator

Numba JIT + NumPy を使用してカスタム テクニカル インジケーターを作成します。チャート作成とベンチマークを使用して、本番グレードの O(n) 最適化されたインジケーター関数を生成します。

57インストール·5トレンド·@marketcalls

インストール

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

custom-indicator のインストール方法

コマンドラインで custom-indicator AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill custom-indicator
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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-indicator
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-01
更新日
2026-03-10

Browse more skills from marketcalls/openalgo-indicator-skills

クイックアンサー

custom-indicator とは?

Numba JIT + NumPy を使用してカスタム テクニカル インジケーターを作成します。チャート作成とベンチマークを使用して、本番グレードの O(n) 最適化されたインジケーター関数を生成します。 ソース: marketcalls/openalgo-indicator-skills。

custom-indicator のインストール方法は?

ターミナルまたはコマンドラインツール(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