·indicator-expert
</>

indicator-expert

OpenAlgo indicator expert. Use when user asks about technical indicators, charting, plotting indicators, creating custom indicators, building dashboards, real-time feeds, scanning stocks, indicator combinations, or using openalgo.ta. Also triggers for indicator functions (sma, ema, rsi, macd, supertrend, bollinger, atr, adx, ichimoku, stochastic, obv, vwap, crossover, crossunder, exrem).

68Installs·7Trend·@marketcalls

Installation

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

How to Install indicator-expert

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

| Market | Data Source | Method | Example Symbols |

| India (equity) | OpenAlgo | client.history() | SBIN, RELIANCE, INFY | | India (index) | OpenAlgo | client.history(exchange="NSEINDEX") | NIFTY, BANKNIFTY | | India (F&O) | OpenAlgo | client.history(exchange="NFO") | NIFTY30DEC25FUT | | US/Global | yfinance | yf.download() | AAPL, MSFT, SPY |

| client.history(symbol, exchange, interval, startdate, enddate) | OHLCV candles | DataFrame (timestamp, open, high, low, close, volume) | | client.quotes(symbol, exchange) | Real-time snapshot | Dict (open, high, low, ltp, bid, ask, prevclose, volume) | | client.multiquotes(symbols=[...]) | Multi-symbol quotes | List of quote dicts |

OpenAlgo indicator expert. Use when user asks about technical indicators, charting, plotting indicators, creating custom indicators, building dashboards, real-time feeds, scanning stocks, indicator combinations, or using openalgo.ta. Also triggers for indicator functions (sma, ema, rsi, macd, supertrend, bollinger, atr, adx, ichimoku, stochastic, obv, vwap, crossover, crossunder, exrem). 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 indicator-expert
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-11

Browse more skills from marketcalls/openalgo-indicator-skills

Quick answers

What is indicator-expert?

OpenAlgo indicator expert. Use when user asks about technical indicators, charting, plotting indicators, creating custom indicators, building dashboards, real-time feeds, scanning stocks, indicator combinations, or using openalgo.ta. Also triggers for indicator functions (sma, ema, rsi, macd, supertrend, bollinger, atr, adx, ichimoku, stochastic, obv, vwap, crossover, crossunder, exrem). Source: marketcalls/openalgo-indicator-skills.

How do I install indicator-expert?

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