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.
Create a custom technical indicator using Numba JIT + NumPy. Generates production-grade, O(n) optimized indicator functions with charting and benchmarking.
Quickly install custom-indicator AI skill to your development environment via command line
Source: 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 |
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill custom-indicatorBrowse more skills from marketcalls/openalgo-indicator-skills
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.
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
https://github.com/marketcalls/openalgo-indicator-skills