Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bhala-srinivash avatar

Rsi Divergence

  • 85 installs
  • 32 repo stars
  • Updated March 5, 2026
  • bhala-srinivash/nse-trading-skills

RSI Divergence is an agent skill that identifies regular and hidden RSI versus price divergences on NSE/BSE equities with confirmation-oriented interpretation.

About

RSI Divergence is an agent skill for Indian equity traders who want Claude to read price versus RSI(14) and classify regular bullish or bearish reversals and hidden continuation setups on NSE/BSE symbols. It is built for solo operators who describe candles or pull history through Groww MCP or yfinance instead of clicking through a separate screener. Invoke it when you ask whether momentum is fading, whether RSI is making higher lows while price makes lower lows, or when you want hidden divergence called out before you size a trade. The skill explains what each divergence type means in plain language, what daily lookback to use, and how to treat signals as exhaustion warnings rather than guaranteed turns—useful when you are iterating a discretionary ruleset or documenting why you passed on a breakout.

  • Maps regular divergence (lower low / higher low on RSI) and hidden divergence (continuation) with explicit reversal vs c
  • Trigger phrases cover Indian equities: RSI divergence, bearish/bullish divergence, momentum weakness, hidden divergence
  • Works from verbal price/RSI description; optional Groww MCP for candles and RSI(14) or yfinance for ~6mo daily history
  • Recommends ~90–120 days of daily candles plus RSI(14) for reliable swing-point comparison
  • Frames divergences as early momentum warnings that still need confirmation rules—not standalone entries

Rsi Divergence by the numbers

  • 85 all-time installs (skills.sh)
  • Ranked #538 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bhala-srinivash/nse-trading-skills --skill rsi-divergence

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs85
repo stars32
Security audit3 / 3 scanners passed
Last updatedMarch 5, 2026
Repositorybhala-srinivash/nse-trading-skills

What it does

Spot bullish, bearish, and hidden RSI divergences on NSE/BSE names when you are validating swing or positional trade ideas without opening a separate charting stack.

Who is it for?

Swing or positional traders on NSE/BSE who already watch RSI(14) and want agent-assisted divergence narration with optional Groww or yfinance data.

Skip if: Skip if you're shipping SaaS products, automated execution-only bots without human confirmation, or markets outside the skill’s NSE/BSE framing.

When should I use this skill?

User asks about RSI divergence on Indian equities, momentum divergence, hidden divergence, or whether RSI shows weakness versus price.

What you get

You get a labeled divergence type (bullish, bearish, or hidden), the price/RSI swing logic behind it, and a reminder to confirm before acting—not an auto-trade signal.

  • Divergence type classification with price versus RSI swing narrative
  • Confirmation-oriented trading interpretation (reversal vs continuation)

By the numbers

  • RSI(14) with ~90–120 days of daily candles recommended
  • Covers 2 regular divergence types plus hidden continuation patterns in the reference table

Files

SKILL.mdMarkdownGitHub ↗

RSI Divergence

Divergences signal that momentum is fading — price is moving one way but the engine (RSI) is losing steam. They're early warnings, not guarantees.

Prerequisites

No dependencies required. Describe price and RSI patterns verbally and Claude identifies divergences. Enhanced with Groww MCP (RSI values, candles) or yfinance (pip install yfinance).

Data Needed

1. Daily candles: fetch_historical_candle_data (last 90-120 days) or user-provided 2. RSI(14) values: get_historical_technical_indicators from Groww 3. For manual calculation via yfinance if needed:

   import yfinance as yf
   data = yf.download("SYMBOL.NS", period="6mo")
   # Calculate RSI from close prices

Regular Divergence (Reversal Signal)

Regular divergence suggests the current trend may be exhausting.

TypePrice MakesRSI MakesMeaning
BullishLower lowHigher lowSelling pressure fading — potential bottom
BearishHigher highLower highBuying pressure fading — potential top

How to Identify

1. Find the last 2-3 swing lows (for bullish) or swing highs (for bearish) on the price chart 2. Mark the corresponding RSI values at those same candles 3. If price makes a new extreme but RSI doesn't — that's divergence

Strength Grading

SignalStrength
2-point divergence (2 swings)Standard
3-point divergence (3 swings)Strong
Divergence + oversold/overbought RSIStronger
Divergence + volume declineStrongest

Hidden Divergence (Continuation Signal)

Hidden divergence suggests the existing trend will continue after a pullback.

TypePrice MakesRSI MakesMeaning
BullishHigher lowLower lowUptrend healthy — pullback is a buying opportunity
BearishLower highHigher highDowntrend healthy — rally is a selling opportunity

Hidden divergence is often overlooked but very powerful in trending markets.

Trading Divergences

Entry Strategy

1. Identify the divergence on daily chart 2. Wait for confirmation — do NOT enter on divergence alone

  • Price breaks above the minor trendline connecting the swing points
  • RSI crosses above 30 (bullish) or below 70 (bearish)
  • A bullish/bearish engulfing candle at the divergence point

3. Enter on the close of the confirmation candle 4. Stop-loss: Below the divergence low (bullish) or above the divergence high (bearish) 5. Target: Previous swing high/low, or use Fibonacci levels (→ fibonacci-trading skill)

Risk Management

Entry: Confirmation candle close
Stop: Below divergence swing low + 1% buffer
Target 1: Previous swing high (conservative)
Target 2: Fibonacci extension 127.2% (moderate)
Target 3: Fibonacci extension 161.8% (aggressive)

Important Caveats

  • Divergence can persist: In strong trends, you can see multiple divergences before price actually reverses. This is why confirmation is mandatory.
  • Timeframe matters: Daily divergences are more reliable than hourly. Weekly divergences are the most significant.
  • Not standalone: Always combine with other evidence (S/R levels, volume, trend analysis). Divergence is one input, not the whole thesis.
  • False divergences: If the RSI is in the 40-60 neutral zone, divergence signals are less meaningful. Best signals come from oversold (<30) or overbought (>70) zones.

Quick Reference

Bullish regular:  Price ↓↓  RSI ↗  → Potential reversal UP
Bearish regular:  Price ↑↑  RSI ↘  → Potential reversal DOWN
Bullish hidden:   Price ↗   RSI ↓↓ → Trend continues UP
Bearish hidden:   Price ↘   RSI ↑↑ → Trend continues DOWN

Related skills

How it compares

Use for narrative divergence classification on Indian equities instead of generic chat TA with no regular vs hidden rules.

FAQ

Who is rsi-divergence for?

It is for traders and researchers focused on NSE/BSE equities who want RSI(14) divergence explained with regular versus hidden semantics and optional MCP or yfinance history.

When should I use rsi-divergence?

Use it during Operate monitoring when reviewing open positions or watchlists, during Grow iterations when refining entry rules, or whenever you ask if RSI shows weakness versus price on a named Indian symbol.

Is rsi-divergence safe to install?

Treat it as analytical guidance only—not financial advice. Review the Security Audits panel on this Prism page before enabling optional Groww MCP or yfinance network access in your agent.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.