·custom-indicator
</>

custom-indicator

Create a custom technical indicator using Numba JIT + NumPy. Generates production-grade, O(n) optimized indicator functions with charting and benchmarking.

56Installs·4Trend·@marketcalls

Installation

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

How to Install custom-indicator

Quickly install custom-indicator 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 custom-indicator
  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 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 |

Create a custom technical indicator using Numba JIT + NumPy. Generates production-grade, O(n) optimized indicator functions with charting and benchmarking. 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 custom-indicator
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 custom-indicator?

Create a custom technical indicator using Numba JIT + NumPy. Generates production-grade, O(n) optimized indicator functions with charting and benchmarking. Source: marketcalls/openalgo-indicator-skills.

How do I install custom-indicator?

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 custom-indicator 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